17 writes to Transform
PresentationFramework (1)
System\Windows\Controls\ComboBox.cs (1)
919visualBrush.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)
101newBrush.Transform = translation;
PresentationFramework.Aero2 (1)
Microsoft\Windows\Themes\ProgressBarHighlightConverter.cs (1)
101newBrush.Transform = translation;
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124newBrush.Transform = translation;
PresentationFramework.Classic (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124newBrush.Transform = translation;
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124newBrush.Transform = translation;
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\ProgressBarBrushConverter.cs (1)
124newBrush.Transform = translation;
ReachFramework (9)
AlphaFlattener\BrushProxy.cs (8)
418_brush.Transform = new MatrixTransform(mat); 801_brush.Transform = new MatrixTransform(mat); 1346newBrush.Transform = currentBrush.Transform; 3050drawingBrush.Transform = bcb.Transform; 3157drawingBrush.Transform = vb.Transform; 3194db.Transform = ib.Transform; 3573b.Transform = new MatrixTransform(bm); 3589mb.Transform = new MatrixTransform(mbm);
AlphaFlattener\Primitive.cs (1)
1874Transform = new MatrixTransform(Transform)
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (1)
566visualBrush.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)
107Transform vTransform = Transform; 163Transform vTransform = Transform; 184Transform vTransform = Transform;
System\Windows\Media\Generated\BitmapCacheBrush.cs (3)
314Transform vTransform = Transform; 378Transform vTransform = Transform; 402Transform vTransform = Transform;
System\Windows\Media\Generated\DrawingBrush.cs (3)
174Transform vTransform = Transform; 254Transform vTransform = Transform; 277Transform vTransform = Transform;
System\Windows\Media\Generated\ImageBrush.cs (3)
174Transform vTransform = Transform; 254Transform vTransform = Transform; 277Transform vTransform = Transform;
System\Windows\Media\Generated\LinearGradientBrush.cs (2)
155Transform vTransform = Transform; 176Transform vTransform = Transform;
System\Windows\Media\Generated\RadialGradientBrush.cs (2)
199Transform vTransform = Transform; 220Transform vTransform = Transform;
System\Windows\Media\Generated\SolidColorBrush.cs (3)
133Transform vTransform = Transform; 195Transform vTransform = Transform; 216Transform vTransform = Transform;
System\Windows\Media\Generated\VisualBrush.cs (3)
204Transform vTransform = Transform; 286Transform vTransform = Transform; 308Transform vTransform = Transform;
System\Windows\Media\LinearGradientBrush.cs (1)
125Transform vTransform = Transform;
System\Windows\Media\RadialGradientBrush.cs (1)
66Transform vTransform = Transform;
System\Windows\Media\SolidColorBrush.cs (1)
174|| !Transform.IsIdentity
System\Windows\Media\TileBrush.cs (1)
101Transform,
ReachFramework (46)
AlphaFlattener\BrushProxy.cs (33)
416Matrix mat = Utility.MergeTransform(_brush.Transform, _brush.RelativeTransform, bounds); 794if (_brush.Transform != null) 796mat = _brush.Transform.Value; 1114if (isOpaque && (_brush.Transform == null || Utility.IsScaleTranslate(_brush.Transform.Value))) 1194if (tileBrush.Transform != null && !tileBrush.Transform.IsIdentity) 1196viewport.Transform(tileBrush.Transform.Value); 1346newBrush.Transform = currentBrush.Transform; 2206Matrix matA = brushA.Transform.Value; 2207Matrix matB = brushB.Transform.Value; 2341Matrix mat = (ib.Transform == null) ? Matrix.Identity : ib.Transform.Value; 2471Point sA = lbA.Transform.Value.Transform(lbA.StartPoint); 2472Point eA = lbA.Transform.Value.Transform(lbA.EndPoint); 2477Point sB = lbB.Transform.Value.Transform(lbB.StartPoint); 2478Point eB = lbB.Transform.Value.Transform(lbB.EndPoint); 2560if (!Utility.AreClose(rbA.Center * rbA.Transform.Value, rbB.Center * rbB.Transform.Value)) 2566if (!Utility.AreClose(rbA.GradientOrigin * rbA.Transform.Value, rbB.GradientOrigin * rbB.Transform.Value)) 2572if (Utility.AreClose(new Vector(Math.Abs(rbA.RadiusX), Math.Abs(rbA.RadiusY)) * rbA.Transform.Value, 2573new Vector(Math.Abs(rbB.RadiusX), Math.Abs(rbB.RadiusY)) * rbB.Transform.Value)) 2816if (brush.Transform != null && !Utility.IsValid(brush.Transform.Value)) 3050drawingBrush.Transform = bcb.Transform; 3157drawingBrush.Transform = vb.Transform; 3194db.Transform = ib.Transform; 3569Matrix bm = b.Transform.Value; 3585Matrix mbm = mb.Transform.Value; 3995Matrix brushToWorldTransform = (brush.Transform == null) ? Matrix.Identity : brush.Transform.Value; 4177_trans = b.Transform.Value;
AlphaFlattener\Primitive.cs (8)
801if ((drawingBrush == null) || ! Utility.IsIdentity(drawingBrush.Transform)) 817Matrix brushTransform = drawingBrush.Transform == null ? Matrix.Identity : drawingBrush.Transform.Value; 1408Transform = Utility.MultiplyTransform(tb.Transform, new MatrixTransform(Transform)) 1429if (!empty && tb.Transform != null && !Utility.IsScaleTranslate(tb.Transform.Value)) 1450Transform = Utility.MultiplyTransform(tb.Transform, new MatrixTransform(Transform)) 1464Transform = tb.Transform
Serialization\VisualSerializer.cs (5)
703WriteTransform("Transform", lb.Transform, lb.RelativeTransform, bounds); 732WriteTransform("Transform", rb.Transform, rb.RelativeTransform, bounds); 766WriteTransform("Transform", ib.Transform, ib.RelativeTransform, bounds); 777Matrix trans = Utility.MergeTransform(db.Transform, db.RelativeTransform, bounds); 800WriteTransform("Transform", vb.Transform, vb.RelativeTransform, bounds);