11 references to IXpsOMRemoteDictionaryResource
ReachFramework (11)
Serialization\RCW\IXpsOMCanvas.cs (2)
33
IXpsOMRemoteDictionaryResource
GetDictionaryResource();
45
void SetDictionaryResource([In]
IXpsOMRemoteDictionaryResource
remoteDictionaryResource);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
51
IXpsOMRemoteDictionaryResource
CreateRemoteDictionaryResource([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMDictionary dictionary, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
55
IXpsOMRemoteDictionaryResource
CreateRemoteDictionaryResourceFromStream([MarshalAs(UnmanagedType.Interface)] [In] IStream dictionaryMarkupStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri dictionaryPartUri, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMPartResources resources);
Serialization\RCW\IXpsOMPage.cs (2)
93
IXpsOMRemoteDictionaryResource
GetDictionaryResource();
96
void SetDictionaryResource([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMRemoteDictionaryResource
remoteDictionaryResource);
Serialization\RCW\IXpsOMRemoteDictionaryResourceCollection.cs (5)
23
void Append([In]
IXpsOMRemoteDictionaryResource
@object);
25
IXpsOMRemoteDictionaryResource
GetAt([In] uint index);
27
IXpsOMRemoteDictionaryResource
GetByPartName([In] IOpcPartUri partName);
31
void InsertAt([In] uint index, [In]
IXpsOMRemoteDictionaryResource
@object);
35
void SetAt([In] uint index, [In]
IXpsOMRemoteDictionaryResource
@object);