2 implementations of Maximizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
74public bool Maximizable
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
482bool IWindowProvider.Maximizable
2 references to Maximizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
167return _iface.Maximizable;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
355if ( ! ((IWindowProvider)this).Maximizable )