4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3750InPropertySet = true; 3765InPropertySet = false; 4644InPropertySet = true; 4675InPropertySet = false;
5 references to InPropertySet
System.Windows.Forms (5)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (5)
2181if (e is not null && !InPropertySet) 2530if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) || InPropertySet) 3997if (HasEntries && !InPropertySet && !CommitEditTextBox()) 4576if (InPropertySet) 5309if (!InPropertySet && EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))