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