6 writes to HasFocus
System.Windows.Forms (6)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (6)
2192_selectedGridEntry.HasFocus = true; 2348gridEntry.HasFocus = false; 2415_selectedGridEntry.HasFocus = true; 2995gridEntry.HasFocus = true; 4280_selectedGridEntry.HasFocus = false; 4390_selectedGridEntry.HasFocus = FocusInside;
5 references to HasFocus
System.Windows.Forms (5)
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.PropertyGridViewAccessibleObject.cs (1)
413if (gridEntry is not null && gridEntry.HasFocus)