1 write to _iface
PresentationCore (1)
MS\Internal\Automation\TransformProviderWrapper.cs (1)
43
_iface
= iface;
6 references to _iface
PresentationCore (6)
MS\Internal\Automation\TransformProviderWrapper.cs (6)
126
_iface
.Move( args[ 0 ], args[ 1 ] );
133
_iface
.Resize( args[ 0 ], args[ 1 ] );
139
_iface
.Rotate( (double)arg );
145
return
_iface
.CanMove;
150
return
_iface
.CanResize;
155
return
_iface
.CanRotate;