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