Class PasswordBoxHelper
- Namespace
- The.WPF.Utility
- Assembly
- Instagile.WPF.dll
public static class PasswordBoxHelper
- Inheritance
-
PasswordBoxHelper
- Inherited Members
-
Fields
Attach
public static readonly DependencyProperty Attach
Field Value
- DependencyProperty
BindablePassword
public static readonly DependencyProperty BindablePassword
Field Value
- DependencyProperty
Methods
GetAttach(DependencyObject)
public static bool GetAttach(DependencyObject dp)
Parameters
dp DependencyObject
Returns
- bool
GetBindablePassword(DependencyObject)
public static string GetBindablePassword(DependencyObject dp)
Parameters
dp DependencyObject
Returns
- string
SetAttach(DependencyObject, bool)
public static void SetAttach(DependencyObject d, bool value)
Parameters
d DependencyObject
value bool
SetBindablePassword(DependencyObject, string)
public static void SetBindablePassword(DependencyObject d, string value)
Parameters
d DependencyObject
value string