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;
4039
SetFlag(Flags.
IsNewSelection
, true);
4262
if (!_flags.HasFlag(Flags.
IsNewSelection
))
4286
if (_flags.HasFlag(Flags.
IsNewSelection
) && GetGridEntryFromRow(_selectedRow) is null)
4359
if ((_flags.HasFlag(Flags.
IsNewSelection
) || !EditTextBox.Focused) && s is not null && !s.Equals(EditTextBox.Text))
4403
if (!_flags.HasFlag(Flags.
IsNewSelection
) && !_flags.HasFlag(Flags.InPropertySet))
4413
SetFlag(Flags.
IsNewSelection
, false);