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