22 references to DrawDebugVisual
PresentationFramework (22)
System\Windows\Documents\FixedPage.cs (7)
108_drawDebugVisual = _drawDebugVisual % (int)DrawDebugVisual.LastOne; 112_drawDebugVisual += (int)DrawDebugVisual.LastOne; 1158if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.None) 1166if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Glyphs) 1173else if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Lines) 1181pageStructure.FixedSOMPage.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1195somElement.Render(dc, flowOrder.ToString(), (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection);
System\Windows\Documents\FixedSOMFixedBlock.cs (2)
145public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual) 152if (debugVisual == DrawDebugVisual.Paragraphs && label != null)
System\Windows\Documents\FixedSOMGroup.cs (1)
150public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMImage.cs (2)
89public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual) 96if (label != null && debugVisual == DrawDebugVisual.Paragraphs)
System\Windows\Documents\FixedSOMPage.cs (4)
39public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisuals) 43case DrawDebugVisual.None: 44case DrawDebugVisual.Glyphs: //Handled in FixedPage 55if (debugVisuals == DrawDebugVisual.Groups)
System\Windows\Documents\FixedSOMSemanticBox.cs (1)
64public abstract void Render(DrawingContext dc, string label, DrawDebugVisual debugVisuals) ;
System\Windows\Documents\FixedSOMTable.cs (1)
37public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMTableCell.cs (1)
40public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMTableRow.cs (1)
36public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMTextRun.cs (2)
182public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual) 188if (label != null && debugVisual == DrawDebugVisual.TextRuns)