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