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