3 writes to _transform
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
201
_transform
= null;
212
_transform
= null;
610
_transform
= new MatrixTransform();
3 references to _transform
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
568
if (
_transform
== null)
611
_transform
.Matrix = matrix;
614
dc.PushTransform(
_transform
);