5 overrides of OwnerType
PresentationFramework (5)
MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
570
internal override Type
OwnerType
System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
158
internal override Type
OwnerType
System\Windows\Documents\Highlights.cs (1)
425
internal override Type
OwnerType
System\Windows\Documents\SpellerHighlightLayer.cs (1)
219
internal override Type
OwnerType
System\windows\Documents\TextSelectionHighlightLayer.cs (1)
363
internal override Type
OwnerType
6 references to OwnerType
PresentationFramework (6)
MS\Internal\Documents\TextBoxView.cs (4)
1465
if (args.
OwnerType
!= typeof(SpellerHighlightLayer)
1466
&& (!((ITextView)this).RendersOwnSelection || args.
OwnerType
!= typeof(TextSelection)))
1494
if (args.
OwnerType
== typeof(TextSelection))
1498
else if (args.
OwnerType
== typeof(SpellerHighlightLayer))
System\Windows\Controls\TextBlock.cs (1)
2941
if (args.
OwnerType
!= typeof(SpellerHighlightLayer))
System\Windows\Documents\FlowDocument.cs (1)
1403
if (args.
OwnerType
!= typeof(SpellerHighlightLayer))