3 interfaces inheriting from IXpsOMBrush
ReachFramework (3)
Serialization\RCW\IXpsOMGradientBrush.cs (1)
24
internal interface IXpsOMGradientBrush :
IXpsOMBrush
Serialization\RCW\IXpsOMSolidColorBrush.cs (1)
24
internal interface IXpsOMSolidColorBrush :
IXpsOMBrush
Serialization\RCW\IXpsOMTileBrush.cs (1)
24
internal interface IXpsOMTileBrush :
IXpsOMBrush
12 references to IXpsOMBrush
ReachFramework (12)
Serialization\RCW\IXpsOMGlyphs.cs (3)
32
IXpsOMBrush
GetFillBrush();
34
IXpsOMBrush
GetFillBrushLocal();
66
void SetFillBrushLocal([In]
IXpsOMBrush
fillBrush);
Serialization\RCW\IXpsOMPath.cs (6)
32
IXpsOMBrush
GetFillBrush();
34
IXpsOMBrush
GetFillBrushLocal();
46
IXpsOMBrush
GetStrokeBrush();
48
IXpsOMBrush
GetStrokeBrushLocal();
72
void SetFillBrushLocal([In]
IXpsOMBrush
brush);
82
void SetStrokeBrushLocal([In]
IXpsOMBrush
brush);
Serialization\RCW\IXpsOMVisual.cs (3)
79
IXpsOMBrush
GetOpacityMaskBrush();
83
IXpsOMBrush
GetOpacityMaskBrushLocal();
86
void SetOpacityMaskBrushLocal([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMBrush
opacityMaskBrush);