7 references to TransformToMilMatrix3x2D
PresentationCore (7)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
339
data.Matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(Transform);
Core\CSharp\System\Windows\Media\Geometry.cs (1)
480
MilMatrix3x2D matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(Transform);
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
275
data.Matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(Transform);
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
673
MilMatrix3x2D matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(transform);
1032
data.Matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(Transform);
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
432
data.Matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(Transform);
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
405
data.Matrix = CompositionResourceManager.
TransformToMilMatrix3x2D
(Transform);