4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3749InPropertySet = true; 3764InPropertySet = false; 4643InPropertySet = true; 4674InPropertySet = false;
5 references to InPropertySet
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (5)
2181if (e is not null && !InPropertySet) 2529if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 3996if (HasEntries && !InPropertySet && !CommitEditTextBox()) 4575if (InPropertySet) 5308if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))