3 interfaces inheriting from IXpsOMBrush
ReachFramework (3)
Serialization\RCW\IXpsOMGradientBrush.cs (1)
21
internal interface IXpsOMGradientBrush :
IXpsOMBrush
Serialization\RCW\IXpsOMSolidColorBrush.cs (1)
21
internal interface IXpsOMSolidColorBrush :
IXpsOMBrush
Serialization\RCW\IXpsOMTileBrush.cs (1)
21
internal interface IXpsOMTileBrush :
IXpsOMBrush
12 references to IXpsOMBrush
ReachFramework (12)
Serialization\RCW\IXpsOMGlyphs.cs (3)
29
IXpsOMBrush
GetFillBrush();
31
IXpsOMBrush
GetFillBrushLocal();
63
void SetFillBrushLocal([In]
IXpsOMBrush
fillBrush);
Serialization\RCW\IXpsOMPath.cs (6)
29
IXpsOMBrush
GetFillBrush();
31
IXpsOMBrush
GetFillBrushLocal();
43
IXpsOMBrush
GetStrokeBrush();
45
IXpsOMBrush
GetStrokeBrushLocal();
69
void SetFillBrushLocal([In]
IXpsOMBrush
brush);
79
void SetStrokeBrushLocal([In]
IXpsOMBrush
brush);
Serialization\RCW\IXpsOMVisual.cs (3)
76
IXpsOMBrush
GetOpacityMaskBrush();
80
IXpsOMBrush
GetOpacityMaskBrushLocal();
83
void SetOpacityMaskBrushLocal([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMBrush
opacityMaskBrush);