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