5 references to PropertyGridView
System.Windows.Forms (5)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (5)
2742
return
PropertyGridView
.AccessibilityGetGridEntryBounds(owner);
3091
if (
PropertyGridView
.InvokeRequired) {
3092
PropertyGridView
.Invoke(new SelectDelegate(this.Select), new object[]{flags});
3099
bool focused =
PropertyGridView
.FocusInternal();
3105
PropertyGridView
.AccessibilitySelect(this.owner);