4 writes to Transform
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\PtsHelper.cs (2)
52visualChild.Transform = transform; 57visualChild.Transform = null;
src\Framework\System\Windows\Controls\ViewBox.cs (1)
199InternalVisual.Transform = value;
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
335visual.Transform = VisualTreeHelper.GetTransform(old);
1 reference to Transform
PresentationFramework (1)
src\Framework\System\Windows\Controls\ViewBox.cs (1)
195return InternalVisual.Transform;