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