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