2 writes to _changeBlockLevel
PresentationFramework (2)
System\Windows\Controls\PasswordTextContainer.cs (2)
144
_changeBlockLevel
++;
166
_changeBlockLevel
--;
3 references to _changeBlockLevel
PresentationFramework (3)
System\Windows\Controls\PasswordTextContainer.cs (3)
164
Invariant.Assert(
_changeBlockLevel
> 0, "Unmatched EndChange call!");
168
if (
_changeBlockLevel
== 0 &&
625
Invariant.Assert(
_changeBlockLevel
> 0, "All public APIs must call BeginChange!");