17 writes to Transform
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
920visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0));
PresentationFramework.Aero (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
102newBrush.Transform = translation;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
102newBrush.Transform = translation;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
125newBrush.Transform = translation;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
125newBrush.Transform = translation;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
125newBrush.Transform = translation;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
125newBrush.Transform = translation;
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (8)
419_brush.Transform = new MatrixTransform(mat); 802_brush.Transform = new MatrixTransform(mat); 1347newBrush.Transform = currentBrush.Transform; 3055drawingBrush.Transform = bcb.Transform; 3162drawingBrush.Transform = vb.Transform; 3199db.Transform = ib.Transform; 3578b.Transform = new MatrixTransform(bm); 3594mb.Transform = new MatrixTransform(mbm);
AlphaFlattener\Primitive.cs (1)
1875Transform = new MatrixTransform(Transform)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
570visualBrush.Transform = new MatrixTransform(new Matrix(-1.0, 0.0, 0.0, 1.0, _clonedElement.RenderSize.Width, 0.0));
72 references to Transform
PresentationCore (26)
System\Windows\Media\Effects\Generated\ImplicitInputBrush.cs (3)
104Transform vTransform = Transform; 159Transform vTransform = Transform; 178Transform vTransform = Transform;
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
301Transform vTransform = Transform; 364Transform vTransform = Transform; 386Transform vTransform = Transform;
System\Windows\Media\Generated\DrawingBrush.cs (3)
160Transform vTransform = Transform; 239Transform vTransform = Transform; 260Transform vTransform = Transform;
System\Windows\Media\Generated\ImageBrush.cs (3)
160Transform vTransform = Transform; 239Transform vTransform = Transform; 260Transform vTransform = Transform;
System\Windows\Media\Generated\LinearGradientBrush.cs (2)
144Transform vTransform = Transform; 163Transform vTransform = Transform;
System\Windows\Media\Generated\RadialGradientBrush.cs (2)
188Transform vTransform = Transform; 207Transform vTransform = Transform;
System\Windows\Media\Generated\SolidColorBrush.cs (3)
123Transform vTransform = Transform; 184Transform vTransform = Transform; 203Transform vTransform = Transform;
System\Windows\Media\Generated\VisualBrush.cs (3)
195Transform vTransform = Transform; 276Transform vTransform = Transform; 296Transform vTransform = Transform;
System\Windows\Media\LinearGradientBrush.cs (1)
126Transform vTransform = Transform;
System\Windows\Media\RadialGradientBrush.cs (1)
67Transform vTransform = Transform;
System\Windows\Media\SolidColorBrush.cs (1)
175|| !Transform.IsIdentity
System\Windows\Media\TileBrush.cs (1)
102Transform,
ReachFramework (46)
AlphaFlattener\BrushProxy.cs (33)
417Matrix mat = Utility.MergeTransform(_brush.Transform, _brush.RelativeTransform, bounds); 795if (_brush.Transform != null) 797mat = _brush.Transform.Value; 1115if (isOpaque && (_brush.Transform == null || Utility.IsScaleTranslate(_brush.Transform.Value))) 1195if (tileBrush.Transform != null && !tileBrush.Transform.IsIdentity) 1197viewport.Transform(tileBrush.Transform.Value); 1347newBrush.Transform = currentBrush.Transform; 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)) 3055drawingBrush.Transform = bcb.Transform; 3162drawingBrush.Transform = vb.Transform; 3199db.Transform = ib.Transform; 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\Primitive.cs (8)
802if ((drawingBrush == null) || ! Utility.IsIdentity(drawingBrush.Transform)) 818Matrix brushTransform = drawingBrush.Transform == null ? Matrix.Identity : drawingBrush.Transform.Value; 1409Transform = Utility.MultiplyTransform(tb.Transform, new MatrixTransform(Transform)) 1430if (!empty && tb.Transform != null && !Utility.IsScaleTranslate(tb.Transform.Value)) 1451Transform = Utility.MultiplyTransform(tb.Transform, new MatrixTransform(Transform)) 1465Transform = tb.Transform
Serialization\VisualSerializer.cs (5)
704WriteTransform("Transform", lb.Transform, lb.RelativeTransform, bounds); 733WriteTransform("Transform", rb.Transform, rb.RelativeTransform, bounds); 767WriteTransform("Transform", ib.Transform, ib.RelativeTransform, bounds); 778Matrix trans = Utility.MergeTransform(db.Transform, db.RelativeTransform, bounds); 801WriteTransform("Transform", vb.Transform, vb.RelativeTransform, bounds);