4 writes to HasFocus
System.Windows.Forms (4)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (4)
2192_selectedGridEntry.HasFocus = true; 2348gridEntry.HasFocus = false; 2415_selectedGridEntry.HasFocus = true; 2996gridEntry.HasFocus = true;
7 references to HasFocus
System.Windows.Forms (7)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\CategoryGridEntry.cs (1)
114if (selected && HasFocus)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (3)
91if (owner.HasFocus) 246=> this.TryGetOwnerAs(out GridEntry? owner) ? owner.HasFocus ? this : null : null; 356UIA_PROPERTY_ID.UIA_HasKeyboardFocusPropertyId => (VARIANT)(this.TryGetOwnerAs(out GridEntry? owner) && owner.HasFocus),
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (2)
4279_selectedGridEntry?.HasFocus = false; 4386_selectedGridEntry?.HasFocus = FocusInside;
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.PropertyGridViewAccessibleObject.cs (1)
412if (gridEntry is not null && gridEntry.HasFocus)