1 write to _iface
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
44
_iface
= iface;
9 references to _iface
PresentationCore (9)
MS\Internal\Automation\WindowProviderWrapper.cs (9)
149
_iface
.SetVisualState( (WindowVisualState) arg );
155
return
_iface
.WaitForInputIdle( (int) arg );
160
_iface
.Close();
166
return
_iface
.Maximizable;
171
return
_iface
.Minimizable;
176
return
_iface
.IsModal;
181
return
_iface
.VisualState;
186
return
_iface
.InteractionState;
191
return
_iface
.IsTopmost;