1 write to _iface
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
45
_iface
= iface;
9 references to _iface
PresentationCore (9)
MS\Internal\Automation\WindowProviderWrapper.cs (9)
150
_iface
.SetVisualState( (WindowVisualState) arg );
156
return
_iface
.WaitForInputIdle( (int) arg );
161
_iface
.Close();
167
return
_iface
.Maximizable;
172
return
_iface
.Minimizable;
177
return
_iface
.IsModal;
182
return
_iface
.VisualState;
187
return
_iface
.InteractionState;
192
return
_iface
.IsTopmost;