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