C# Class FirstFloor.ModernUI.Windows.Controls.TagsList

Inheritance: System.Windows.Controls.Control
Show file Open project: gro-ove/actools

Public Properties

Property Type Description
IsReadOnlyProperty System.Windows.DependencyProperty
ItemContextMenuProperty System.Windows.DependencyProperty
ItemsSourceProperty System.Windows.DependencyProperty
SuggestionsSourceProperty System.Windows.DependencyProperty

Public Methods

Method Description
OnApplyTemplate ( ) : void
RemoveTag ( string value ) : void
ReplaceTag ( string oldValue, string newValue ) : void
TagsList ( ) : System.Linq

Private Methods

Method Description
AddNewTag ( string tag ) : void
IsCaretAtFront ( DependencyObject d ) : bool
TextBox_KeyDown ( object sender, System.Windows.Input.KeyEventArgs e ) : void
TextBox_LostFocus ( object sender, RoutedEventArgs e ) : void

Method Details

OnApplyTemplate() public method

public OnApplyTemplate ( ) : void
return void

RemoveTag() public method

public RemoveTag ( string value ) : void
value string
return void

ReplaceTag() public method

public ReplaceTag ( string oldValue, string newValue ) : void
oldValue string
newValue string
return void

TagsList() public method

public TagsList ( ) : System.Linq
return System.Linq

Property Details

IsReadOnlyProperty public static property

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

ItemContextMenuProperty public static property

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

ItemsSourceProperty public static property

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

SuggestionsSourceProperty public static property

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