5 types derived from HighlightChangedEventArgs
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
571private class AnnotationHighlightChangedEventArgs : HighlightChangedEventArgs
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
147private class DocumentSequenceHighlightChangedEventArgs : HighlightChangedEventArgs
src\Framework\System\Windows\Documents\Highlights.cs (1)
413private class LayerHighlightChangedEventArgs : HighlightChangedEventArgs
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
197private class SpellerHighlightChangedEventArgs : HighlightChangedEventArgs
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
331private class TextSelectionHighlightChangedEventArgs : HighlightChangedEventArgs
7 references to HighlightChangedEventArgs
PresentationFramework (7)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1461private void OnHighlightChanged(object sender, HighlightChangedEventArgs args)
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3031private void OnHighlightChanged(object sender, HighlightChangedEventArgs args)
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
668private void _OnHighlightChanged(object sender, HighlightChangedEventArgs args)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1073private void OnHighlightChanged(object sender, HighlightChangedEventArgs args)
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1392private void OnHighlightChanged(object sender, HighlightChangedEventArgs args)
src\Framework\System\Windows\Documents\HighlightChangedEventHandler.cs (1)
22internal delegate void HighlightChangedEventHandler(object sender, HighlightChangedEventArgs args);
src\Framework\System\Windows\Documents\Highlights.cs (1)
332private void OnLayerChanged(object sender, HighlightChangedEventArgs args)