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