5 references to IXpsOMPartResources
ReachFramework (5)
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
939private IXpsOMPartResources _xpsPartResources;
Serialization\RCW\IXpsOMObjectFactory.cs (3)
56IXpsOMRemoteDictionaryResource CreateRemoteDictionaryResourceFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream dictionaryMarkupStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri dictionaryPartUri, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartResources resources); 60IXpsOMPartResources CreatePartResources(); 80IXpsOMPage 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)
28IXpsOMPartResources CollectPartResources();