2 implementations of Maximizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
73public bool Maximizable
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
481bool IWindowProvider.Maximizable
2 references to Maximizable
PresentationCore (1)
MS\Internal\Automation\WindowProviderWrapper.cs (1)
166return _iface.Maximizable;
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
354if ( ! ((IWindowProvider)this).Maximizable )