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