3 interfaces inheriting from IXpsOMBrush
ReachFramework (3)
Serialization\RCW\IXpsOMGradientBrush.cs (1)
22
internal interface IXpsOMGradientBrush :
IXpsOMBrush
Serialization\RCW\IXpsOMSolidColorBrush.cs (1)
22
internal interface IXpsOMSolidColorBrush :
IXpsOMBrush
Serialization\RCW\IXpsOMTileBrush.cs (1)
22
internal interface IXpsOMTileBrush :
IXpsOMBrush
12 references to IXpsOMBrush
ReachFramework (12)
Serialization\RCW\IXpsOMGlyphs.cs (3)
30
IXpsOMBrush
GetFillBrush();
32
IXpsOMBrush
GetFillBrushLocal();
64
void SetFillBrushLocal([In]
IXpsOMBrush
fillBrush);
Serialization\RCW\IXpsOMPath.cs (6)
30
IXpsOMBrush
GetFillBrush();
32
IXpsOMBrush
GetFillBrushLocal();
44
IXpsOMBrush
GetStrokeBrush();
46
IXpsOMBrush
GetStrokeBrushLocal();
70
void SetFillBrushLocal([In]
IXpsOMBrush
brush);
80
void SetStrokeBrushLocal([In]
IXpsOMBrush
brush);
Serialization\RCW\IXpsOMVisual.cs (3)
77
IXpsOMBrush
GetOpacityMaskBrush();
81
IXpsOMBrush
GetOpacityMaskBrushLocal();
84
void SetOpacityMaskBrushLocal([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMBrush
opacityMaskBrush);