1 instantiation of SpellerHighlightLayer
PresentationFramework (1)
System\Windows\Documents\Speller.cs (1)
462
_highlightLayer = new
SpellerHighlightLayer
(this);
11 references to SpellerHighlightLayer
PresentationFramework (11)
MS\Internal\Documents\TextBoxLine.cs (1)
443
TextDecorationCollection highlightDecorations = highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(
SpellerHighlightLayer
)) as TextDecorationCollection;
MS\Internal\Documents\TextBoxView.cs (2)
1467
if (args.OwnerType != typeof(
SpellerHighlightLayer
)
1500
else if (args.OwnerType == typeof(
SpellerHighlightLayer
))
MS\Internal\Text\TextProperties.cs (1)
236
textDecorations = highlights.GetHighlightValue(highlightPosition, LogicalDirection.Forward, typeof(
SpellerHighlightLayer
)) as TextDecorationCollection;
System\Windows\Controls\TextBlock.cs (1)
2951
if (args.OwnerType != typeof(
SpellerHighlightLayer
))
System\Windows\Documents\FlowDocument.cs (1)
1403
if (args.OwnerType != typeof(
SpellerHighlightLayer
))
System\Windows\Documents\Speller.cs (1)
2010
private
SpellerHighlightLayer
_highlightLayer;
System\Windows\Documents\SpellerHighlightLayer.cs (2)
109
return typeof(
SpellerHighlightLayer
);
226
return typeof(
SpellerHighlightLayer
);
System\Windows\Documents\SpellerStatusTable.cs (2)
38
internal SpellerStatusTable(ITextPointer textContainerStart,
SpellerHighlightLayer
highlightLayer)
833
private readonly
SpellerHighlightLayer
_highlightLayer;