1 instantiation of SpellerHighlightLayer
PresentationFramework (1)
src\Framework\System\Windows\Documents\Speller.cs (1)
524
_highlightLayer = new
SpellerHighlightLayer
(this);
11 references to SpellerHighlightLayer
PresentationFramework (11)
src\Framework\MS\Internal\Documents\TextBoxLine.cs (1)
445
TextDecorationCollection highlightDecorations = highlights.GetHighlightValue(position, LogicalDirection.Forward, typeof(
SpellerHighlightLayer
)) as TextDecorationCollection;
src\Framework\MS\Internal\Documents\TextBoxView.cs (2)
1467
if (args.OwnerType != typeof(
SpellerHighlightLayer
)
1500
else if (args.OwnerType == typeof(
SpellerHighlightLayer
))
src\Framework\MS\Internal\Text\TextProperties.cs (1)
239
textDecorations = highlights.GetHighlightValue(highlightPosition, LogicalDirection.Forward, typeof(
SpellerHighlightLayer
)) as TextDecorationCollection;
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
))
src\Framework\System\Windows\Documents\Speller.cs (1)
2159
private
SpellerHighlightLayer
_highlightLayer;
src\Framework\System\Windows\Documents\SpellerHighlightLayer.cs (2)
109
return typeof(
SpellerHighlightLayer
);
226
return typeof(
SpellerHighlightLayer
);
src\Framework\System\Windows\Documents\SpellerStatusTable.cs (2)
38
internal SpellerStatusTable(ITextPointer textContainerStart,
SpellerHighlightLayer
highlightLayer)
834
private readonly
SpellerHighlightLayer
_highlightLayer;