15 references to IXpsOMColorProfileResource
ReachFramework (15)
Serialization\Manager\XpsOMPackagingPolicy.cs (1)
639
IXpsOMColorProfileResource
colorResource = _xpsOMFactory.CreateColorProfileResource(_colorIStream, partUri);
Serialization\RCW\IXpsOMColorProfileResourceCollection.cs (5)
30
IXpsOMColorProfileResource
GetAt([In] uint index);
33
void InsertAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMColorProfileResource
@object);
39
void SetAt([In] uint index, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMColorProfileResource
@object);
42
void Append([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMColorProfileResource
@object);
46
IXpsOMColorProfileResource
GetByPartName([MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partName);
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\IXpsOMImageBrush.cs (2)
26
IXpsOMColorProfileResource
GetColorProfileResource();
30
void SetColorProfileResource([In]
IXpsOMColorProfileResource
colorProfileResource);
Serialization\RCW\IXpsOMObjectFactory.cs (3)
108
IXpsOMSolidColorBrush CreateSolidColorBrush([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_COLOR")] [In] ref XPS_COLOR color, [MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMColorProfileResource
colorProfile);
112
IXpsOMColorProfileResource
CreateColorProfileResource([MarshalAs(UnmanagedType.Interface)] [In] IStream acquiredStream, [MarshalAs(UnmanagedType.Interface)] [In] IOpcPartUri partUri);
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);