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