10 references to TextContainer
PresentationFramework (10)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
62_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
System\Windows\Controls\PasswordBox.cs (9)
116Selection.Select(TextContainer.Start, TextContainer.End); 205return this.TextContainer.GetPasswordCopy(); 802return this.TextContainer; 1022this.TextContainer.TextView = textview; 1057selectionStart = this.TextContainer.Start.CreatePointer(); 1172this.TextContainer.BeginChange(); 1175this.TextContainer.SetPassword(value); 1180this.TextContainer.EndChange();