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