7 references to ShouldStopWalking
PresentationCore (7)
System\Windows\Media\DrawingGroup.cs (2)
190Debug.Assert(!ctx.ShouldStopWalking); 279if (ctx.ShouldStopWalking)
System\Windows\Media\Generated\RenderData.cs (2)
1143while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking) 1483while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking)
System\Windows\Media\GeometryDrawing.cs (1)
58Debug.Assert(!ctx.ShouldStopWalking);
System\Windows\Media\GlyphRunDrawing.cs (1)
54Debug.Assert(!ctx.ShouldStopWalking);
System\Windows\Media\VideoDrawing.cs (1)
43Debug.Assert(!ctx.ShouldStopWalking);