4 writes to InPropertySet
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
3800
InPropertySet
= true;
3815
InPropertySet
= false;
4688
InPropertySet
= true;
4719
InPropertySet
= false;
10 references to InPropertySet
System.Windows.Forms (10)
System\Windows\Forms\Controls\PropertyGrid\PropertyGrid.cs (4)
2299
bool IComPropertyBrowser.InPropertySet => _gridView.
InPropertySet
;
2424
if (!_gridView.
InPropertySet
|| fullRefresh)
2495
if (batchMode || GetFlag(Flags.InternalChange) || _gridView.
InPropertySet
||
2498
if (batchMode && !_gridView.
InPropertySet
)
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)
2210
if (e is not null && !
InPropertySet
)
2559
if (EditTextBox.Focused || (_errorState == ErrorState.MessageBoxUp) || (_errorState == ErrorState.Thrown) ||
InPropertySet
)
4047
if (HasEntries && !
InPropertySet
&& !CommitEditTextBox())
4620
if (
InPropertySet
)
5350
if (!
InPropertySet
&& EditTextBox.Visible && (_errorState != ErrorState.None || !CommitEditTextBox()))