7 references to IsNewSelection
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
88
private Flags _flags = Flags.NeedsRefresh | Flags.
IsNewSelection
| Flags.NeedUpdateUIBasedOnFont;
4024
SetFlag(Flags.
IsNewSelection
, true);
4247
if (!_flags.HasFlag(Flags.
IsNewSelection
))
4271
if (_flags.HasFlag(Flags.
IsNewSelection
) && GetGridEntryFromRow(_selectedRow) is null)
4347
if ((_flags.HasFlag(Flags.
IsNewSelection
) || !EditTextBox.Focused) && s is not null && !s.Equals(EditTextBox.Text))
4394
if (!_flags.HasFlag(Flags.
IsNewSelection
) && !_flags.HasFlag(Flags.InPropertySet))
4404
SetFlag(Flags.
IsNewSelection
, false);