4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3788InPropertySet = true; 3803InPropertySet = false; 4676InPropertySet = true; 4707InPropertySet = false;
10 references to InPropertySet
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2244bool IComPropertyBrowser.InPropertySet => _gridView.InPropertySet; 2369if (!_gridView.InPropertySet || fullRefresh) 2440if (batchMode || GetFlag(Flags.InternalChange) || _gridView.InPropertySet || 2443if (batchMode && !_gridView.InPropertySet)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
413if (!PropertyGridView.InPropertySet && !PropertyGridView.EditMouseDown)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (5)
2204if (e is not null && !InPropertySet) 2553if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 4035if (HasEntries && !InPropertySet && !CommitEditTextBox()) 4608if (InPropertySet) 5338if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))