1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
44
_iface
= iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
127
_iface
.Move( args[ 0 ], args[ 1 ] );
134
_iface
.Resize( args[ 0 ], args[ 1 ] );
140
_iface
.Rotate( (double)arg );
146
return
_iface
.CanMove;
151
return
_iface
.CanResize;
156
return
_iface
.CanRotate;