14 references to IXpsOMMatrixTransform
ReachFramework (14)
Serialization\RCW\IXpsOMGeometry.cs (3)
29
IXpsOMMatrixTransform
GetTransform();
31
IXpsOMMatrixTransform
GetTransformLocal();
37
void SetTransformLocal([In]
IXpsOMMatrixTransform
transform);
Serialization\RCW\IXpsOMGradientBrush.cs (3)
29
IXpsOMMatrixTransform
GetTransform();
31
IXpsOMMatrixTransform
GetTransformLocal();
39
void SetTransformLocal([In]
IXpsOMMatrixTransform
transform);
Serialization\RCW\IXpsOMMatrixTransform.cs (1)
23
IXpsOMMatrixTransform
Clone();
Serialization\RCW\IXpsOMObjectFactory.cs (1)
103
IXpsOMMatrixTransform
CreateMatrixTransform([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_MATRIX")] [In] ref XPS_MATRIX matrix);
Serialization\RCW\IXpsOMTileBrush.cs (3)
26
IXpsOMMatrixTransform
GetTransform();
28
IXpsOMMatrixTransform
GetTransformLocal();
38
void SetTransformLocal([In]
IXpsOMMatrixTransform
transform);
Serialization\RCW\IXpsOMVisual.cs (3)
34
IXpsOMMatrixTransform
GetTransform();
38
IXpsOMMatrixTransform
GetTransformLocal();
41
void SetTransformLocal([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMMatrixTransform
matrixTransform);