2 instantiations of PasswordBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7330bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.PasswordBox(); };
System\Windows\Markup\KnownTypes.cs (1)
1439case KnownElements.PasswordBox: o = new System.Windows.Controls.PasswordBox(); break;
50 references to PasswordBox
PresentationFramework (50)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (6)
36public PasswordBoxAutomationPeer(PasswordBox owner) : base(owner) 75_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer); 82PasswordBox owner = (PasswordBox)Owner; 135PasswordBox owner = (PasswordBox)Owner;
System\Windows\Controls\PasswordBox.cs (32)
58DefaultStyleKeyProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(typeof(PasswordBox))); 59_dType = DependencyObjectType.FromSystemTypeInternal(typeof(PasswordBox)); 63PasswordCharProperty.OverrideMetadata(typeof(PasswordBox), 67Control.PaddingProperty.OverrideMetadata(typeof(PasswordBox), 71NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged))); 73InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox), 83IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 84IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 86TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 88TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(PasswordBox), 90TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 92TextBoxBase.CaretBrushProperty.OverrideMetadata(typeof(PasswordBox), 233typeof(PasswordBox), // Property owner 263TextBox.MaxLengthProperty.AddOwner(typeof(PasswordBox)); 280TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 295TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox)); 310TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 325TextBoxBase.CaretBrushProperty.AddOwner(typeof(PasswordBox)); 340TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox)); 354TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox)); 387typeof(PasswordBox)); // 490FrameworkPropertyMetadata fmetadata = e.Property.GetMetadata(typeof(PasswordBox)) as FrameworkPropertyMetadata; 849TextEditor.RegisterCommandHandlers(typeof(PasswordBox), /*acceptsRichContent:*/false, /*readOnly*/false, /*registerEventListeners*/false); 906PasswordBox passwordBox = (PasswordBox)d; 1107PasswordBox passwordBox = (PasswordBox)d; 1127PasswordBox passwordBox = (PasswordBox)o; 1222PasswordBox passwordBox = (PasswordBox)d;
System\Windows\Controls\PasswordTextContainer.cs (3)
42internal PasswordTextContainer(PasswordBox passwordBox) 577internal PasswordBox PasswordBox 936private readonly PasswordBox _passwordBox;
System\windows\Documents\TextEditorCopyPaste.cs (4)
501if (This.UiScope is PasswordBox) 525if (This.UiScope is PasswordBox) 546if (This.UiScope is PasswordBox) 571if (This.UiScope is PasswordBox)
System\windows\Documents\TextEditorDragDrop.cs (1)
111if (_textEditor.UiScope is PasswordBox)
System\Windows\Documents\TextSchema.cs (1)
811typeof(PasswordBox).IsAssignableFrom(parentType))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
537case 441: t = () => typeof(PasswordBox); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7328typeof(System.Windows.Controls.PasswordBox),
System\Windows\Markup\KnownTypes.cs (1)
5995case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.PasswordBox); break;