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 ); 146return _iface.CanMove; 151return _iface.CanResize; 156return _iface.CanRotate;