7 references to ShouldStopWalking
PresentationCore (7)
System\Windows\Media\DrawingGroup.cs (2)
190
Debug.Assert(!ctx.
ShouldStopWalking
);
279
if (ctx.
ShouldStopWalking
)
System\Windows\Media\Generated\RenderData.cs (2)
1143
while ((pCur < pEndOfInstructions) && !ctx.
ShouldStopWalking
)
1483
while ((pCur < pEndOfInstructions) && !ctx.
ShouldStopWalking
)
System\Windows\Media\GeometryDrawing.cs (1)
58
Debug.Assert(!ctx.
ShouldStopWalking
);
System\Windows\Media\GlyphRunDrawing.cs (1)
54
Debug.Assert(!ctx.
ShouldStopWalking
);
System\Windows\Media\VideoDrawing.cs (1)
43
Debug.Assert(!ctx.
ShouldStopWalking
);