3 writes to _transform
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
207
_transform
= null;
218
_transform
= null;
616
_transform
= new MatrixTransform();
3 references to _transform
PresentationFramework.Luna (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
574
if (
_transform
== null)
617
_transform
.Matrix = matrix;
620
dc.PushTransform(
_transform
);