1 write to _iface
PresentationCore (1)
Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs (1)
51
_iface
= iface;
9 references to _iface
PresentationCore (9)
Core\CSharp\MS\Internal\Automation\WindowProviderWrapper.cs (9)
156
_iface
.SetVisualState( (WindowVisualState) arg );
162
return
_iface
.WaitForInputIdle( (int) arg );
167
_iface
.Close();
173
return
_iface
.Maximizable;
178
return
_iface
.Minimizable;
183
return
_iface
.IsModal;
188
return
_iface
.VisualState;
193
return
_iface
.InteractionState;
198
return
_iface
.IsTopmost;