1 write to ptMaxTrackSize
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
788minMaxInfo.ptMaxTrackSize = new NativeMethods.POINT( x, y );
4 references to ptMaxTrackSize
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
802if ( widthInt > minMaxInfo.ptMaxTrackSize.x ) 803widthInt = minMaxInfo.ptMaxTrackSize.x; 805if ( heightInt > minMaxInfo.ptMaxTrackSize.y ) 806heightInt = minMaxInfo.ptMaxTrackSize.y;