4 overrides of OwnerType
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
300internal override Type OwnerType
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
97internal override Type OwnerType
System\Windows\Documents\SpellerHighlightLayer.cs (1)
102internal override Type OwnerType
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
263internal override Type OwnerType
3 references to OwnerType
PresentationFramework (3)
System\Windows\Documents\Highlights.cs (3)
73if (layer.OwnerType == highlightLayerOwnerType) 267if (highlightLayerType == GetLayer(i).OwnerType) 371Changed(this, new LayerHighlightChangedEventArgs(new ReadOnlyCollection<TextSegment>(ranges), highlightLayer.OwnerType));