2 instantiations of PasswordBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8067DefaultConstructor = delegate () { return new System.Windows.Controls.PasswordBox(); },
System\Windows\Markup\KnownTypes.cs (1)
1433case KnownElements.PasswordBox: o = new System.Windows.Controls.PasswordBox(); break;
50 references to PasswordBox
PresentationFramework (50)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (6)
24public PasswordBoxAutomationPeer(PasswordBox owner) : base(owner) 63_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer); 70PasswordBox owner = (PasswordBox)Owner; 123PasswordBox owner = (PasswordBox)Owner;
System\Windows\Controls\PasswordBox.cs (32)
44DefaultStyleKeyProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(typeof(PasswordBox))); 45_dType = DependencyObjectType.FromSystemTypeInternal(typeof(PasswordBox)); 49PasswordCharProperty.OverrideMetadata(typeof(PasswordBox), 53Control.PaddingProperty.OverrideMetadata(typeof(PasswordBox), 57NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged))); 59InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox), 69IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 70IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 72TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 74TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(PasswordBox), 76TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 78TextBoxBase.CaretBrushProperty.OverrideMetadata(typeof(PasswordBox), 218typeof(PasswordBox), // Property owner 248TextBox.MaxLengthProperty.AddOwner(typeof(PasswordBox)); 265TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 280TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox)); 295TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 310TextBoxBase.CaretBrushProperty.AddOwner(typeof(PasswordBox)); 325TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox)); 339TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox)); 372typeof(PasswordBox)); // 475FrameworkPropertyMetadata fmetadata = e.Property.GetMetadata(typeof(PasswordBox)) as FrameworkPropertyMetadata; 834TextEditor.RegisterCommandHandlers(typeof(PasswordBox), /*acceptsRichContent:*/false, /*readOnly*/false, /*registerEventListeners*/false); 891PasswordBox passwordBox = (PasswordBox)d; 1084PasswordBox passwordBox = (PasswordBox)d; 1104PasswordBox passwordBox = (PasswordBox)o; 1196PasswordBox passwordBox = (PasswordBox)d;
System\Windows\Controls\PasswordTextContainer.cs (3)
39internal PasswordTextContainer(PasswordBox passwordBox) 574internal PasswordBox PasswordBox 933private readonly PasswordBox _passwordBox;
System\windows\Documents\TextEditorCopyPaste.cs (4)
490if (This.UiScope is PasswordBox) 514if (This.UiScope is PasswordBox) 535if (This.UiScope is PasswordBox) 560if (This.UiScope is PasswordBox)
System\windows\Documents\TextEditorDragDrop.cs (1)
94if (_textEditor.UiScope is PasswordBox)
System\Windows\Documents\TextSchema.cs (1)
805typeof(PasswordBox).IsAssignableFrom(parentType))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
535case 441: t = () => typeof(PasswordBox); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8064typeof(System.Windows.Controls.PasswordBox),
System\Windows\Markup\KnownTypes.cs (1)
5989case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.PasswordBox); break;