4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3789InPropertySet = true; 3804InPropertySet = false; 4677InPropertySet = true; 4708InPropertySet = false;
10 references to InPropertySet
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2246bool IComPropertyBrowser.InPropertySet => _gridView.InPropertySet; 2371if (!_gridView.InPropertySet || fullRefresh) 2442if (batchMode || GetFlag(Flags.InternalChange) || _gridView.InPropertySet || 2445if (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)
2205if (e is not null && !InPropertySet) 2554if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 4036if (HasEntries && !InPropertySet && !CommitEditTextBox()) 4609if (InPropertySet) 5339if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))