7 references to ShouldStopWalking
PresentationCore (7)
System\Windows\Media\DrawingGroup.cs (2)
160Debug.Assert(!ctx.ShouldStopWalking); 249if (ctx.ShouldStopWalking)
System\Windows\Media\Generated\RenderData.cs (2)
1131while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking) 1471while ((pCur < pEndOfInstructions) && !ctx.ShouldStopWalking)
System\Windows\Media\GeometryDrawing.cs (1)
55Debug.Assert(!ctx.ShouldStopWalking);
System\Windows\Media\GlyphRunDrawing.cs (1)
51Debug.Assert(!ctx.ShouldStopWalking);
System\Windows\Media\VideoDrawing.cs (1)
40Debug.Assert(!ctx.ShouldStopWalking);