2 instantiations of PasswordBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8066DefaultConstructor = delegate () { return new System.Windows.Controls.PasswordBox(); },
System\Windows\Markup\KnownTypes.cs (1)
1432case KnownElements.PasswordBox: o = new System.Windows.Controls.PasswordBox(); break;
50 references to PasswordBox
PresentationFramework (50)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (6)
23public PasswordBoxAutomationPeer(PasswordBox owner) : base(owner) 62_textPattern = new TextAdaptor(this, ((PasswordBox)Owner).TextContainer); 69PasswordBox owner = (PasswordBox)Owner; 122PasswordBox owner = (PasswordBox)Owner;
System\Windows\Controls\PasswordBox.cs (32)
43DefaultStyleKeyProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(typeof(PasswordBox))); 44_dType = DependencyObjectType.FromSystemTypeInternal(typeof(PasswordBox)); 48PasswordCharProperty.OverrideMetadata(typeof(PasswordBox), 52Control.PaddingProperty.OverrideMetadata(typeof(PasswordBox), 56NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged))); 58InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox), 68IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 69IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 71TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 73TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(PasswordBox), 75TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 77TextBoxBase.CaretBrushProperty.OverrideMetadata(typeof(PasswordBox), 217typeof(PasswordBox), // Property owner 247TextBox.MaxLengthProperty.AddOwner(typeof(PasswordBox)); 264TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 279TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox)); 294TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 309TextBoxBase.CaretBrushProperty.AddOwner(typeof(PasswordBox)); 324TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox)); 338TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox)); 371typeof(PasswordBox)); // 474FrameworkPropertyMetadata fmetadata = e.Property.GetMetadata(typeof(PasswordBox)) as FrameworkPropertyMetadata; 833TextEditor.RegisterCommandHandlers(typeof(PasswordBox), /*acceptsRichContent:*/false, /*readOnly*/false, /*registerEventListeners*/false); 890PasswordBox passwordBox = (PasswordBox)d; 1083PasswordBox passwordBox = (PasswordBox)d; 1103PasswordBox passwordBox = (PasswordBox)o; 1195PasswordBox passwordBox = (PasswordBox)d;
System\Windows\Controls\PasswordTextContainer.cs (3)
38internal PasswordTextContainer(PasswordBox passwordBox) 573internal PasswordBox PasswordBox 932private readonly PasswordBox _passwordBox;
System\windows\Documents\TextEditorCopyPaste.cs (4)
489if (This.UiScope is PasswordBox) 513if (This.UiScope is PasswordBox) 534if (This.UiScope is PasswordBox) 559if (This.UiScope is PasswordBox)
System\windows\Documents\TextEditorDragDrop.cs (1)
93if (_textEditor.UiScope is PasswordBox)
System\Windows\Documents\TextSchema.cs (1)
804typeof(PasswordBox).IsAssignableFrom(parentType))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
534case 441: t = () => typeof(PasswordBox); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8063typeof(System.Windows.Controls.PasswordBox),
System\Windows\Markup\KnownTypes.cs (1)
5988case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.PasswordBox); break;