3 references to IsScrollValueValid
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (3)
3616
if (!CommitEditTextBox() || !
IsScrollValueValid
(e.NewValue))
4156
if (!
IsScrollValueValid
(newOffset) || !CommitEditTextBox())
4551
if (newPosition != oldPosition &&
IsScrollValueValid
(newPosition) && _visibleRows > 0)