5 writes to _repeat
PresentationFramework (5)
System\Windows\Markup\ParserContext.cs (5)
216
_repeat
++;
232
_repeat
--;
238
_repeat
= (int) _langSpaceStack.Pop();
494
_repeat
= 0;
649
context.
_repeat
= _repeat;
4 references to _repeat
PresentationFramework (4)
System\Windows\Markup\ParserContext.cs (4)
230
if (
_repeat
> 0)
483
if (
_repeat
> 0)
493
_langSpaceStack.Push(
_repeat
);
649
context._repeat =
_repeat
;