C# Class BExplorer.Shell.FileOperationDialog

Interaction logic for FileOperationDialog.xaml
Inheritance: System.Windows.Window
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
FileOperationDialog ( ) : System
SetClassLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr

Protected Methods

Method Description
OnContentRendered ( EventArgs e ) : void

Private Methods

Method Description
Contents_CollectionChanged ( object sender, System e ) : void
GetSysColorBrush ( int nIndex ) : IntPtr
LoadTimer_Tick ( object sender, EventArgs e ) : void
SetClassLongPtr32 ( IntPtr hWnd, int nIndex, uint dwNewLong ) : uint
SetClassLongPtr64 ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
Window_Closed ( object sender, EventArgs e ) : void

Method Details

FileOperationDialog() public method

public FileOperationDialog ( ) : System
return System

OnContentRendered() protected method

protected OnContentRendered ( EventArgs e ) : void
e System.EventArgs
return void

SetClassLong() public static method

public static SetClassLong ( IntPtr hWnd, int nIndex, IntPtr dwNewLong ) : IntPtr
hWnd System.IntPtr
nIndex int
dwNewLong System.IntPtr
return System.IntPtr