8 references to UpdateTypeAndValue
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\StyleEditorForm.cs (8)
926
UpdateTypeAndValue
(SizeType.Absolute, (float)_absoluteNumericUpDown.Value);
934
UpdateTypeAndValue
(SizeType.Percent, (float)_percentNumericUpDown.Value);
942
UpdateTypeAndValue
(SizeType.AutoSize, 0);
952
UpdateTypeAndValue
(SizeType.Absolute, (float)_absoluteNumericUpDown.Value);
957
UpdateTypeAndValue
(SizeType.Percent, (float)_percentNumericUpDown.Value);
1035
UpdateTypeAndValue
(SizeType.Absolute, (float)_absoluteNumericUpDown.Value);
1039
UpdateTypeAndValue
(SizeType.Percent, (float)_percentNumericUpDown.Value);
1043
UpdateTypeAndValue
(SizeType.AutoSize, 0);