4 references to StringProperty
System.Windows.Forms (4)
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (4)
847
public string GetString(
StringProperty
prop) {
849
if (!ClientUtils.IsEnumValid(prop, (int)prop, (int)
StringProperty
.Text, (int)
StringProperty
.Text))
851
throw new InvalidEnumArgumentException("prop", (int)prop, typeof(
StringProperty
));