- fixed issue BE-446 (resolve issue: resolution=RESOLVED status=Done)...
2fbd7d8b
Dimitar Tsenev
committed
29 changed files
AppCommands.cs
/BExplorer/BetterExplorer/Application/AppCommands.cs-12+10
/BExplorer/BetterExplorer/Application/AppCommands.cs
Add comment 1 '------------------------------------------------------------------------------
Add comment 2 ' <auto-generated>
Add comment 3 ' This code was generated by a tool.
Add comment 4 Minus  ' Runtime Version:4.0.30319.18010
Add comment 4 Plus  ' Runtime Version:4.0.30319.18034
Add comment 5 '
Add comment 6 ' Changes to this file may cause incorrect behavior and will be lost if
Add comment 7 ' the code is regenerated.
Add comment 12 Option Explicit On
Add comment 13
Add comment 14
Add comment 15 Minus  Namespace My
Add comment 16 15
Add comment 17 Minus   <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 18 Minus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Add comment 19 Minus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 16 Plus  <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 17 Plus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Add comment 18 Plus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 20 19 Partial Friend NotInheritable Class MySettings
Add comment 21 20 Inherits Global.System.Configuration.ApplicationSettingsBase
Add comment 22 21
Add comment 23 Minus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Add comment 22 Plus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
Add comment 24 23
Add comment 25 24 #Region "My.Settings Auto-Save Functionality"
Add comment 26 25 #If _MyType = "WindowsForms" Then
Add comment 54 53 End Get
Add comment 55 54 End Property
Add comment 56 55 End Class
Add comment 57 Minus  End Namespace
Add comment 58 56
Add comment 59 57 Namespace My
Add comment 60 58
Add comment 61 Minus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 62 Minus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 63 Minus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 59 Plus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 60 Plus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 61 Plus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 64 62 Friend Module MySettingsProperty
Add comment 65 63
Add comment 66 64 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Add comment 67 Minus   Friend ReadOnly Property Settings() As Global.WpfControls.My.MySettings
Add comment 65 Plus   Friend ReadOnly Property Settings() As Global.WpfControls.MySettings
Add comment 68 66 Get
Add comment 69 Minus   Return Global.WpfControls.My.MySettings.Default
Add comment 67 Plus   Return Global.WpfControls.MySettings.Default
Add comment 70 68 End Get
Add comment 71 69 End Property
Add comment 72 70 End Module
ConditionalSelectForm.xaml.cs
/BExplorer/BetterExplorer/ConditionalSelect/ConditionalSelectForm.xaml.cs-12+10
/BExplorer/BetterExplorer/ConditionalSelect/ConditionalSelectForm.xaml.cs
Add comment 1 '------------------------------------------------------------------------------
Add comment 2 ' <auto-generated>
Add comment 3 ' This code was generated by a tool.
Add comment 4 Minus  ' Runtime Version:4.0.30319.18010
Add comment 4 Plus  ' Runtime Version:4.0.30319.18034
Add comment 5 '
Add comment 6 ' Changes to this file may cause incorrect behavior and will be lost if
Add comment 7 ' the code is regenerated.
Add comment 12 Option Explicit On
Add comment 13
Add comment 14
Add comment 15 Minus  Namespace My
Add comment 16 15
Add comment 17 Minus   <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 18 Minus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Add comment 19 Minus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 16 Plus  <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 17 Plus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Add comment 18 Plus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 20 19 Partial Friend NotInheritable Class MySettings
Add comment 21 20 Inherits Global.System.Configuration.ApplicationSettingsBase
Add comment 22 21
Add comment 23 Minus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Add comment 22 Plus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
Add comment 24 23
Add comment 25 24 #Region "My.Settings Auto-Save Functionality"
Add comment 26 25 #If _MyType = "WindowsForms" Then
Add comment 54 53 End Get
Add comment 55 54 End Property
Add comment 56 55 End Class
Add comment 57 Minus  End Namespace
Add comment 58 56
Add comment 59 57 Namespace My
Add comment 60 58
Add comment 61 Minus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 62 Minus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 63 Minus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 59 Plus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 60 Plus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 61 Plus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 64 62 Friend Module MySettingsProperty
Add comment 65 63
Add comment 66 64 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Add comment 67 Minus   Friend ReadOnly Property Settings() As Global.WpfControls.My.MySettings
Add comment 65 Plus   Friend ReadOnly Property Settings() As Global.WpfControls.MySettings
Add comment 68 66 Get
Add comment 69 Minus   Return Global.WpfControls.My.MySettings.Default
Add comment 67 Plus   Return Global.WpfControls.MySettings.Default
Add comment 70 68 End Get
Add comment 71 69 End Property
Add comment 72 70 End Module
BetterExplorer.csproj
/BExplorer/BetterExplorer/BetterExplorer.csproj-12+10
/BExplorer/BetterExplorer/BetterExplorer.csproj
Add comment 1 '------------------------------------------------------------------------------
Add comment 2 ' <auto-generated>
Add comment 3 ' This code was generated by a tool.
Add comment 4 Minus  ' Runtime Version:4.0.30319.18010
Add comment 4 Plus  ' Runtime Version:4.0.30319.18034
Add comment 5 '
Add comment 6 ' Changes to this file may cause incorrect behavior and will be lost if
Add comment 7 ' the code is regenerated.
Add comment 12 Option Explicit On
Add comment 13
Add comment 14
Add comment 15 Minus  Namespace My
Add comment 16 15
Add comment 17 Minus   <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 18 Minus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Add comment 19 Minus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 16 Plus  <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 17 Plus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Add comment 18 Plus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 20 19 Partial Friend NotInheritable Class MySettings
Add comment 21 20 Inherits Global.System.Configuration.ApplicationSettingsBase
Add comment 22 21
Add comment 23 Minus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Add comment 22 Plus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
Add comment 24 23
Add comment 25 24 #Region "My.Settings Auto-Save Functionality"
Add comment 26 25 #If _MyType = "WindowsForms" Then
Add comment 54 53 End Get
Add comment 55 54 End Property
Add comment 56 55 End Class
Add comment 57 Minus  End Namespace
Add comment 58 56
Add comment 59 57 Namespace My
Add comment 60 58
Add comment 61 Minus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 62 Minus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 63 Minus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 59 Plus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 60 Plus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 61 Plus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 64 62 Friend Module MySettingsProperty
Add comment 65 63
Add comment 66 64 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Add comment 67 Minus   Friend ReadOnly Property Settings() As Global.WpfControls.My.MySettings
Add comment 65 Plus   Friend ReadOnly Property Settings() As Global.WpfControls.MySettings
Add comment 68 66 Get
Add comment 69 Minus   Return Global.WpfControls.My.MySettings.Default
Add comment 67 Plus   Return Global.WpfControls.MySettings.Default
Add comment 70 68 End Get
Add comment 71 69 End Property
Add comment 72 70 End Module
FileOperationDialog.xaml
/BExplorer/BetterExplorer/FileOperationDialog.xaml-12+10
/BExplorer/BetterExplorer/FileOperationDialog.xaml
Add comment 1 '------------------------------------------------------------------------------
Add comment 2 ' <auto-generated>
Add comment 3 ' This code was generated by a tool.
Add comment 4 Minus  ' Runtime Version:4.0.30319.18010
Add comment 4 Plus  ' Runtime Version:4.0.30319.18034
Add comment 5 '
Add comment 6 ' Changes to this file may cause incorrect behavior and will be lost if
Add comment 7 ' the code is regenerated.
Add comment 12 Option Explicit On
Add comment 13
Add comment 14
Add comment 15 Minus  Namespace My
Add comment 16 15
Add comment 17 Minus   <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 18 Minus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Add comment 19 Minus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 16 Plus  <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 17 Plus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Add comment 18 Plus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 20 19 Partial Friend NotInheritable Class MySettings
Add comment 21 20 Inherits Global.System.Configuration.ApplicationSettingsBase
Add comment 22 21
Add comment 23 Minus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Add comment 22 Plus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
Add comment 24 23
Add comment 25 24 #Region "My.Settings Auto-Save Functionality"
Add comment 26 25 #If _MyType = "WindowsForms" Then
Add comment 54 53 End Get
Add comment 55 54 End Property
Add comment 56 55 End Class
Add comment 57 Minus  End Namespace
Add comment 58 56
Add comment 59 57 Namespace My
Add comment 60 58
Add comment 61 Minus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 62 Minus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 63 Minus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 59 Plus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 60 Plus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 61 Plus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 64 62 Friend Module MySettingsProperty
Add comment 65 63
Add comment 66 64 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Add comment 67 Minus   Friend ReadOnly Property Settings() As Global.WpfControls.My.MySettings
Add comment 65 Plus   Friend ReadOnly Property Settings() As Global.WpfControls.MySettings
Add comment 68 66 Get
Add comment 69 Minus   Return Global.WpfControls.My.MySettings.Default
Add comment 67 Plus   Return Global.WpfControls.MySettings.Default
Add comment 70 68 End Get
Add comment 71 69 End Property
Add comment 72 70 End Module
FileOperationDialog.xaml.cs
/BExplorer/BetterExplorer/FileOperationDialog.xaml.cs-12+10
/BExplorer/BetterExplorer/FileOperationDialog.xaml.cs
Add comment 1 '------------------------------------------------------------------------------
Add comment 2 ' <auto-generated>
Add comment 3 ' This code was generated by a tool.
Add comment 4 Minus  ' Runtime Version:4.0.30319.18010
Add comment 4 Plus  ' Runtime Version:4.0.30319.18034
Add comment 5 '
Add comment 6 ' Changes to this file may cause incorrect behavior and will be lost if
Add comment 7 ' the code is regenerated.
Add comment 12 Option Explicit On
Add comment 13
Add comment 14
Add comment 15 Minus  Namespace My
Add comment 16 15
Add comment 17 Minus   <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 18 Minus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Add comment 19 Minus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 16 Plus  <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 17 Plus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Add comment 18 Plus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 20 19 Partial Friend NotInheritable Class MySettings
Add comment 21 20 Inherits Global.System.Configuration.ApplicationSettingsBase
Add comment 22 21
Add comment 23 Minus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Add comment 22 Plus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
Add comment 24 23
Add comment 25 24 #Region "My.Settings Auto-Save Functionality"
Add comment 26 25 #If _MyType = "WindowsForms" Then
Add comment 54 53 End Get
Add comment 55 54 End Property
Add comment 56 55 End Class
Add comment 57 Minus  End Namespace
Add comment 58 56
Add comment 59 57 Namespace My
Add comment 60 58
Add comment 61 Minus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 62 Minus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 63 Minus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 59 Plus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 60 Plus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 61 Plus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 64 62 Friend Module MySettingsProperty
Add comment 65 63
Add comment 66 64 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Add comment 67 Minus   Friend ReadOnly Property Settings() As Global.WpfControls.My.MySettings
Add comment 65 Plus   Friend ReadOnly Property Settings() As Global.WpfControls.MySettings
Add comment 68 66 Get
Add comment 69 Minus   Return Global.WpfControls.My.MySettings.Default
Add comment 67 Plus   Return Global.WpfControls.MySettings.Default
Add comment 70 68 End Get
Add comment 71 69 End Property
Add comment 72 70 End Module
MainWindow.xaml
/BExplorer/BetterExplorer/MainWindow.xaml-12+10
/BExplorer/BetterExplorer/MainWindow.xaml
Add comment 1 '------------------------------------------------------------------------------
Add comment 2 ' <auto-generated>
Add comment 3 ' This code was generated by a tool.
Add comment 4 Minus  ' Runtime Version:4.0.30319.18010
Add comment 4 Plus  ' Runtime Version:4.0.30319.18034
Add comment 5 '
Add comment 6 ' Changes to this file may cause incorrect behavior and will be lost if
Add comment 7 ' the code is regenerated.
Add comment 12 Option Explicit On
Add comment 13
Add comment 14
Add comment 15 Minus  Namespace My
Add comment 16 15
Add comment 17 Minus   <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 18 Minus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0"), _
Add comment 19 Minus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 16 Plus  <Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
Add comment 17 Plus   Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
Add comment 18 Plus   Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
Add comment 20 19 Partial Friend NotInheritable Class MySettings
Add comment 21 20 Inherits Global.System.Configuration.ApplicationSettingsBase
Add comment 22 21
Add comment 23 Minus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
Add comment 22 Plus   Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings()),MySettings)
Add comment 24 23
Add comment 25 24 #Region "My.Settings Auto-Save Functionality"
Add comment 26 25 #If _MyType = "WindowsForms" Then
Add comment 54 53 End Get
Add comment 55 54 End Property
Add comment 56 55 End Class
Add comment 57 Minus  End Namespace
Add comment 58 56
Add comment 59 57 Namespace My
Add comment 60 58
Add comment 61 Minus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 62 Minus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 63 Minus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 59 Plus   <Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
Add comment 60 Plus   Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
Add comment 61 Plus   Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
Add comment 64 62 Friend Module MySettingsProperty
Add comment 65 63
Add comment 66 64 <Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
Add comment 67 Minus   Friend ReadOnly Property Settings() As Global.WpfControls.My.MySettings
Add comment 65 Plus   Friend ReadOnly Property Settings() As Global.WpfControls.MySettings
Add comment 68 66 Get
Add comment 69 Minus   Return Global.WpfControls.My.MySettings.Default
Add comment 67 Plus   Return Global.WpfControls.MySettings.Default
Add comment 70 68 End Get
Add comment 71 69 End Property
Add comment 72 70 End Module
MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs
/BExplorer/BetterExplorer/MainWindow.xaml.cs
XProcAddInHost.cs
/BExplorer/BetterExplorer/XProcAddInHost.cs
/BExplorer/BetterExplorer/XProcAddInHost.cs
AssemblyInfo.cs
/UnbufferedFO/GS.Common.IO/Properties/AssemblyInfo.cs
/UnbufferedFO/GS.Common.IO/Properties/AssemblyInfo.cs
AsyncJob.cs
/UnbufferedFO/GS.Common.IO/AsyncJob.cs
/UnbufferedFO/GS.Common.IO/AsyncJob.cs
NativeMethods.cs
/UnbufferedFO/GS.Common.IO/NativeMethods.cs
/UnbufferedFO/GS.Common.IO/NativeMethods.cs
OverlappedStream.cs
/UnbufferedFO/GS.Common.IO/OverlappedStream.cs
/UnbufferedFO/GS.Common.IO/OverlappedStream.cs
OverlappedStreamBuffered.cs
/UnbufferedFO/GS.Common.IO/OverlappedStreamBuffered.cs
/UnbufferedFO/GS.Common.IO/OverlappedStreamBuffered.cs
OverlappedStreamUnbuffered.cs
/UnbufferedFO/GS.Common.IO/OverlappedStreamUnbuffered.cs
/UnbufferedFO/GS.Common.IO/OverlappedStreamUnbuffered.cs
UnbufferedIO.csproj
/UnbufferedFO/GS.Common.IO/UnbufferedIO.csproj
/UnbufferedFO/GS.Common.IO/UnbufferedIO.csproj
OverlappedStream.sln
/UnbufferedFO/OverlappedStream.sln
/UnbufferedFO/OverlappedStream.sln
ShellFolderItems.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/Common/ShellFolderItems.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/Common/ShellFolderItems.cs
ShellObject.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/Common/ShellObject.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/Common/ShellObject.cs
ExplorerBrowser.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/ExplorerBrowser/ExplorerBrowser.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/ExplorerBrowser/ExplorerBrowser.cs
SubClass.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/ExplorerBrowser/SubClass.cs
/Windows API Code Pack 1.1/source/WindowsAPICodePack/Shell/ExplorerBrowser/SubClass.cs
Refresh16.png
/WpfControlLibrary1/Images/Refresh16.png
/WpfControlLibrary1/Images/Refresh16.png
BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj
/WpfControlLibrary1/BetterExplorerControls.csproj
BreadcrumbBarControl.xaml
/WpfControlLibrary1/BreadcrumbBarControl.xaml
/WpfControlLibrary1/BreadcrumbBarControl.xaml
BreadcrumbBarControl.xaml.cs
/WpfControlLibrary1/BreadcrumbBarControl.xaml.cs
/WpfControlLibrary1/BreadcrumbBarControl.xaml.cs
PreviewPane.xaml
/WpfControlLibrary1/PreviewPane.xaml
/WpfControlLibrary1/PreviewPane.xaml
PreviewPane.xaml.cs
/WpfControlLibrary1/PreviewPane.xaml.cs
/WpfControlLibrary1/PreviewPane.xaml.cs
SearchBox.xaml
/WpfControlLibrary1/SearchBox.xaml
/WpfControlLibrary1/SearchBox.xaml
SearchBox.xaml.cs
/WpfControlLibrary1/SearchBox.xaml.cs
/WpfControlLibrary1/SearchBox.xaml.cs
BExplorer.sln
/BExplorer.sln
/BExplorer.sln