4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3749
InPropertySet
= true;
3764
InPropertySet
= false;
4643
InPropertySet
= true;
4674
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
)
2529
if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) ||
InPropertySet
)
3996
if (HasEntries && !
InPropertySet
&& !CommitEditTextBox())
4575
if (
InPropertySet
)
5308
if (!
InPropertySet
&& EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))