5 overrides of OwnerType
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Component\AnnotationHighlightLayer.cs (1)
591
internal override Type
OwnerType
src\Framework\System\Windows\Documents\DocumentSequenceHighlightLayer.cs (1)
165
internal override Type
OwnerType
src\Framework\System\Windows\Documents\Highlights.cs (1)
432
internal override Type
OwnerType
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (1)
222
internal override Type
OwnerType
src\Framework\System\windows\Documents\TextSelectionHighlightLayer.cs (1)
371
internal override Type
OwnerType
6 references to OwnerType
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TextBoxView.cs (4)
1467
if (args.
OwnerType
!= typeof(SpellerHighlightLayer)
1468
&& (!((ITextView)this).RendersOwnSelection || args.
OwnerType
!= typeof(TextSelection)))
1496
if (args.
OwnerType
== typeof(TextSelection))
1500
else if (args.
OwnerType
== typeof(SpellerHighlightLayer))
src\Framework\System\Windows\Controls\TextBlock.cs (1)
3040
if (args.
OwnerType
!= typeof(SpellerHighlightLayer))
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
1411
if (args.
OwnerType
!= typeof(SpellerHighlightLayer))