1 implementation of IPersistFile
PresentationFramework (1)
MS\Internal\IO\Packaging\XpsFilter.cs (1)
40
internal sealed class XpsFilter : IFilter,
IPersistFile
, IPersistStream
6 references to IPersistFile
PresentationFramework (6)
MS\Internal\IO\Packaging\XpsFilter.cs (6)
309
void
IPersistFile
.GetClassID(out Guid pClassID)
318
int
IPersistFile
.GetCurFile(out string ppszFileName)
343
int
IPersistFile
.IsDirty()
357
void
IPersistFile
.Load(string pszFileName, int dwMode)
464
void
IPersistFile
.Save(string pszFileName, bool fRemember)
481
void
IPersistFile
.SaveCompleted(string pszFileName)