4 interfaces inheriting from IXpsOMShareable
ReachFramework (4)
Serialization\RCW\IXpsOMBrush.cs (1)
21
internal interface IXpsOMBrush :
IXpsOMShareable
Serialization\RCW\IXpsOMGeometry.cs (1)
21
internal interface IXpsOMGeometry :
IXpsOMShareable
Serialization\RCW\IXpsOMMatrixTransform.cs (1)
21
internal interface IXpsOMMatrixTransform :
IXpsOMShareable
Serialization\RCW\IXpsOMVisual.cs (1)
22
internal interface IXpsOMVisual :
IXpsOMShareable
7 references to IXpsOMShareable
ReachFramework (7)
Serialization\RCW\IXpsOMDictionary.cs (7)
23
void Append([In] string key, [In]
IXpsOMShareable
entry);
27
IXpsOMShareable
GetAt([In] uint index, out string key);
29
IXpsOMShareable
GetByKey([In] string key, [In]
IXpsOMShareable
beforeEntry);
33
uint GetIndex([In]
IXpsOMShareable
entry);
37
void InsertAt([In] uint index, [In] string key, [In]
IXpsOMShareable
entry);
41
void SetAt([In] uint index, [In] string key, [In]
IXpsOMShareable
entry);