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