2 writes to _password
PresentationFramework (2)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (2)
51_password = new SecureString(); 557_password = (value == null) ? new SecureString() : value.Copy();
6 references to _password
PresentationFramework (6)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (6)
94_password.InsertAt(offset + i, textData[i]); 135_password.RemoveAt(startOffset); 545return _password.Copy(); 554_password.Clear(); 568return _password.Length; 859Invariant.Assert(position.Offset >= 0 && position.Offset <= _password.Length);