11 references to IXpsOMRemoteDictionaryResource
ReachFramework (11)
Serialization\RCW\IXpsOMCanvas.cs (2)
34
IXpsOMRemoteDictionaryResource
GetDictionaryResource();
46
void SetDictionaryResource([In]
IXpsOMRemoteDictionaryResource
remoteDictionaryResource);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
52
IXpsOMRemoteDictionaryResource
CreateRemoteDictionaryResource([MarshalAs(UnmanagedType.Interface)] [In] IXpsOMDictionary dictionary, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
56
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)
94
IXpsOMRemoteDictionaryResource
GetDictionaryResource();
97
void SetDictionaryResource([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMRemoteDictionaryResource
remoteDictionaryResource);
Serialization\RCW\IXpsOMRemoteDictionaryResourceCollection.cs (5)
24
void Append([In]
IXpsOMRemoteDictionaryResource
@object);
26
IXpsOMRemoteDictionaryResource
GetAt([In] uint index);
28
IXpsOMRemoteDictionaryResource
GetByPartName([In] IOpcPartUri partName);
32
void InsertAt([In] uint index, [In]
IXpsOMRemoteDictionaryResource
@object);
36
void SetAt([In] uint index, [In]
IXpsOMRemoteDictionaryResource
@object);