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