2 references to PasswordBox
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7330bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.PasswordBox(); };
System\Windows\Markup\KnownTypes.cs (1)
1439case KnownElements.PasswordBox: o = new System.Windows.Controls.PasswordBox(); break;