C# 클래스 ICSharpCode.WpfDesign.Designer.PropertyGrid.Editors.TimeSpanEditor

파일 보기 프로젝트 열기: icsharpcode/WpfDesigner

공개 프로퍼티들

프로퍼티 타입 설명
DaysProperty System.Windows.DependencyProperty
HoursProperty System.Windows.DependencyProperty
MiliSecondsProperty System.Windows.DependencyProperty
MinutesProperty System.Windows.DependencyProperty
NeagtiveProperty System.Windows.DependencyProperty
SecondsProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
SpecialInitializeComponent ( ) : void

Fixes InitializeComponent with multiple Versions of same Assembly loaded

TimeSpanEditor ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

SpecialInitializeComponent() 공개 메소드

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

TimeSpanEditor() 공개 메소드

public TimeSpanEditor ( ) : System
리턴 System

프로퍼티 상세

DaysProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows DaysProperty
리턴 System.Windows.DependencyProperty

HoursProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows HoursProperty
리턴 System.Windows.DependencyProperty

MiliSecondsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MiliSecondsProperty
리턴 System.Windows.DependencyProperty

MinutesProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows MinutesProperty
리턴 System.Windows.DependencyProperty

NeagtiveProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows NeagtiveProperty
리턴 System.Windows.DependencyProperty

SecondsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows SecondsProperty
리턴 System.Windows.DependencyProperty