6 references to XPS_COLOR
ReachFramework (6)
Serialization\RCW\IXpsOMGradientStop.cs (2)
26
IXpsOMColorProfileResource GetColor([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] out
XPS_COLOR
color);
32
void SetColor([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] ref
XPS_COLOR
color, [In] IXpsOMColorProfileResource colorProfile);
Serialization\RCW\IXpsOMObjectFactory.cs (2)
108
IXpsOMSolidColorBrush CreateSolidColorBrush([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] [In] ref
XPS_COLOR
color, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMColorProfileResource colorProfile);
136
IXpsOMGradientStop CreateGradientStop([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] [In] ref
XPS_COLOR
color, [MarshalAs(UnmanagedType.Interface)] [In] IXpsOMColorProfileResource colorProfile, [In] float offset);
Serialization\RCW\IXpsOMSolidColorBrush.cs (2)
26
IXpsOMColorProfileResource GetColor([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] out
XPS_COLOR
color);
28
void SetColor([In][ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] ref
XPS_COLOR
color, [In] IXpsOMColorProfileResource colorProfile);