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