5 references to DrawDebugVisualSelection
PresentationFramework (5)
System\Windows\Documents\FixedPage.cs (5)
1159if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.None) 1167if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Glyphs) 1174else if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Lines) 1182pageStructure.FixedSOMPage.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1196somElement.Render(dc, flowOrder.ToString(), (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection);