1 instantiation of HighlightVisual
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
596al.Add(new HighlightVisual(doc, this),zOrder);
9 references to HighlightVisual
PresentationFramework (9)
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
1220HighlightVisual hv = HighlightVisual.GetHighlightVisual(SyncGetPage(i, false /*forceReload*/));
src\Framework\System\Windows\Documents\FixedPage.cs (2)
577HighlightVisual highlightVisual = HighlightVisual.GetHighlightVisual(this);
src\Framework\System\Windows\Documents\HighlightVisual.cs (3)
147internal static HighlightVisual GetHighlightVisual(FixedPage page) 150HighlightVisual hv; 163hv = ad as HighlightVisual;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (2)
170HighlightVisual hv = HighlightVisual.GetHighlightVisual(page);