5 references to ParentPrivate
System.Windows.Forms (5)
winforms\Managed\System\WinForms\DataGridViewRowHeaderCell.cs (5)
1218
Rectangle rowRect = this.
ParentPrivate
.Bounds;
1246
if (this.
ParentPrivate
!= null)
1248
return this.
ParentPrivate
.Name;
1263
return this.
ParentPrivate
;
1351
return this.
ParentPrivate
.GetChild(1);