2 instantiations of PasswordBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7330
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
PasswordBox
(); };
System\Windows\Markup\KnownTypes.cs (1)
1439
case KnownElements.PasswordBox: o = new System.Windows.Controls.
PasswordBox
(); break;
50 references to PasswordBox
PresentationFramework (50)
System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (6)
36
public PasswordBoxAutomationPeer(
PasswordBox
owner) : base(owner)
75
_textPattern = new TextAdaptor(this, ((
PasswordBox
)Owner).TextContainer);
82
PasswordBox
owner = (
PasswordBox
)Owner;
135
PasswordBox
owner = (
PasswordBox
)Owner;
System\Windows\Controls\PasswordBox.cs (32)
58
DefaultStyleKeyProperty.OverrideMetadata(typeof(
PasswordBox
), new FrameworkPropertyMetadata(typeof(
PasswordBox
)));
59
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
PasswordBox
));
63
PasswordCharProperty.OverrideMetadata(typeof(
PasswordBox
),
67
Control.PaddingProperty.OverrideMetadata(typeof(
PasswordBox
),
71
NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(
PasswordBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
73
InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(
PasswordBox
),
83
IsEnabledProperty.OverrideMetadata(typeof(
PasswordBox
), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
84
IsMouseOverPropertyKey.OverrideMetadata(typeof(
PasswordBox
), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
86
TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(
PasswordBox
),
88
TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(
PasswordBox
),
90
TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(
PasswordBox
),
92
TextBoxBase.CaretBrushProperty.OverrideMetadata(typeof(
PasswordBox
),
233
typeof(
PasswordBox
), // Property owner
263
TextBox.MaxLengthProperty.AddOwner(typeof(
PasswordBox
));
280
TextBoxBase.SelectionBrushProperty.AddOwner(typeof(
PasswordBox
));
295
TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(
PasswordBox
));
310
TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(
PasswordBox
));
325
TextBoxBase.CaretBrushProperty.AddOwner(typeof(
PasswordBox
));
340
TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(
PasswordBox
));
354
TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(
PasswordBox
));
387
typeof(
PasswordBox
)); //
490
FrameworkPropertyMetadata fmetadata = e.Property.GetMetadata(typeof(
PasswordBox
)) as FrameworkPropertyMetadata;
849
TextEditor.RegisterCommandHandlers(typeof(
PasswordBox
), /*acceptsRichContent:*/false, /*readOnly*/false, /*registerEventListeners*/false);
906
PasswordBox
passwordBox = (
PasswordBox
)d;
1107
PasswordBox
passwordBox = (
PasswordBox
)d;
1127
PasswordBox
passwordBox = (
PasswordBox
)o;
1222
PasswordBox
passwordBox = (
PasswordBox
)d;
System\Windows\Controls\PasswordTextContainer.cs (3)
42
internal PasswordTextContainer(
PasswordBox
passwordBox)
577
internal
PasswordBox
PasswordBox
936
private readonly
PasswordBox
_passwordBox;
System\windows\Documents\TextEditorCopyPaste.cs (4)
501
if (This.UiScope is
PasswordBox
)
525
if (This.UiScope is
PasswordBox
)
546
if (This.UiScope is
PasswordBox
)
571
if (This.UiScope is
PasswordBox
)
System\windows\Documents\TextEditorDragDrop.cs (1)
111
if (_textEditor.UiScope is
PasswordBox
)
System\Windows\Documents\TextSchema.cs (1)
811
typeof(
PasswordBox
).IsAssignableFrom(parentType))
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
537
case 441: t = () => typeof(
PasswordBox
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7328
typeof(System.Windows.Controls.
PasswordBox
),
System\Windows\Markup\KnownTypes.cs (1)
5995
case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.
PasswordBox
); break;