4 overrides of OwnerType
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
315internal override Type OwnerType
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
104internal override Type OwnerType
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
105internal override Type OwnerType
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
271internal override Type OwnerType
3 references to OwnerType
PresentationFramework (3)
src\Framework\System\Windows\Documents\Highlights.cs (3)
80if (layer.OwnerType == highlightLayerOwnerType) 274if (highlightLayerType == GetLayer(i).OwnerType) 378Changed(this, new LayerHighlightChangedEventArgs(new ReadOnlyCollection<TextSegment>(ranges), highlightLayer.OwnerType));