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