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; 1060selectionStart = this.TextContainer.Start.CreatePointer(); 1178this.TextContainer.BeginChange(); 1181this.TextContainer.SetPassword(value); 1186this.TextContainer.EndChange();