10 references to TextContainer
PresentationFramework (10)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
75_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
System\Windows\Controls\PasswordBox.cs (9)
131Selection.Select(TextContainer.Start, TextContainer.End); 221return this.TextContainer.GetPasswordCopy(); 818return this.TextContainer; 1043this.TextContainer.TextView = textview; 1084selectionStart = this.TextContainer.Start.CreatePointer(); 1205this.TextContainer.BeginChange(); 1208this.TextContainer.SetPassword(value); 1213this.TextContainer.EndChange();