7 references to IsNewSelection
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (7)
89
private Flags _flags = Flags.NeedsRefresh | Flags.
IsNewSelection
| Flags.NeedUpdateUIBasedOnFont;
4063
SetFlag(Flags.
IsNewSelection
, true);
4286
if (!_flags.HasFlag(Flags.
IsNewSelection
))
4310
if (_flags.HasFlag(Flags.
IsNewSelection
) && GetGridEntryFromRow(_selectedRow) is null)
4383
if ((_flags.HasFlag(Flags.
IsNewSelection
) || !EditTextBox.Focused) && s is not null && !s.Equals(EditTextBox.Text))
4427
if (!_flags.HasFlag(Flags.
IsNewSelection
) && !_flags.HasFlag(Flags.InPropertySet))
4437
SetFlag(Flags.
IsNewSelection
, false);