2 writes to _changeBlockLevel
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
150_changeBlockLevel++; 172_changeBlockLevel--;
3 references to _changeBlockLevel
PresentationFramework (3)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (3)
170Invariant.Assert(_changeBlockLevel > 0, "Unmatched EndChange call!"); 174if (_changeBlockLevel == 0 && 631Invariant.Assert(_changeBlockLevel > 0, "All public APIs must call BeginChange!");