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