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