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); 898matrix = internalTransform.Value; 902matrix *= transform.Value; 907matrix = 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)
1318tr.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)
1816Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
System\windows\Documents\CaretElement.cs (2)
507: 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)
294transform *= transPath.Value;
System\Windows\Documents\FixedSOMTextRun.cs (2)
136!(trans.Value.IsIdentity)) 138Matrix mat = trans.Value;
System\Windows\Documents\FixedTextBuilder.cs (3)
1017localTransform.Value * transform 1334if (t != null && !t.Value.IsIdentity) 1417if (trans != null && !trans.Value.IsIdentity)
System\Windows\Documents\TextStore.cs (1)
2853Matrix tf = t.Value;
System\Windows\FrameworkElement.cs (11)
4085_transform = new MatrixTransform(sourceTransform.Value); 4139Matrix trMatrix = layoutTransform.Value; 4267layoutTransform.Value); 4403Rect unclippedBoundsTransformed = Rect.Transform(new Rect(0, 0, unclippedDesiredSize.Width, unclippedDesiredSize.Height), ltd.Transform.Value); 4428Rect childBoundsTransformed = Rect.Transform(new Rect(0, 0, desiredSize.Width, desiredSize.Height), ltd.Transform.Value); 4734Rect inkRectTransformed = Rect.Transform(new Rect(0, 0, clippedInkSize.Width, clippedInkSize.Height), ltd.Transform.Value); 4911inkRectTransformed = Rect.Transform(new Rect(0, 0, inkSize.Width, inkSize.Height), ltd.Transform.Value); 4962Matrix m = ltd.Transform.Value; 4988slotClip.Transform = new MatrixTransform(slotClip.Transform.Value * rtlMirror.Value); 5243Rect inkRectTransformed = Rect.Transform(new Rect(inkSize), ltd.Transform.Value);
System\Windows\Shapes\Shape.cs (1)
758_renderedGeometry.Transform = new MatrixTransform(renderedTransform.Value * stretchMatrix);
System\Windows\Window.cs (1)
6314(renderTransformValue != null && renderTransformValue.Value.IsIdentity == true))
ReachFramework (53)
AlphaFlattener\BrushProxy.cs (21)
797mat = _brush.Transform.Value; 1115if (isOpaque && (_brush.Transform == null || Utility.IsScaleTranslate(_brush.Transform.Value))) 1197viewport.Transform(tileBrush.Transform.Value); 2207Matrix matA = brushA.Transform.Value; 2208Matrix matB = brushB.Transform.Value; 2342Matrix 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)) 3574Matrix bm = b.Transform.Value; 3590Matrix mbm = mb.Transform.Value; 4000Matrix brushToWorldTransform = (brush.Transform == null) ? Matrix.Identity : brush.Transform.Value; 4182_trans = b.Transform.Value;
AlphaFlattener\DrawingContext.cs (2)
715line.StartPoint = geometry.Transform.Value.Transform(line.StartPoint); 716line.EndPoint = geometry.Transform.Value.Transform(line.EndPoint);
AlphaFlattener\Primitive.cs (4)
462drawingToWorldTransformHint.Prepend(dg.Transform.Value); 520primitive.Transform *= dg.Transform.Value; 818Matrix brushTransform = drawingBrush.Transform == null ? Matrix.Identity : drawingBrush.Transform.Value; 1430if (!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) 1789Matrix matrix = transform.Value; 2129if (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)
924transform = new MatrixTransform(Matrix.Multiply(transform.Value, rootTransform.Value)); 927Matrix.Multiply(transform.Value,
Serialization\VisualSerializer.cs (5)
1197map = path.Transform.Value * map; 1390m = trans.Value; 1472p = PathGeometryToString(pg, trans.Value, forFill, forStroke); 1960Matrix mat = trans.Value; 2316Matrix 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);