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