1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
47
_iface
= iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
130
_iface
.Move( args[ 0 ], args[ 1 ] );
137
_iface
.Resize( args[ 0 ], args[ 1 ] );
143
_iface
.Rotate( (double)arg );
149
return
_iface
.CanMove;
154
return
_iface
.CanResize;
159
return
_iface
.CanRotate;