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