1 implementation of IPersistFile
PresentationFramework (1)
MS\Internal\IO\Packaging\XpsFilter.cs (1)
34
internal sealed class XpsFilter : IFilter,
IPersistFile
, IPersistStream
6 references to IPersistFile
PresentationFramework (6)
MS\Internal\IO\Packaging\XpsFilter.cs (6)
303
void
IPersistFile
.GetClassID(out Guid pClassID)
312
int
IPersistFile
.GetCurFile(out string ppszFileName)
337
int
IPersistFile
.IsDirty()
351
void
IPersistFile
.Load(string pszFileName, int dwMode)
458
void
IPersistFile
.Save(string pszFileName, bool fRemember)
475
void
IPersistFile
.SaveCompleted(string pszFileName)