3 writes to _transform
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
388
_transform
= null;
399
_transform
= null;
746
_transform
= new MatrixTransform();
3 references to _transform
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
711
if (
_transform
== null)
747
_transform
.Matrix = matrix;
750
dc.PushTransform(
_transform
);