MahApps.Metro by Jan Karger, Dennis Daume, Brendan Forster, Paul Jenkins, Jake Ginnivan, Alex Mitchell

<PackageReference Include="MahApps.Metro" Version="2.1.1" />

.NET API 3,425,904 bytes

 PasswordBoxHelper

public class PasswordBoxHelper

public static object GetCapsLockIcon(PasswordBox element)

public static object GetCapsLockWarningToolTip(PasswordBox element)

public static object GetRevealButtonContent(DependencyObject d)

Gets the content of the RevealButton.

Gets the data template used to display the content of the RevealButton.

public static void SetCapsLockIcon(PasswordBox element, object value)

public static void SetCapsLockWarningToolTip(PasswordBox element, object value)

public static void SetRevealButtonContent(DependencyObject obj, object value)

Sets the content of the RevealButton.

Sets the data template used to display the content of the RevealButton.