2 instantiations of PasswordBox
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7326
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
PasswordBox
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1440
case KnownElements.PasswordBox: o = new System.Windows.Controls.
PasswordBox
(); break;
52 references to PasswordBox
PresentationFramework (52)
src\Framework\MS\Internal\AppModel\ApplicationProxyInternal.cs (2)
173
PasswordBox
passwordBox = Keyboard.FocusedElement as
PasswordBox
;
src\Framework\System\Windows\Automation\Peers\PasswordBoxAutomationPeer.cs (6)
37
public PasswordBoxAutomationPeer(
PasswordBox
owner) : base(owner)
76
_textPattern = new TextAdaptor(this, ((
PasswordBox
)Owner).TextContainer);
83
PasswordBox
owner = (
PasswordBox
)Owner;
136
PasswordBox
owner = (
PasswordBox
)Owner;
src\Framework\System\Windows\Controls\PasswordBox.cs (32)
61
DefaultStyleKeyProperty.OverrideMetadata(typeof(
PasswordBox
), new FrameworkPropertyMetadata(typeof(
PasswordBox
)));
62
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
PasswordBox
));
66
PasswordCharProperty.OverrideMetadata(typeof(
PasswordBox
),
70
Control.PaddingProperty.OverrideMetadata(typeof(
PasswordBox
),
74
NavigationService.NavigationServiceProperty.OverrideMetadata(typeof(
PasswordBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(OnParentNavigationServiceChanged)));
76
InputMethod.IsInputMethodEnabledProperty.OverrideMetadata(typeof(
PasswordBox
),
86
IsEnabledProperty.OverrideMetadata(typeof(
PasswordBox
), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
87
IsMouseOverPropertyKey.OverrideMetadata(typeof(
PasswordBox
), new UIPropertyMetadata(new PropertyChangedCallback(OnVisualStatePropertyChanged)));
89
TextBoxBase.SelectionBrushProperty.OverrideMetadata(typeof(
PasswordBox
),
91
TextBoxBase.SelectionTextBrushProperty.OverrideMetadata(typeof(
PasswordBox
),
93
TextBoxBase.SelectionOpacityProperty.OverrideMetadata(typeof(
PasswordBox
),
95
TextBoxBase.CaretBrushProperty.OverrideMetadata(typeof(
PasswordBox
),
249
typeof(
PasswordBox
), // Property owner
279
TextBox.MaxLengthProperty.AddOwner(typeof(
PasswordBox
));
296
TextBoxBase.SelectionBrushProperty.AddOwner(typeof(
PasswordBox
));
311
TextBoxBase.SelectionTextBrushProperty.AddOwner(typeof(
PasswordBox
));
326
TextBoxBase.SelectionOpacityProperty.AddOwner(typeof(
PasswordBox
));
341
TextBoxBase.CaretBrushProperty.AddOwner(typeof(
PasswordBox
));
356
TextBoxBase.IsSelectionActiveProperty.AddOwner(typeof(
PasswordBox
));
370
TextBoxBase.IsInactiveSelectionHighlightEnabledProperty.AddOwner(typeof(
PasswordBox
));
403
typeof(
PasswordBox
)); //
506
FrameworkPropertyMetadata fmetadata = e.Property.GetMetadata(typeof(
PasswordBox
)) as FrameworkPropertyMetadata;
865
TextEditor.RegisterCommandHandlers(typeof(
PasswordBox
), /*acceptsRichContent:*/false, /*readOnly*/false, /*registerEventListeners*/false);
922
PasswordBox
passwordBox = (
PasswordBox
)d;
1130
PasswordBox
passwordBox = (
PasswordBox
)d;
1150
PasswordBox
passwordBox = (
PasswordBox
)o;
1256
PasswordBox
passwordBox = (
PasswordBox
)d;
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (3)
48
internal PasswordTextContainer(
PasswordBox
passwordBox)
583
internal
PasswordBox
PasswordBox
942
private readonly
PasswordBox
_passwordBox;
src\Framework\System\windows\Documents\TextEditorCopyPaste.cs (4)
616
if (This.UiScope is
PasswordBox
)
647
if (This.UiScope is
PasswordBox
)
668
if (This.UiScope is
PasswordBox
)
700
if (This.UiScope is
PasswordBox
)
src\Framework\System\windows\Documents\TextEditorDragDrop.cs (1)
114
if (_textEditor.UiScope is
PasswordBox
)
src\Framework\System\Windows\Documents\TextSchema.cs (1)
813
typeof(
PasswordBox
).IsAssignableFrom(parentType))
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
533
case 441: t = () => typeof(
PasswordBox
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7324
typeof(System.Windows.Controls.
PasswordBox
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5985
case KnownElements.PasswordBox: t = typeof(System.Windows.Controls.
PasswordBox
); break;