2 writes to parentPE
System.Windows.Forms (2)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (2)
143
parentPE
= peParent;
852
this.
parentPE
= value;
35 references to parentPE
System.Windows.Forms (35)
winforms\Managed\System\WinForms\PropertyGridInternal\ArrayElementGridEntry.cs (1)
58
return
parentPE
.PropertyType.GetElementType();
winforms\Managed\System\WinForms\PropertyGridInternal\CategoryGridEntry.cs (3)
227
if (
parentPE
.GetChildIndex(this) > 0) {
238
if (
parentPE
.GetChildIndex(this) > 0) {
246
return
parentPE
.NotifyChildValue(pe, type);
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (31)
250
if (
parentPE
!= null) {
251
return
parentPE
.BrowsableAttributes;
256
parentPE
.BrowsableAttributes = value;
273
if (
parentPE
!= null) {
274
return
parentPE
.Component;
282
return
parentPE
.ComponentChangeService;
347
if (
parentPE
!= null) {
348
return
parentPE
.CurrentTab;
353
if (
parentPE
!= null) {
354
parentPE
.CurrentTab = value;
373
if (
parentPE
!= null) {
374
return
parentPE
.DesignerHost;
379
if (
parentPE
!= null) {
380
parentPE
.DesignerHost = value;
610
if (
parentPE
!= null) {
611
str =
parentPE
.FullLabel;
642
if (
parentPE
!= null) {
643
return
parentPE
.GridEntryHost;
677
if (
parentPE
!= null) {
678
keyWord =
parentPE
.HelpKeyword;
755
if (
parentPE
!= null && owner == null) {
756
return
parentPE
.Instance;
848
return this.
parentPE
;
1369
if (
parentPE
!= null)
1370
return
parentPE
.FindPropertyValue(propertyName, propertyType);
1446
if (
parentPE
== null) {
1450
return
parentPE
.GetChildValueOwner(this);
1838
if (
parentPE
!= null) {
1839
return
parentPE
.GetService(serviceType);
2524
if (
parentPE
== null) {
2528
return
parentPE
.NotifyChildValue(this, type);