4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3765
InPropertySet
= true;
3780
InPropertySet
= false;
4653
InPropertySet
= true;
4684
InPropertySet
= false;
6 references to InPropertySet
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (1)
413
if (!PropertyGridView.
InPropertySet
&& !PropertyGridView.EditMouseDown)
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
)
4012
if (HasEntries && !
InPropertySet
&& !CommitEditTextBox())
4585
if (
InPropertySet
)
5315
if (!
InPropertySet
&& EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))