4 overrides of OwnerType
PresentationFramework (4)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
299
internal override Type
OwnerType
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
96
internal override Type
OwnerType
System\Windows\Documents\SpellerHighlightLayer.cs (1)
101
internal override Type
OwnerType
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
262
internal override Type
OwnerType
3 references to OwnerType
PresentationFramework (3)
System\Windows\Documents\Highlights.cs (3)
72
if (layer.
OwnerType
== highlightLayerOwnerType)
266
if (highlightLayerType == GetLayer(i).
OwnerType
)
370
Changed(this, new LayerHighlightChangedEventArgs(new ReadOnlyCollection<TextSegment>(ranges), highlightLayer.
OwnerType
));