6 overrides of Value
PresentationCore (6)
System\Windows\Media\MatrixTransform.cs (1)
77public override Matrix Value
System\Windows\Media\RotateTransform.cs (1)
64public override Matrix Value
System\Windows\Media\ScaleTransform.cs (1)
69public override Matrix Value
System\Windows\Media\SkewTransform.cs (1)
60public override Matrix Value
System\Windows\Media\TransformGroup.cs (1)
48public override Matrix Value
System\Windows\Media\TranslateTransform.cs (1)
58public override Matrix Value
132 references to Value
PresentationCore (41)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PointUtil.cs (1)
150Matrix cm = transform.Value;
System\Windows\Media\BoundsDrawingContextWalker.cs (1)
428newValue = transform.Value;
System\Windows\Media\CombinedGeometry.cs (1)
167Matrix matrix = transform.Value;
System\Windows\Media\Composition.cs (1)
150Matrix m = t.Value;
System\Windows\Media\EllipseGeometry.cs (1)
260area *= Math.Abs(transform.Value.Determinant);
System\Windows\Media\GeneralTransformGroup.cs (1)
145matrix *= t.Value;
System\Windows\Media\Geometry.cs (5)
249copy.Transform = new MatrixTransform(internalTransform.Value * transform.Value); 919matrix = internalTransform.Value; 923matrix *= transform.Value; 928matrix = transform.Value;
System\Windows\Media\GeometryHitTestParameters.cs (3)
77newTransform.Matrix = origTransform.Value; 99Debug.Assert(_hitGeometryInternal.Transform.Value == _hitGeometryCache.Transform.Value,
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (2)
279Matrix combined = transform.Value * _currentTransform.Value;
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
210Matrix matrix = transform.Value;
System\Windows\Media\Imaging\TransformedBitmap.cs (2)
111Matrix m = newTransform.Value; 132Matrix m = newTransform.Value;
System\Windows\Media\LineGeometry.cs (2)
218Matrix matrix = internalTransform.Value; 227Matrix matrix = transform.Value;
System\Windows\Media\MatrixStack.cs (1)
117_items[_size] = transform.Value;
System\Windows\Media\RectangleGeometry.cs (1)
308area *= Math.Abs(transform.Value.Determinant);
System\Windows\Media\Transform.cs (6)
80Matrix matrix = Value; 91result = Value; 97Matrix matrix = Value; 119currentTransformValue = transform.Value; 135Matrix m = Value; 162Matrix matrix = Value;
System\Windows\Media\TransformGroup.cs (2)
60Matrix transform = children.Internal_GetItem(0).Value; 64transform *= children.Internal_GetItem(i).Value;
System\Windows\Media\Visual.cs (10)
595Matrix m = transform.Value; 1127Matrix m = transform.Value; 1978Matrix originalMatrix = geometryParams.InternalHitGeometry.Transform.Value; 1993Debug.Assert(Matrix.Equals(geometryParams.InternalHitGeometry.Transform.Value, originalMatrix), 2127Matrix inv = childTransform.Value; 2205Matrix cm = affineTransform.Value; 2226Matrix cm = transform.Value; 2331Matrix m = childTransform.Value; 4530Matrix cm = affineTransform.Value; 4551Matrix cm = transform.Value;
PresentationFramework (38)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1409rect.Transform(adornerTransform.Value);
MS\Internal\Documents\TextViewBase.cs (2)
450Transform transform = new MatrixTransform(firstTransform.Value * secondTransform.Value);
MS\Internal\Ink\EditBehavior.cs (2)
220Matrix xf = layoutTransform.Value; 221xf *= renderTransform.Value;
System\Windows\Controls\DocumentViewer.cs (1)
1384tr.Value);
System\Windows\Controls\Primitives\DocumentPageView.cs (2)
411pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value); 427pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value);
System\Windows\Controls\Primitives\Popup.cs (2)
1810Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
System\windows\Documents\CaretElement.cs (2)
511: new MatrixTransform(targetGeometry.Transform.Value * transformToAdd.Value);
System\Windows\Documents\CompositionAdorner.cs (2)
101translation = new TranslateTransform(-(t.Value.OffsetX), -(t.Value.OffsetY));
System\Windows\Documents\FixedSOMElement.cs (4)
38_mat = trans.Value; 42_mat = Transform.Identity.Value; 53_mat = trans.Value; 57_mat = Transform.Identity.Value;
System\Windows\Documents\FixedSOMPageConstructor.cs (1)
297transform *= transPath.Value;
System\Windows\Documents\FixedSOMTextRun.cs (2)
138!(trans.Value.IsIdentity)) 140Matrix mat = trans.Value;
System\Windows\Documents\FixedTextBuilder.cs (3)
1026localTransform.Value * transform 1343if (t != null && !t.Value.IsIdentity) 1426if (trans != null && !trans.Value.IsIdentity)
System\Windows\Documents\TextStore.cs (1)
2868Matrix tf = t.Value;
System\Windows\FrameworkElement.cs (11)
4105_transform = new MatrixTransform(sourceTransform.Value); 4159Matrix trMatrix = layoutTransform.Value; 4287layoutTransform.Value); 4423Rect unclippedBoundsTransformed = Rect.Transform(new Rect(0, 0, unclippedDesiredSize.Width, unclippedDesiredSize.Height), ltd.Transform.Value); 4448Rect childBoundsTransformed = Rect.Transform(new Rect(0, 0, desiredSize.Width, desiredSize.Height), ltd.Transform.Value); 4754Rect inkRectTransformed = Rect.Transform(new Rect(0, 0, clippedInkSize.Width, clippedInkSize.Height), ltd.Transform.Value); 4929inkRectTransformed = Rect.Transform(new Rect(0, 0, inkSize.Width, inkSize.Height), ltd.Transform.Value); 4980Matrix m = ltd.Transform.Value; 5006slotClip.Transform = new MatrixTransform(slotClip.Transform.Value * rtlMirror.Value); 5255Rect inkRectTransformed = Rect.Transform(new Rect(inkSize), ltd.Transform.Value);
System\Windows\Shapes\Shape.cs (1)
761_renderedGeometry.Transform = new MatrixTransform(renderedTransform.Value * stretchMatrix);
System\Windows\Window.cs (1)
6345(renderTransformValue != null && renderTransformValue.Value.IsIdentity == true))
ReachFramework (53)
AlphaFlattener\BrushProxy.cs (21)
800mat = _brush.Transform.Value; 1121if (isOpaque && (_brush.Transform == null || Utility.IsScaleTranslate(_brush.Transform.Value))) 1203viewport.Transform(tileBrush.Transform.Value); 2212Matrix matA = brushA.Transform.Value; 2213Matrix matB = brushB.Transform.Value; 2347Matrix mat = (ib.Transform == null) ? Matrix.Identity : ib.Transform.Value; 2476Point sA = lbA.Transform.Value.Transform(lbA.StartPoint); 2477Point eA = lbA.Transform.Value.Transform(lbA.EndPoint); 2482Point sB = lbB.Transform.Value.Transform(lbB.StartPoint); 2483Point eB = lbB.Transform.Value.Transform(lbB.EndPoint); 2565if (!Utility.AreClose(rbA.Center * rbA.Transform.Value, rbB.Center * rbB.Transform.Value)) 2571if (!Utility.AreClose(rbA.GradientOrigin * rbA.Transform.Value, rbB.GradientOrigin * rbB.Transform.Value)) 2577if (Utility.AreClose(new Vector(Math.Abs(rbA.RadiusX), Math.Abs(rbA.RadiusY)) * rbA.Transform.Value, 2578new Vector(Math.Abs(rbB.RadiusX), Math.Abs(rbB.RadiusY)) * rbB.Transform.Value)) 2825if (brush.Transform != null && !Utility.IsValid(brush.Transform.Value)) 3576Matrix bm = b.Transform.Value; 3592Matrix mbm = mb.Transform.Value; 4002Matrix brushToWorldTransform = (brush.Transform == null) ? Matrix.Identity : brush.Transform.Value; 4184_trans = b.Transform.Value;
AlphaFlattener\DrawingContext.cs (2)
717line.StartPoint = geometry.Transform.Value.Transform(line.StartPoint); 718line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);
AlphaFlattener\Primitive.cs (4)
464drawingToWorldTransformHint.Prepend(dg.Transform.Value); 521primitive.Transform *= dg.Transform.Value; 819Matrix brushTransform = drawingBrush.Transform == null ? Matrix.Identity : drawingBrush.Transform.Value; 1434if (!empty && tb.Transform != null && !Utility.IsScaleTranslate(tb.Transform.Value))
AlphaFlattener\Utility.cs (12)
261return IsIdentity(transform.Value); 280mat = relative.Value; 297mat *= trans.Value; 311if ((trans1 == null) || trans1.Value.IsIdentity) 316if ((trans2 == null) || trans2.Value.IsIdentity) 321Matrix mat = trans1.Value; 323mat.Append(trans2.Value); 396if (t.Value.IsIdentity) 472if (geometry.Transform != null && !IsScaleTranslate(geometry.Transform.Value)) 742if (one is RectangleGeometry && one.Transform.Value.IsIdentity) 1799Matrix matrix = transform.Value; 2139if (drawing.Transform != null && !Utility.IsValid(drawing.Transform.Value))
Serialization\DrawingContextFlattener.cs (2)
97mat = transform.Value; 406visualTransform == null ? Matrix.Identity : visualTransform.Value,
Serialization\Manager\ReachSerializationUtils.cs (3)
935transform = new MatrixTransform(Matrix.Multiply(transform.Value, rootTransform.Value)); 938Matrix.Multiply(transform.Value,
Serialization\VisualSerializer.cs (5)
1204map = path.Transform.Value * map; 1397m = trans.Value; 1479p = PathGeometryToString(pg, trans.Value, forFill, forStroke); 1967Matrix mat = trans.Value; 2323Matrix mat = transform.Value;
Serialization\VisualTreeFlattener.cs (4)
463if (trans != null && !Utility.IsValid(trans.Value)) 540worldTransform.Prepend(trans.Value); 556clipToWorldSpace.Prepend(trans.Value); 741drawingToWorldTransform.Prepend(dg.Transform.Value);