7 references to ShouldStopWalking
PresentationCore (7)
System\Windows\Media\DrawingGroup.cs (2)
161Debug.Assert(!ctx.ShouldStopWalking); 250if (ctx.ShouldStopWalking)
System\Windows\Media\Generated\RenderData.cs (2)
1130while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking) 1470while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking)
System\Windows\Media\GeometryDrawing.cs (1)
56Debug.Assert(!ctx.ShouldStopWalking);
System\Windows\Media\GlyphRunDrawing.cs (1)
52Debug.Assert(!ctx.ShouldStopWalking);
System\Windows\Media\VideoDrawing.cs (1)
41Debug.Assert(!ctx.ShouldStopWalking);