10 references to TextContainer
PresentationFramework (10)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
63_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
System\Windows\Controls\PasswordBox.cs (9)
117Selection.Select(TextContainer.Start, TextContainer.End); 206return this.TextContainer.GetPasswordCopy(); 803return this.TextContainer; 1023this.TextContainer.TextView = textview; 1061selectionStart = this.TextContainer.Start.CreatePointer(); 1179this.TextContainer.BeginChange(); 1182this.TextContainer.SetPassword(value); 1187this.TextContainer.EndChange();