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