5 references to IXpsOMPartResources
ReachFramework (5)
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
940private IXpsOMPartResources _xpsPartResources;
Serialization\RCW\IXpsOMObjectFactory.cs (3)
58IXpsOMRemoteDictionaryResource CreateRemoteDictionaryResourceFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream dictionaryMarkupStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri dictionaryPartUri, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartResources resources); 62IXpsOMPartResources CreatePartResources(); 82IXpsOMPage CreatePageFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream pageMarkupStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartResources resources, [In] int reuseObjects);
Serialization\RCW\IXpsOMPageReference.cs (1)
30IXpsOMPartResources CollectPartResources();