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)
83
if (
PropertyGridView
is null || !
PropertyGridView
.IsHandleCreated || !this.TryGetOwnerAs(out GridEntry? owner))
130
Rectangle propertyGridViewBounds =
PropertyGridView
.GetToolNativeScreenRectangle();
159
internal override IRawElementProviderSimple.Interface? ContainingGrid =>
PropertyGridView
?.AccessibilityObject;
201
/// they don't have windows - we use <see cref="HWND" /> of <see cref="
PropertyGridView
" />.
235
if (
PropertyGridView
is not null &&
PropertyGridView
.IsHandleCreated && this.TryGetOwnerAs(out GridEntry? owner))
283
if (
PropertyGridView
is null || !
PropertyGridView
.IsHandleCreated || !this.TryGetOwnerAs(out GridEntry? owner))
289
if (
PropertyGridView
.InvokeRequired)
291
PropertyGridView
.Invoke(new SelectDelegate(Select), [flags]);
298
bool focused =
PropertyGridView
.Focus();
304
PropertyGridView
.AccessibilitySelect(owner);
406
if (
PropertyGridView
is null || !
PropertyGridView
.IsHandleCreated)