1 write to ptMinTrackSize
UIAutomationClient (1)
MS\Internal\Automation\HwndProxyElementProvider.cs (1)
810
minMaxInfo.
ptMinTrackSize
= new NativeMethods.POINT(1, 1);
4 references to ptMinTrackSize
UIAutomationClient (4)
MS\Internal\Automation\HwndProxyElementProvider.cs (4)
819
if ( widthInt < minMaxInfo.
ptMinTrackSize
.x )
820
widthInt = minMaxInfo.
ptMinTrackSize
.x;
822
if ( heightInt < minMaxInfo.
ptMinTrackSize
.y )
823
heightInt = minMaxInfo.
ptMinTrackSize
.y;