6 references to IPersistFile
PresentationFramework (3)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (1)
21using IPersistFile = System.Runtime.InteropServices.ComTypes.IPersistFile;
src\Framework\MS\Internal\IO\Packaging\ManagedFilter.cs (1)
33using IPersistFile = System.Runtime.InteropServices.ComTypes.IPersistFile;
src\Framework\System\Windows\Standard\NativeMethods.cs (1)
22using IPersistFile = System.Runtime.InteropServices.ComTypes.IPersistFile;
System.IO.Log (2)
System\IO\Log\SimpleFileLog.cs (2)
28IPersistFile ipf = (IPersistFile)log;
WindowsBase (1)
Base\MS\Internal\Interop\NativeStructs.cs (1)
25using IPersistFile = System.Runtime.InteropServices.ComTypes.IPersistFile;