4 interfaces inheriting from IXpsOMShareable
ReachFramework (4)
Serialization\RCW\IXpsOMBrush.cs (1)
22
internal interface IXpsOMBrush :
IXpsOMShareable
Serialization\RCW\IXpsOMGeometry.cs (1)
22
internal interface IXpsOMGeometry :
IXpsOMShareable
Serialization\RCW\IXpsOMMatrixTransform.cs (1)
22
internal interface IXpsOMMatrixTransform :
IXpsOMShareable
Serialization\RCW\IXpsOMVisual.cs (1)
23
internal interface IXpsOMVisual :
IXpsOMShareable
7 references to IXpsOMShareable
ReachFramework (7)
Serialization\RCW\IXpsOMDictionary.cs (7)
24
void Append([In] string key, [In]
IXpsOMShareable
entry);
28
IXpsOMShareable
GetAt([In] uint index, out string key);
30
IXpsOMShareable
GetByKey([In] string key, [In]
IXpsOMShareable
beforeEntry);
34
uint GetIndex([In]
IXpsOMShareable
entry);
38
void InsertAt([In] uint index, [In] string key, [In]
IXpsOMShareable
entry);
42
void SetAt([In] uint index, [In] string key, [In]
IXpsOMShareable
entry);