C# Class Microsoft.Samples.KMoore.WPFSamples.ColorPicker.ColorPicker

Inheritance: System.Windows.Controls.Control
Show file Open project: daszat/zetbox Class Usage Examples

Public Properties

Property Type Description
BlueProperty System.Windows.DependencyProperty
ColorChangedEvent System.Windows.RoutedEvent
ColorProperty System.Windows.DependencyProperty
GreenProperty System.Windows.DependencyProperty
RedProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnColorChanged ( Color oldValue, Color newValue ) : void
OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer

Private Methods

Method Description
ColorPicker ( ) : System
OnColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnInternalColorChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetupColorBindings ( ) : void

Method Details

OnColorChanged() protected method

protected OnColorChanged ( Color oldValue, Color newValue ) : void
oldValue Color
newValue Color
return void

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer

Property Details

BlueProperty public static property

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

ColorChangedEvent public static property

public static RoutedEvent,System.Windows ColorChangedEvent
return System.Windows.RoutedEvent

ColorProperty public static property

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

GreenProperty public static property

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

RedProperty public static property

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