C# Class MetroPass.WP8.UI.Controls.ProtectedTextBox

Datei anzeigen Open project: TheAngryByrd/MetroPass

Public Properties

Property Type Description
IsProtectedProperty System.Windows.DependencyProperty
MonoSpacedProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty

Public Methods

Method Description
ProtectedTextBox ( ) : System
SelectAll ( ) : void

Protected Methods

Method Description
OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void

Raises the TextChanged event.

Private Methods

Method Description
OnIsProtectedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMonoSpacedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateProtectState ( ) : void
txtPassword_GotFocus ( object sender, RoutedEventArgs e ) : void
txtPassword_LostFocus ( object sender, RoutedEventArgs e ) : void
txtPassword_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

OnTextChanged() protected method

Raises the TextChanged event.
protected OnTextChanged ( System.Windows.Controls.TextChangedEventArgs e ) : void
e System.Windows.Controls.TextChangedEventArgs The /// instance containing the event data.
return void

ProtectedTextBox() public method

public ProtectedTextBox ( ) : System
return System

SelectAll() public method

public SelectAll ( ) : void
return void

Property Details

IsProtectedProperty public_oe static_oe property

public static DependencyProperty,System.Windows IsProtectedProperty
return System.Windows.DependencyProperty

MonoSpacedProperty public_oe static_oe property

public static DependencyProperty,System.Windows MonoSpacedProperty
return System.Windows.DependencyProperty

TextProperty public_oe static_oe property

public static DependencyProperty,System.Windows TextProperty
return System.Windows.DependencyProperty