1 implementation of IPersistFile
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (1)
43
internal sealed class XpsFilter : IFilter,
IPersistFile
, IPersistStream
6 references to IPersistFile
PresentationFramework (6)
src\Framework\MS\Internal\IO\Packaging\XpsFilter.cs (6)
319
void
IPersistFile
.GetClassID(out Guid pClassID)
328
int
IPersistFile
.GetCurFile(out string ppszFileName)
353
int
IPersistFile
.IsDirty()
367
void
IPersistFile
.Load(string pszFileName, int dwMode)
475
void
IPersistFile
.Save(string pszFileName, bool fRemember)
492
void
IPersistFile
.SaveCompleted(string pszFileName)