2 writes to _nestingLevel
PresentationFramework (2)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (2)
782
_nestingLevel
++;
786
_nestingLevel
--;
3 references to _nestingLevel
PresentationFramework (3)
src\Framework\MS\Internal\Data\DefaultValueConverter.cs (3)
785
if (
_nestingLevel
> 0)
788
Invariant.Assert((
_nestingLevel
<= 1), "illegal to recurse/reenter ValueConverterContext.SetTargetElement()");
795
get { return (
_nestingLevel
> 0); }