3 references to GetHighlightVisual
PresentationFramework (3)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
1220HighlightVisual hv = HighlightVisual.GetHighlightVisual(SyncGetPage(i, false /*forceReload*/));
src\Framework\System\Windows\Documents\FixedPage.cs (1)
577HighlightVisual highlightVisual = HighlightVisual.GetHighlightVisual(this);
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
170HighlightVisual hv = HighlightVisual.GetHighlightVisual(page);