4 interfaces inheriting from IXpsOMShareable
ReachFramework (4)
Serialization\RCW\IXpsOMBrush.cs (1)
24
internal interface IXpsOMBrush :
IXpsOMShareable
Serialization\RCW\IXpsOMGeometry.cs (1)
24
internal interface IXpsOMGeometry :
IXpsOMShareable
Serialization\RCW\IXpsOMMatrixTransform.cs (1)
24
internal interface IXpsOMMatrixTransform :
IXpsOMShareable
Serialization\RCW\IXpsOMVisual.cs (1)
25
internal interface IXpsOMVisual :
IXpsOMShareable
7 references to IXpsOMShareable
ReachFramework (7)
Serialization\RCW\IXpsOMDictionary.cs (7)
26
void Append([In] string key, [In]
IXpsOMShareable
entry);
30
IXpsOMShareable
GetAt([In] uint index, out string key);
32
IXpsOMShareable
GetByKey([In] string key, [In]
IXpsOMShareable
beforeEntry);
36
uint GetIndex([In]
IXpsOMShareable
entry);
40
void InsertAt([In] uint index, [In] string key, [In]
IXpsOMShareable
entry);
44
void SetAt([In] uint index, [In] string key, [In]
IXpsOMShareable
entry);