7 references to ShouldStopWalking
PresentationCore (7)
Core\CSharp\System\Windows\Media\DrawingGroup.cs (2)
195Debug.Assert(!ctx.ShouldStopWalking); 284if (ctx.ShouldStopWalking)
Core\CSharp\System\Windows\Media\Generated\RenderData.cs (2)
1158while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking) 1504while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking)
Core\CSharp\System\Windows\Media\GeometryDrawing.cs (1)
61Debug.Assert(!ctx.ShouldStopWalking);
Core\CSharp\System\Windows\Media\GlyphRunDrawing.cs (1)
57Debug.Assert(!ctx.ShouldStopWalking);
Core\CSharp\System\Windows\Media\VideoDrawing.cs (1)
46Debug.Assert(!ctx.ShouldStopWalking);