1 override of GridEntryHost
System.Windows.Forms (1)
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (1)
167internal override PropertyGridView GridEntryHost {
46 references to GridEntryHost
System.Windows.Forms (46)
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (2)
123return this.GridEntryHost.GetLineBrush(g); 168PropertyGridView gridHost = this.GridEntryHost;
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (33)
168if (this.GridEntryHost != null) { 169return this.GridEntryHost.LogicalToDeviceUnits(OUTLINE_ICON_PADDING); 227return GridEntryHost.GetBackgroundBrush(g); 236return GridEntryHost.GrayTextColor; 239return GridEntryHost.GetTextColor(); 423GridEntryHost.SetExpand(this, value); 463int id = ((PropertyGridView)GridEntryHost).AccessibilityGetGridEntryChildID(this); 466(PropertyGridView.PropertyGridViewAccessibleObject)((PropertyGridView)GridEntryHost).AccessibilityObject; 585int id = ((PropertyGridView)GridEntryHost).AccessibilityGetGridEntryChildID(this); 588(PropertyGridView.PropertyGridViewAccessibleObject)((PropertyGridView)GridEntryHost).AccessibilityObject; 643return parentPE.GridEntryHost; 786int borderWidth = this.GridEntryHost.GetOutlineIconSize() + OUTLINE_ICON_PADDING; 829PropertyGridView gridHost = this.GridEntryHost; 1319PropertyGridView.GridPositionData positionData = GridEntryHost.CaptureGridPositionData(); 1322positionData.Restore(GridEntryHost); 1339RTLAwareMessageBox.Show(GridEntryHost, e.Message, SR.GetString(SR.PBRSErrorTitle), MessageBoxButtons.OK, 1814return GridEntryHost.GetBoldFont(); 1816return GridEntryHost.GetBaseFont(); 1821return GridEntryHost.GetBoldHfont(); 1823return GridEntryHost.GetBaseHfont(); 1862PropertyGridView gridHost = this.GridEntryHost; 1974if (GridEntryHost.IsExplorerTreeSupported) { 1984PaintOutlineWithExplorerTreeStyle(g, r, (DpiHelper.EnableDpiChangedHighDpiImprovements && GridEntryHost!=null) ? this.GridEntryHost.HandleInternal: IntPtr.Zero); 2044Color penColor = GridEntryHost.GetTextColor(); 2089PropertyGridView gridHost = this.GridEntryHost; 2095textColor = GridEntryHost.GrayTextColor; 2205Color bkColor = ((paintFlags & PaintValueFlags.DrawSelected) != PaintValueFlags.None) ? GridEntryHost.GetSelectedItemWithFocusBackColor() : GridEntryHost.BackColor; 2305PropertyGridView gridHost = this.GridEntryHost; 2444GridEntryHost.SelectedGridEntry = this; 2843runtimeId[1] = (int)(long)owner.GridEntryHost.Handle; 2953return((Control)this.owner.GridEntryHost).AccessibilityObject;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (1)
94GridEntryHost.Refresh(false);
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyDescriptorGridEntry.cs (10)
422this.GridEntryHost.Refresh(refreshAttr != null && refreshAttr.Equals(RefreshPropertiesAttribute.All)); 431if (uiItemRects[i].Contains(mouseX, GridEntryHost.GetGridEntryHeight() / 2)) { 509PropertyGridView gv = this.GridEntryHost; 589if (uiItemRects[i].Contains(x, GridEntryHost.GetGridEntryHeight() / 2)) { 626GridEntryHost.LabelPaintMargin = (scaledImageSizeX + 1) * pvUIItems.Length; 772if (needsRefresh && this.GridEntryHost != null) 776this.GridEntryHost.Refresh(refreshAttr != null && refreshAttr.Equals(RefreshPropertiesAttribute.All)); 970if (this.GridEntryHost != null && this.GridEntryHost is PropertyGridView) { 971PropertyGridView pgv = this.GridEntryHost as PropertyGridView;