2 instantiations of PasswordBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7328bamlType.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)
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)
50DefaultStyleKeyProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(typeof(PasswordBox))); 51_dType = DependencyObjectType.FromSystemTypeInternal(typeof(PasswordBox)); 55PasswordCharProperty.OverrideMetadata(typeof(PasswordBox), 59Control.PaddingProperty.OverrideMetadata(typeof(PasswordBox), 63NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(PasswordBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged))); 65InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(PasswordBox), 75IsEnabledProperty.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 76IsMouseOverPropertyKey.OverrideMetadata(typeof(PasswordBox), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged))); 78TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(PasswordBox), 80TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(PasswordBox), 82TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(PasswordBox), 84TextBoxBase.CaretBrushProperty.OverrideMetadata(typeof(PasswordBox), 225typeof(PasswordBox), // Property owner 255TextBox.MaxLengthProperty.AddOwner(typeof(PasswordBox)); 272TextBoxBase.SelectionBrushProperty.AddOwner(typeof(PasswordBox)); 287TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(PasswordBox)); 302TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(PasswordBox)); 317TextBoxBase.CaretBrushProperty.AddOwner(typeof(PasswordBox)); 332TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(PasswordBox)); 346TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(PasswordBox)); 379typeof(PasswordBox)); // 482FrameworkPropertyMetadata fmetadata = e.Property.GetMetadata(typeof(PasswordBox)) as FrameworkPropertyMetadata; 841TextEditor.RegisterCommandHandlers(typeof(PasswordBox), /*acceptsRichContent:*/false, /*readOnly*/false, /*registerEventListeners*/false); 898PasswordBox passwordBox = (PasswordBox)d; 1099PasswordBox passwordBox = (PasswordBox)d; 1119PasswordBox passwordBox = (PasswordBox)o; 1214PasswordBox 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)
488if (This.UiScope is PasswordBox) 512if (This.UiScope is PasswordBox) 533if (This.UiScope is PasswordBox) 558if (This.UiScope is PasswordBox)
System\windows\Documents\TextEditorDragDrop.cs (1)
94if (_textEditor.UiScope is PasswordBox)
System\Windows\Documents\TextSchema.cs (1)
810typeof(PasswordBox).IsAssignableFrom(parentType))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
535case 441: t = () => typeof(PasswordBox); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7326typeof(System.Windows.Controls.PasswordBox),
System\Windows\Markup\KnownTypes.cs (1)
5995case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.PasswordBox); break;