4 overrides of OwnerType
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
307internal override Type OwnerType
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
100internal override Type OwnerType
System\Windows\Documents\SpellerHighlightLayer.cs (1)
105internal override Type OwnerType
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
265internal override Type OwnerType
3 references to OwnerType
PresentationFramework (3)
System\Windows\Documents\Highlights.cs (3)
74if (layer.OwnerType == highlightLayerOwnerType) 268if (highlightLayerType == GetLayer(i).OwnerType) 372Changed(this, new LayerHighlightChangedEventArgs(new ReadOnlyCollection<TextSegment>(ranges), highlightLayer.OwnerType));