6 overrides of Value
PresentationCore (6)
System\Windows\Media\MatrixTransform.cs (1)
60public override Matrix Value
System\Windows\Media\RotateTransform.cs (1)
46public override Matrix Value
System\Windows\Media\ScaleTransform.cs (1)
52public override Matrix Value
System\Windows\Media\SkewTransform.cs (1)
42public override Matrix Value
System\Windows\Media\TransformGroup.cs (1)
31public override Matrix Value
System\Windows\Media\TranslateTransform.cs (1)
41public override Matrix Value
132 references to Value
PresentationCore (41)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PointUtil.cs (1)
147Matrix cm = transform.Value;
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
414newValue = transform.Value;
System\Windows\Media\CombinedGeometry.cs (1)
148Matrix matrix = transform.Value;
System\Windows\Media\Composition.cs (1)
134Matrix m = t.Value;
System\Windows\Media\EllipseGeometry.cs (1)
243area *= Math.Abs(transform.Value.Determinant);
System\Windows\Media\GeneralTransformGroup.cs (1)
128matrix *= t.Value;
System\Windows\Media\Geometry.cs (5)
237copy.Transform = new MatrixTransform(internalTransform.Value * transform.Value); 907matrix = internalTransform.Value; 911matrix *= transform.Value; 916matrix = transform.Value;
System\Windows\Media\GeometryHitTestParameters.cs (3)
69newTransform.Matrix = origTransform.Value; 91Debug.Assert(_hitGeometryInternal.Transform.Value == _hitGeometryCache.Transform.Value,
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (2)
266Matrix combined = transform.Value * _currentTransform.Value;
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
198Matrix matrix = transform.Value;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
92Matrix m = newTransform.Value; 113Matrix m = newTransform.Value;
System\Windows\Media\LineGeometry.cs (2)
201Matrix matrix = internalTransform.Value; 210Matrix matrix = transform.Value;
System\Windows\Media\MatrixStack.cs (1)
113_items[_size] = transform.Value;
System\Windows\Media\RectangleGeometry.cs (1)
293area *= Math.Abs(transform.Value.Determinant);
System\Windows\Media\Transform.cs (6)
68Matrix matrix = Value; 79result = Value; 85Matrix matrix = Value; 107currentTransformValue = transform.Value; 123Matrix m = Value; 150Matrix matrix = Value;
System\Windows\Media\TransformGroup.cs (2)
43Matrix transform = children.Internal_GetItem(0).Value; 47transform *= children.Internal_GetItem(i).Value;
System\Windows\Media\Visual.cs (10)
579Matrix m = transform.Value; 1111Matrix m = transform.Value; 1962Matrix originalMatrix = geometryParams.InternalHitGeometry.Transform.Value; 1977Debug.Assert(Matrix.Equals(geometryParams.InternalHitGeometry.Transform.Value, originalMatrix), 2111Matrix inv = childTransform.Value; 2189Matrix cm = affineTransform.Value; 2210Matrix cm = transform.Value; 2315Matrix m = childTransform.Value; 4514Matrix cm = affineTransform.Value; 4535Matrix cm = transform.Value;
PresentationFramework (38)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1399rect.Transform(adornerTransform.Value);
MS\Internal\Documents\TextViewBase.cs (2)
448Transform transform = new MatrixTransform(firstTransform.Value * secondTransform.Value);
MS\Internal\Ink\EditBehavior.cs (2)
208Matrix xf = layoutTransform.Value; 209xf *= renderTransform.Value;
System\Windows\Controls\DocumentViewer.cs (1)
1372tr.Value);
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
407pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value); 423pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value);
System\Windows\Controls\Primitives\Popup.cs (2)
1803Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
System\windows\Documents\CaretElement.cs (2)
508: new MatrixTransform(targetGeometry.Transform.Value * transformToAdd.Value);
System\Windows\Documents\CompositionAdorner.cs (2)
98translation = new TranslateTransform(-(t.Value.OffsetX), -(t.Value.OffsetY));
System\Windows\Documents\FixedSOMElement.cs (4)
35_mat = trans.Value; 39_mat = Transform.Identity.Value; 50_mat = trans.Value; 54_mat = Transform.Identity.Value;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
292transform *= transPath.Value;
System\Windows\Documents\FixedSOMTextRun.cs (2)
134!(trans.Value.IsIdentity)) 136Matrix mat = trans.Value;
System\Windows\Documents\FixedTextBuilder.cs (3)
1020localTransform.Value * transform 1337if (t != null && !t.Value.IsIdentity) 1420if (trans != null && !trans.Value.IsIdentity)
System\Windows\Documents\TextStore.cs (1)
2857Matrix tf = t.Value;
System\Windows\FrameworkElement.cs (11)
4094_transform = new MatrixTransform(sourceTransform.Value); 4148Matrix trMatrix = layoutTransform.Value; 4276layoutTransform.Value); 4412Rect unclippedBoundsTransformed = Rect.Transform(new Rect(0, 0, unclippedDesiredSize.Width, unclippedDesiredSize.Height), ltd.Transform.Value); 4437Rect childBoundsTransformed = Rect.Transform(new Rect(0, 0, desiredSize.Width, desiredSize.Height), ltd.Transform.Value); 4743Rect inkRectTransformed = Rect.Transform(new Rect(0, 0, clippedInkSize.Width, clippedInkSize.Height), ltd.Transform.Value); 4918inkRectTransformed = Rect.Transform(new Rect(0, 0, inkSize.Width, inkSize.Height), ltd.Transform.Value); 4969Matrix m = ltd.Transform.Value; 4995slotClip.Transform = new MatrixTransform(slotClip.Transform.Value * rtlMirror.Value); 5244Rect inkRectTransformed = Rect.Transform(new Rect(inkSize), ltd.Transform.Value);
System\Windows\Shapes\Shape.cs (1)
756_renderedGeometry.Transform = new MatrixTransform(renderedTransform.Value * stretchMatrix);
System\Windows\Window.cs (1)
6332(renderTransformValue != null && renderTransformValue.Value.IsIdentity == true))
ReachFramework (53)
AlphaFlattener\BrushProxy.cs (21)
796mat = _brush.Transform.Value; 1117if (isOpaque && (_brush.Transform == null || Utility.IsScaleTranslate(_brush.Transform.Value))) 1199viewport.Transform(tileBrush.Transform.Value); 2208Matrix matA = brushA.Transform.Value; 2209Matrix matB = brushB.Transform.Value; 2343Matrix mat = (ib.Transform == null) ? Matrix.Identity : ib.Transform.Value; 2472Point sA = lbA.Transform.Value.Transform(lbA.StartPoint); 2473Point eA = lbA.Transform.Value.Transform(lbA.EndPoint); 2478Point sB = lbB.Transform.Value.Transform(lbB.StartPoint); 2479Point eB = lbB.Transform.Value.Transform(lbB.EndPoint); 2561if (!Utility.AreClose(rbA.Center * rbA.Transform.Value, rbB.Center * rbB.Transform.Value)) 2567if (!Utility.AreClose(rbA.GradientOrigin * rbA.Transform.Value, rbB.GradientOrigin * rbB.Transform.Value)) 2573if (Utility.AreClose(new Vector(Math.Abs(rbA.RadiusX), Math.Abs(rbA.RadiusY)) * rbA.Transform.Value, 2574new Vector(Math.Abs(rbB.RadiusX), Math.Abs(rbB.RadiusY)) * rbB.Transform.Value)) 2821if (brush.Transform != null && !Utility.IsValid(brush.Transform.Value)) 3572Matrix bm = b.Transform.Value; 3588Matrix mbm = mb.Transform.Value; 3998Matrix brushToWorldTransform = (brush.Transform == null) ? Matrix.Identity : brush.Transform.Value; 4180_trans = b.Transform.Value;
AlphaFlattener\DrawingContext.cs (2)
713line.StartPoint = geometry.Transform.Value.Transform(line.StartPoint); 714line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);
AlphaFlattener\Primitive.cs (4)
459drawingToWorldTransformHint.Prepend(dg.Transform.Value); 516primitive.Transform *= dg.Transform.Value; 814Matrix brushTransform = drawingBrush.Transform == null ? Matrix.Identity : drawingBrush.Transform.Value; 1429if (!empty && tb.Transform != null && !Utility.IsScaleTranslate(tb.Transform.Value))
AlphaFlattener\Utility.cs (12)
250return IsIdentity(transform.Value); 269mat = relative.Value; 286mat *= trans.Value; 300if ((trans1 == null) || trans1.Value.IsIdentity) 305if ((trans2 == null) || trans2.Value.IsIdentity) 310Matrix mat = trans1.Value; 312mat.Append(trans2.Value); 385if (t.Value.IsIdentity) 461if (geometry.Transform != null && !IsScaleTranslate(geometry.Transform.Value)) 731if (one is RectangleGeometry && one.Transform.Value.IsIdentity) 1788Matrix matrix = transform.Value; 2128if (drawing.Transform != null && !Utility.IsValid(drawing.Transform.Value))
Serialization\DrawingContextFlattener.cs (2)
87mat = transform.Value; 396visualTransform == null ? Matrix.Identity : visualTransform.Value,
Serialization\Manager\ReachSerializationUtils.cs (3)
925transform = new MatrixTransform(Matrix.Multiply(transform.Value, rootTransform.Value)); 928Matrix.Multiply(transform.Value,
Serialization\VisualSerializer.cs (5)
1196map = path.Transform.Value * map; 1389m = trans.Value; 1471p = PathGeometryToString(pg, trans.Value, forFill, forStroke); 1959Matrix mat = trans.Value; 2315Matrix mat = transform.Value;
Serialization\VisualTreeFlattener.cs (4)
456if (trans != null && !Utility.IsValid(trans.Value)) 533worldTransform.Prepend(trans.Value); 549clipToWorldSpace.Prepend(trans.Value); 734drawingToWorldTransform.Prepend(dg.Transform.Value);