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