14 references to IXpsOMMatrixTransform
ReachFramework (14)
Serialization\RCW\IXpsOMGeometry.cs (3)
30
IXpsOMMatrixTransform
GetTransform();
32
IXpsOMMatrixTransform
GetTransformLocal();
38
void SetTransformLocal([In]
IXpsOMMatrixTransform
transform);
Serialization\RCW\IXpsOMGradientBrush.cs (3)
30
IXpsOMMatrixTransform
GetTransform();
32
IXpsOMMatrixTransform
GetTransformLocal();
40
void SetTransformLocal([In]
IXpsOMMatrixTransform
transform);
Serialization\RCW\IXpsOMMatrixTransform.cs (1)
24
IXpsOMMatrixTransform
Clone();
Serialization\RCW\IXpsOMObjectFactory.cs (1)
104
IXpsOMMatrixTransform
CreateMatrixTransform([ComAliasName("System.Windows.Xps.Serialization.RCW.XPS_MATRIX")] [In] ref XPS_MATRIX matrix);
Serialization\RCW\IXpsOMTileBrush.cs (3)
27
IXpsOMMatrixTransform
GetTransform();
29
IXpsOMMatrixTransform
GetTransformLocal();
39
void SetTransformLocal([In]
IXpsOMMatrixTransform
transform);
Serialization\RCW\IXpsOMVisual.cs (3)
35
IXpsOMMatrixTransform
GetTransform();
39
IXpsOMMatrixTransform
GetTransformLocal();
42
void SetTransformLocal([MarshalAs(UnmanagedType.Interface)] [In]
IXpsOMMatrixTransform
matrixTransform);