18 references to PropertyGridView
System.Windows.Forms (18)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.GridEntryAccessibleObject.cs (18)
29=> PropertyGridView is not null && PropertyGridView.IsHandleCreated && this.TryGetOwnerAs(out GridEntry? owner) 30? PropertyGridView.AccessibilityGetGridEntryBounds(owner) 83if (PropertyGridView is null || !PropertyGridView.IsHandleCreated || !this.TryGetOwnerAs(out GridEntry? owner)) 130Rectangle propertyGridViewBounds = PropertyGridView.GetToolNativeScreenRectangle(); 159internal override IRawElementProviderSimple.Interface? ContainingGrid => PropertyGridView?.AccessibilityObject; 201/// they don't have windows - we use <see cref="HWND" /> of <see cref="PropertyGridView" />. 235if (PropertyGridView is not null && PropertyGridView.IsHandleCreated && this.TryGetOwnerAs(out GridEntry? owner)) 283if (PropertyGridView is null || !PropertyGridView.IsHandleCreated || !this.TryGetOwnerAs(out GridEntry? owner)) 289if (PropertyGridView.InvokeRequired) 291PropertyGridView.Invoke(new SelectDelegate(Select), [flags]); 298bool focused = PropertyGridView.Focus(); 304PropertyGridView.AccessibilitySelect(owner); 406if (PropertyGridView is null || !PropertyGridView.IsHandleCreated)