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)
123Selection.Select(TextContainer.Start, TextContainer.End); 213return this.TextContainer.GetPasswordCopy(); 810return this.TextContainer; 1035this.TextContainer.TextView = textview; 1076selectionStart = this.TextContainer.Start.CreatePointer(); 1197this.TextContainer.BeginChange(); 1200this.TextContainer.SetPassword(value); 1205this.TextContainer.EndChange();