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