2 references to VisualStyleSystemProperty
System.Windows.Forms (2)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleInformation.cs (2)
239
return (SafeNativeMethods.GetThemeSysBool(new HandleRef(null, visualStyleRenderer.Handle),
VisualStyleSystemProperty
.SupportsFlatMenus));
262
SafeNativeMethods.GetThemeSysInt(new HandleRef(null, visualStyleRenderer.Handle),
VisualStyleSystemProperty
.MinimumColorDepth, ref mcDepth);