C# Class SidebarDiagnostics.Windows.DPIAwareWindow

Inheritance: SidebarDiagnostics.Style.FlatWindow
Show file Open project: ArcadeRenegade/SidebarDiagnostics

Public Properties

Property Type Description
AutoDPIProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
DPIAwareWindow_Loaded void
UIScale_PropertyChanged void

Public Methods

Method Description
BeginInit ( ) : void
EndInit ( ) : void
HandleDPI ( ) : void
UpdateScale ( double scaleX, double scaleY, bool resize ) : void

Private Methods

Method Description
DPIAwareWindow_Loaded ( object sender, RoutedEventArgs e ) : void
UIScale_PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

BeginInit() public method

public BeginInit ( ) : void
return void

EndInit() public method

public EndInit ( ) : void
return void

HandleDPI() public method

public HandleDPI ( ) : void
return void

UpdateScale() public method

public UpdateScale ( double scaleX, double scaleY, bool resize ) : void
scaleX double
scaleY double
resize bool
return void

Property Details

AutoDPIProperty public static property

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