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