2 implementations of Minimizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
81
public bool
Minimizable
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
500
bool IWindowProvider.
Minimizable
2 references to Minimizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
171
return _iface.
Minimizable
;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
333
if (!((IWindowProvider)this).
Minimizable
)