2 implementations of Minimizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
82public bool Minimizable
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
501bool IWindowProvider.Minimizable
2 references to Minimizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
172return _iface.Minimizable;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
334if (!((IWindowProvider)this).Minimizable)