5 writes to _repeat
PresentationFramework (5)
src\Framework\System\Windows\Markup\ParserContext.cs (5)
226
_repeat
++;
242
_repeat
--;
248
_repeat
= (int) _langSpaceStack.Pop();
510
_repeat
= 0;
674
context.
_repeat
= _repeat;
4 references to _repeat
PresentationFramework (4)
src\Framework\System\Windows\Markup\ParserContext.cs (4)
240
if (
_repeat
> 0)
499
if (
_repeat
> 0)
509
_langSpaceStack.Push(
_repeat
);
674
context._repeat =
_repeat
;