60 references to Identity
PresentationCore (46)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (1)
560
Matrix matrix = Matrix.
Identity
;
Core\CSharp\MS\Internal\Ink\InkSerializedFormat\InkSerializer.cs (1)
338
Matrix currentTabletToInkTransform = Matrix.
Identity
;
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (1)
225
if (stylusTipTransform != Matrix.
Identity
&& stylusTipTransform._type != MatrixTypes.TRANSFORM_IS_SCALING)
Core\CSharp\MS\Internal\Ink\StylusShape.cs (3)
38
private Matrix _transform = Matrix.
Identity
;
226
Matrix rotationTransform = Matrix.
Identity
;
306
Matrix transform = Matrix.
Identity
;
Core\CSharp\System\Windows\Ink\DrawingAttributes.cs (3)
137
Debug.Assert(Matrix.
Identity
== (Matrix)GetDefaultDrawingAttributeValue(KnownIds.StylusTipTransform));
138
return Matrix.
Identity
;
695
return Matrix.
Identity
;
Core\CSharp\System\Windows\Ink\Stroke2.cs (1)
730
innerTransform = outerTransform = Matrix.
Identity
;
Core\CSharp\System\Windows\Interop\HwndTarget.cs (2)
2528
Matrix m = Matrix.
Identity
;
2543
Matrix m = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (6)
61
_transform = Matrix.
Identity
;
96
Matrix.
Identity
, // geometry transform
134
Matrix.
Identity
, // geometry transform
182
Matrix.
Identity
, // geometry transform
232
Matrix.
Identity
, // geometry transform
423
Matrix newValue = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\CompositionTarget.cs (1)
600
private Matrix _worldTransform = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
126
Matrix.
Identity
,
Core\CSharp\System\Windows\Media\GeneralTransformGroup.cs (1)
143
Matrix matrix = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\Geometry.cs (5)
71
Matrix.
Identity
,
102
Matrix matrix = Matrix.
Identity
;
114
Matrix matrix = Matrix.
Identity
;
960
Matrix matrix = Matrix.
Identity
;
1072
data.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix.
Identity
);
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1643
pathGeoData.Matrix = CompositionResourceManager.MatrixToMilMatrix3x2D(Matrix.
Identity
);
Core\CSharp\System\Windows\Media\Imaging\BitmapVisualManager.cs (1)
66
Render(visual, Matrix.
Identity
, Rect.Empty);
Core\CSharp\System\Windows\Media\MatrixStack.cs (1)
146
_items[_size] = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
762
Matrix.
Identity
,
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
129
Matrix.
Identity
,
Core\CSharp\System\Windows\Media\Renderer.cs (1)
46
Render(pRenderTarget, channel, visual, width, height, dpiX, dpiY, Matrix.
Identity
, Rect.Empty);
Core\CSharp\System\Windows\Media\ScaleTransform.cs (1)
132
result = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
212
Matrix.
Identity
,
Core\CSharp\System\Windows\Media\TileBrush.cs (1)
85
tileBrushMapping = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\Transform.cs (2)
55
Transform identity = new MatrixTransform(Matrix.
Identity
);
130
currentTransformValue = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\TranslateTransform.cs (2)
66
Matrix matrix = Matrix.
Identity
;
102
result = Matrix.
Identity
;
Core\CSharp\System\Windows\Media\Visual.cs (5)
2208
Matrix m = Matrix.
Identity
;
2344
Matrix inv = Matrix.
Identity
;
4536
Matrix m = Matrix.
Identity
;
4587
m = Matrix.
Identity
;
4617
m = Matrix.
Identity
;
Shared\MS\Internal\PointUtil.cs (2)
154
Matrix m = Matrix.
Identity
;
169
return Matrix.
Identity
;
PresentationFramework (12)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
164
Matrix transform = Matrix.
Identity
;
src\Framework\MS\Internal\Ink\EraserBehavior.cs (1)
307
xf = Matrix.
Identity
;
src\Framework\MS\Internal\Ink\PenCursorManager.cs (2)
98
Matrix rotationMatrix = Matrix.
Identity
;
413
singleStroke.DrawingAttributes.StylusTipTransform = Matrix.
Identity
;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
3180
return Matrix.
Identity
;
3205
return Matrix.
Identity
;
3221
return Matrix.
Identity
;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
920
Matrix.
Identity
);
src\Framework\System\Windows\Shapes\Shape.cs (2)
567
Matrix stretchMatrix = Matrix.
Identity
;
759
Matrix stretchMatrix = (boxedStretchMatrix == null) ? Matrix.
Identity
: boxedStretchMatrix.Value;
src\Framework\System\Windows\Standard\DpiHelper.cs (2)
26
_transformToDevice = Matrix.
Identity
;
38
_transformToDip = Matrix.
Identity
;
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FreeFormPanelUtilities.cs (1)
20
Matrix matrix = trf != null ? trf.Value : Matrix.
Identity
;
WindowsBase (1)
Base\System\Windows\Media\Generated\Matrix.cs (1)
204
value =
Identity
;