Skip to content

Commit

Permalink
Multiselect and FileNames for folders
Browse files Browse the repository at this point in the history
  • Loading branch information
miloush committed Nov 2, 2022
1 parent f74b091 commit 1942e1e
Show file tree
Hide file tree
Showing 7 changed files with 397 additions and 576 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Compat issues with assembly PresentationFramework:
CannotMakeMemberNonVirtual : Member 'public System.Boolean Microsoft.Win32.FileDialog.CheckFileExists' is non-virtual in the implementation but is virtual in the contract.
CannotMakeMemberNonVirtual : Member 'public System.Boolean Microsoft.Win32.FileDialog.CheckFileExists.get()' is non-virtual in the implementation but is virtual in the contract.
CannotMakeMemberNonVirtual : Member 'public void Microsoft.Win32.FileDialog.CheckFileExists.set(System.Boolean)' is non-virtual in the implementation but is virtual in the contract.
MembersMustExist : Member 'internal MS.Internal.AppModel.IFileDialog Microsoft.Win32.FileDialog.CreateVistaDialog()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'protected System.Int32 Microsoft.Win32.FileDialog.Options.get()' does not exist in the implementation but it does exist in the contract.
MembersMustExist : Member 'internal System.String[] Microsoft.Win32.FileDialog.ProcessVistaFiles(MS.Internal.AppModel.IFileDialog)' does not exist in the implementation but it does exist in the contract.
Expand Down
Loading

0 comments on commit 1942e1e

Please sign in to comment.