1 implementation of IPersistFile
PresentationFramework (1)
MS\Internal\IO\Packaging\XpsFilter.cs (1)
33
internal sealed class XpsFilter : IFilter,
IPersistFile
, IPersistStream
6 references to IPersistFile
PresentationFramework (6)
MS\Internal\IO\Packaging\XpsFilter.cs (6)
302
void
IPersistFile
.GetClassID(out Guid pClassID)
311
int
IPersistFile
.GetCurFile(out string ppszFileName)
336
int
IPersistFile
.IsDirty()
350
void
IPersistFile
.Load(string pszFileName, int dwMode)
457
void
IPersistFile
.Save(string pszFileName, bool fRemember)
474
void
IPersistFile
.SaveCompleted(string pszFileName)