C# Class ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.TimeSpanEditor

Show file Open project: icsharpcode/WpfDesigner

Public Properties

Property Type Description
DaysProperty System.Windows.DependencyProperty
HoursProperty System.Windows.DependencyProperty
MiliSecondsProperty System.Windows.DependencyProperty
MinutesProperty System.Windows.DependencyProperty
NeagtiveProperty System.Windows.DependencyProperty
SecondsProperty System.Windows.DependencyProperty

Public Methods

Method Description
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

TimeSpanEditor ( ) : System

Private Methods

Method Description
NumberEditor_DataContextChanged ( object sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnDaysPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnHoursPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMiliSecondsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnMinutesPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnNeagtivePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
OnSecondsPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
UpdateValue ( ) : void

Method Details

SpecialInitializeComponent() public method

Fixes InitializeComponent with multiple Versions of same Assembly loaded
public SpecialInitializeComponent ( ) : void
return void

TimeSpanEditor() public method

public TimeSpanEditor ( ) : System
return System

Property Details

DaysProperty public static property

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

HoursProperty public static property

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

MiliSecondsProperty public static property

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

MinutesProperty public static property

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

NeagtiveProperty public static property

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

SecondsProperty public static property

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