15 references to Commit
System.Windows.Forms (15)
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (15)
1785return this.Commit(); 1934if (Commit() && Edit.Focused) { 2384if (sender == DialogButton && !Commit()) { 2390Commit(); 2424if (!Commit()) { 2625Commit(); 2779if (!Commit()) { 3171if (!Commit()) { 3815if (!Commit() || !IsScrollValueValid(se.NewValue)) { 4119if (HasEntries && !GetInPropertySet() && !Commit()) { 4264if (!IsScrollValueValid(newOffset) || !Commit()) { 4360if (errorState != ERROR_NONE || (row != selectedRow && !Commit())) { 4676return Commit(); 5219bool commit = Commit(); 5336if (!GetInPropertySet() && Edit.Visible && (errorState != ERROR_NONE || !Commit())) {