10 references to TextContainer
PresentationFramework (10)
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (1)
76_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer);
src\Framework\System\Windows\Controls\PasswordBox.cs (9)
134Selection.Select(TextContainer.Start, TextContainer.End); 237return this.TextContainer.GetPasswordCopy(); 834return this.TextContainer; 1059this.TextContainer.TextView = textview; 1107selectionStart = this.TextContainer.Start.CreatePointer(); 1239this.TextContainer.BeginChange(); 1242this.TextContainer.SetPassword(value); 1247this.TextContainer.EndChange();