3 writes to _transform
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
399
_transform
= null;
410
_transform
= null;
757
_transform
= new MatrixTransform();
3 references to _transform
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
722
if (
_transform
== null)
758
_transform
.Matrix = matrix;
761
dc.PushTransform(
_transform
);