C# Class Fluent.FrameworkHelper

Represents class to determine .NET Framework version difference
ファイルを表示 Open project: Gainedge/BetterExplorer

Public Properties

Property Type Description
PresentationFrameworkVersion System.Version
UseLayoutRoundingProperty System.Windows.DependencyProperty

Public Methods

Method Description
GetUseLayoutRounding ( DependencyObject obj ) : bool

Gets UseLayoutRounding attached property value

HasFlag ( this thisInstance, Enum flag ) : bool
SetUseLayoutRounding ( DependencyObject obj, bool value ) : void

Gets UseLayoutRounding attached property value

Private Methods

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

Method Details

GetUseLayoutRounding() public static method

Gets UseLayoutRounding attached property value
public static GetUseLayoutRounding ( DependencyObject obj ) : bool
obj System.Windows.DependencyObject
return bool

HasFlag() public static method

public static HasFlag ( this thisInstance, Enum flag ) : bool
thisInstance this
flag System.Enum
return bool

SetUseLayoutRounding() public static method

Gets UseLayoutRounding attached property value
public static SetUseLayoutRounding ( DependencyObject obj, bool value ) : void
obj System.Windows.DependencyObject
value bool
return void

Property Details

PresentationFrameworkVersion public_oe static_oe property

Version of WPF
public static Version,System PresentationFrameworkVersion
return System.Version

UseLayoutRoundingProperty public_oe static_oe property

Using a DependencyProperty as the backing store for UseLayoutRounding. This enables animation, styling, binding, etc...
public static DependencyProperty,System.Windows UseLayoutRoundingProperty
return System.Windows.DependencyProperty