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