C# Class Unlimited.Applications.BusinessDesignStudio.BringIntoViewProperty

显示文件 Open project: Warewolf-ESB/Warewolf

Public Properties

Property Type Description
IsInViewProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetIsInView ( DependencyObject obj ) : bool
SetIsInView ( DependencyObject obj, bool value ) : void

Private Methods

Method Description
OnPropertyChangedCallback ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

GetIsInView() public static method

public static GetIsInView ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

SetIsInView() public static method

public static SetIsInView ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

IsInViewProperty public_oe static_oe property

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