1 write to _iface
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
48
_iface
= iface;
9 references to _iface
PresentationCore (9)
MS\Internal\Automation\WindowProviderWrapper.cs (9)
153
_iface
.SetVisualState( (WindowVisualState) arg );
159
return
_iface
.WaitForInputIdle( (int) arg );
164
_iface
.Close();
170
return
_iface
.Maximizable;
175
return
_iface
.Minimizable;
180
return
_iface
.IsModal;
185
return
_iface
.VisualState;
190
return
_iface
.InteractionState;
195
return
_iface
.IsTopmost;