3 references to IsScrollValueValid
System.Windows.Forms (3)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (3)
3815if (!Commit() || !IsScrollValueValid(se.NewValue)) { 4264if (!IsScrollValueValid(newOffset) || !Commit()) { 4667if (posNew != posOld && IsScrollValueValid(posNew) && visibleRows > 0) {