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