4 references to BooleanProperty
System.Windows.Forms (4)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (4)
596public bool GetBoolean(BooleanProperty prop) { 597if (!ClientUtils.IsEnumValid(prop, (int)prop, (int)BooleanProperty.Transparent, (int)BooleanProperty.SourceShrink)){ 598throw new InvalidEnumArgumentException("prop", (int)prop, typeof(BooleanProperty));