1 write to ptMaxTrackSize
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
811
minMaxInfo.
ptMaxTrackSize
= new NativeMethods.POINT( x, y );
4 references to ptMaxTrackSize
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
825
if ( widthInt > minMaxInfo.
ptMaxTrackSize
.x )
826
widthInt = minMaxInfo.
ptMaxTrackSize
.x;
828
if ( heightInt > minMaxInfo.
ptMaxTrackSize
.y )
829
heightInt = minMaxInfo.
ptMaxTrackSize
.y;