3 writes to _transform
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
393
_transform
= null;
404
_transform
= null;
751
_transform
= new MatrixTransform();
3 references to _transform
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
716
if (
_transform
== null)
752
_transform
.Matrix = matrix;
755
dc.PushTransform(
_transform
);