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