3 references to WS_BORDER
UIAutomationClient (3)
MS\Internal\Automation\HwndProxyElementProvider.cs (3)
882
return IsBitSet(style, SafeNativeMethods.
WS_BORDER
) && IsBitSet(style, SafeNativeMethods.WS_DLGFRAME);
1035
bool hasTitleBar = IsBitSet( style, SafeNativeMethods.
WS_BORDER
) && IsBitSet( style, SafeNativeMethods.WS_DLGFRAME );
1074
if ( IsBitSet(style, SafeNativeMethods.
WS_BORDER
) && IsBitSet(style, SafeNativeMethods.WS_DLGFRAME) )