7 references to IntegerProperty
System.Windows.Forms (5)
System\Windows\Forms\Controls\ProgressBar\ProgressBarRenderer.cs (2)
73
return t_visualStyleRenderer.GetInteger(
IntegerProperty
.ProgressChunkSize);
86
return t_visualStyleRenderer.GetInteger(
IntegerProperty
.ProgressSpaceSize);
System\Windows\Forms\VisualStyles\VisualStyleRenderer.cs (1)
559
public int GetInteger(
IntegerProperty
prop)
Validation.cs (2)
828
public static void Validate(System.Windows.Forms.VisualStyles.
IntegerProperty
enumToValidate, string parameterName = "value")
832
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.VisualStyles.
IntegerProperty
));
System.Windows.Forms.Design (2)
Validation.cs (2)
828
public static void Validate(System.Windows.Forms.VisualStyles.
IntegerProperty
enumToValidate, string parameterName = "value")
832
ReportEnumValidationError(parameterName, intValue, typeof(System.Windows.Forms.VisualStyles.
IntegerProperty
));