22 references to DrawDebugVisual
PresentationFramework (22)
System\Windows\Documents\FixedPage.cs (7)
116_drawDebugVisual = _drawDebugVisual % (int)DrawDebugVisual.LastOne; 120_drawDebugVisual += (int)DrawDebugVisual.LastOne; 1166if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.None) 1174if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Glyphs) 1181else if (_fixedPage.DrawDebugVisualSelection == (int) DrawDebugVisual.Lines) 1189pageStructure.FixedSOMPage.Render(dc, null, (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection); 1203somElement.Render(dc, flowOrder.ToString(), (DrawDebugVisual) _fixedPage.DrawDebugVisualSelection);
System\Windows\Documents\FixedSOMFixedBlock.cs (2)
149public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual) 156if (debugVisual == DrawDebugVisual.Paragraphs && label != null)
System\Windows\Documents\FixedSOMGroup.cs (1)
154public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMImage.cs (2)
91public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual) 98if (label != null && debugVisual == DrawDebugVisual.Paragraphs)
System\Windows\Documents\FixedSOMPage.cs (4)
42public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisuals) 46case DrawDebugVisual.None: 47case DrawDebugVisual.Glyphs: //Handled in FixedPage 58if (debugVisuals == DrawDebugVisual.Groups)
System\Windows\Documents\FixedSOMSemanticBox.cs (1)
68public abstract void Render(DrawingContext dc, string label, DrawDebugVisual debugVisuals) ;
System\Windows\Documents\FixedSOMTable.cs (1)
42public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMTableCell.cs (1)
44public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMTableRow.cs (1)
40public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual)
System\Windows\Documents\FixedSOMTextRun.cs (2)
186public override void Render(DrawingContext dc, string label, DrawDebugVisual debugVisual) 192if (label != null && debugVisual == DrawDebugVisual.TextRuns)