6 overrides of Value
PresentationCore (6)
Core\CSharp\System\Windows\Media\MatrixTransform.cs (1)
80public override Matrix Value
Core\CSharp\System\Windows\Media\RotateTransform.cs (1)
66public override Matrix Value
Core\CSharp\System\Windows\Media\ScaleTransform.cs (1)
71public override Matrix Value
Core\CSharp\System\Windows\Media\SkewTransform.cs (1)
62public override Matrix Value
Core\CSharp\System\Windows\Media\TransformGroup.cs (1)
50public override Matrix Value
Core\CSharp\System\Windows\Media\TranslateTransform.cs (1)
60public override Matrix Value
79 references to Value
PresentationCore (39)
Core\CSharp\System\Windows\Media\BoundsDrawingContextWalker.cs (1)
430newValue = transform.Value;
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
168Matrix matrix = transform.Value;
Core\CSharp\System\Windows\Media\Composition.cs (1)
152Matrix m = t.Value;
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
277area *= Math.Abs(transform.Value.Determinant);
Core\CSharp\System\Windows\Media\GeneralTransformGroup.cs (1)
149matrix *= t.Value;
Core\CSharp\System\Windows\Media\Geometry.cs (5)
254copy.Transform = new MatrixTransform(internalTransform.Value * transform.Value); 965matrix = internalTransform.Value; 969matrix *= transform.Value; 974matrix = transform.Value;
Core\CSharp\System\Windows\Media\GeometryHitTestParameters.cs (3)
82newTransform.Matrix = origTransform.Value; 104Debug.Assert(_hitGeometryInternal.Transform.Value == _hitGeometryCache.Transform.Value,
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (2)
281Matrix combined = _currentTransform.Value * transform.Value;
Core\CSharp\System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
212Matrix matrix = transform.Value;
Core\CSharp\System\Windows\Media\Imaging\TransformedBitmap.cs (2)
122Matrix m = newTransform.Value; 143Matrix m = newTransform.Value;
Core\CSharp\System\Windows\Media\LineGeometry.cs (2)
235Matrix matrix = internalTransform.Value; 244Matrix matrix = transform.Value;
Core\CSharp\System\Windows\Media\MatrixStack.cs (1)
119_items[_size] = transform.Value;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
323area *= Math.Abs(transform.Value.Determinant);
Core\CSharp\System\Windows\Media\Transform.cs (6)
81Matrix matrix = Value; 92result = Value; 104Matrix matrix = Value; 126currentTransformValue = transform.Value; 142Matrix m = Value; 169Matrix matrix = Value;
Core\CSharp\System\Windows\Media\TransformGroup.cs (2)
62Matrix transform = children.Internal_GetItem(0).Value; 66transform *= children.Internal_GetItem(i).Value;
Core\CSharp\System\Windows\Media\Visual.cs (8)
602Matrix m = transform.Value; 1137Matrix m = transform.Value; 2146Matrix inv = childTransform.Value; 2224Matrix cm = affineTransform.Value; 2245Matrix cm = transform.Value; 2350Matrix m = childTransform.Value; 4576Matrix cm = affineTransform.Value; 4597Matrix cm = transform.Value;
Shared\MS\Internal\PointUtil.cs (1)
159Matrix cm = transform.Value;
PresentationFramework (39)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1424rect.Transform(adornerTransform.Value);
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
452Transform transform = new MatrixTransform(firstTransform.Value * secondTransform.Value);
src\Framework\MS\Internal\Ink\EditBehavior.cs (2)
230Matrix xf = layoutTransform.Value; 231xf *= renderTransform.Value;
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
1404tr.Value);
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (2)
413pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value); 429pageTransform = new MatrixTransform(pageTransform.Value * pageScaleTransform.Value);
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
1814Matrix popupTransform = LayoutTransform.Value * RenderTransform.Value;
src\Framework\System\windows\Documents\CaretElement.cs (2)
515: new MatrixTransform(targetGeometry.Transform.Value * transformToAdd.Value);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (2)
103translation = new TranslateTransform(-(t.Value.OffsetX), -(t.Value.OffsetY));
src\Framework\System\Windows\Documents\FixedSOMElement.cs (4)
42_mat = trans.Value; 46_mat = Transform.Identity.Value; 57_mat = trans.Value; 61_mat = Transform.Identity.Value;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
305transform *= transPath.Value;
src\Framework\System\Windows\Documents\FixedSOMTextRun.cs (2)
144!(trans.Value.IsIdentity)) 146Matrix mat = trans.Value;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (3)
1050transform * localTransform.Value 1370if (t != null && !t.Value.IsIdentity) 1454if (trans != null && !trans.Value.IsIdentity)
src\Framework\System\Windows\Documents\TextStore.cs (1)
2752Matrix tf = t.Value;
src\Framework\System\Windows\FrameworkElement.cs (11)
4104_transform = new MatrixTransform(sourceTransform.Value); 4158Matrix trMatrix = layoutTransform.Value; 4286layoutTransform.Value); 4419Rect unclippedBoundsTransformed = Rect.Transform(new Rect(0, 0, unclippedDesiredSize.Width, unclippedDesiredSize.Height), ltd.Transform.Value); 4444Rect childBoundsTransformed = Rect.Transform(new Rect(0, 0, desiredSize.Width, desiredSize.Height), ltd.Transform.Value); 4749Rect inkRectTransformed = Rect.Transform(new Rect(0, 0, clippedInkSize.Width, clippedInkSize.Height), ltd.Transform.Value); 4924inkRectTransformed = Rect.Transform(new Rect(0, 0, inkSize.Width, inkSize.Height), ltd.Transform.Value); 4975Matrix m = ltd.Transform.Value; 5001slotClip.Transform = new MatrixTransform(slotClip.Transform.Value * rtlMirror.Value); 5250Rect inkRectTransformed = Rect.Transform(new Rect(inkSize), ltd.Transform.Value);
src\Framework\System\Windows\Shapes\Shape.cs (1)
766_renderedGeometry.Transform = new MatrixTransform(renderedTransform.Value * stretchMatrix);
src\Framework\System\Windows\Window.cs (2)
6603(renderTransformValue != null && renderTransformValue.Value != null && renderTransformValue.Value.IsIdentity == true))
System.Activities.Core.Presentation (1)
System\Activities\Core\Presentation\FreeFormPanelUtilities.cs (1)
20Matrix matrix = trf != null ? trf.Value : Matrix.Identity;