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