7 writes to childCollection
System.Windows.Forms (7)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (7)
311
childCollection
= new GridEntryCollection(this, null);
320
this.
childCollection
= null;
322
this.
childCollection
= value;
1188
this.
childCollection
= new GridEntryCollection(this, new GridEntry[0]);
1233
this.
childCollection
= new GridEntryCollection(this, new GridEntry[0]);
1247
this.
childCollection
= new GridEntryCollection(this, childProps);
1282
childCollection
= null;
39 references to childCollection
System.Windows.Forms (39)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (39)
310
if (
childCollection
== null) {
313
return
childCollection
;
317
if (this.
childCollection
!= value) {
318
if (this.
childCollection
!= null) {
319
this.
childCollection
.Dispose();
338
if (
childCollection
== null && !Disposed) {
341
return
childCollection
;
402
if (fExpandable &&
childCollection
!= null &&
childCollection
.Count > 0) {
436
if (
childCollection
== null ||
childCollection
.Count == 0) {
446
if (
childCollection
!= null &&
childCollection
.Count > 0) {
632
if (IsExpandable &&
childCollection
!= null &&
childCollection
.Count == 0) {
857
if (this.
childCollection
!= null) {
858
for (int i = 0; i <
childCollection
.Count; i++) {
859
childCollection
.GetEntry(i).ParentGridEntry = this;
1184
if (this.
childCollection
!= null) {
1185
this.
childCollection
.Clear();
1194
if (!diffOldChildren &&
childCollection
!= null &&
childCollection
.Count > 0) {
1206
if (diffOldChildren &&
childCollection
!= null &&
childCollection
.Count > 0) {
1208
if (childProps.Length ==
childCollection
.Count) {
1210
if (!childProps[i].NonParentEquals(
childCollection
[i])) {
1229
if (this.
childCollection
!= null) {
1230
this.
childCollection
.Clear();
1242
if (this.
childCollection
!= null) {
1243
this.
childCollection
.Clear();
1244
this.
childCollection
.AddRange(childProps);
1280
if (
childCollection
!= null) {
1281
childCollection
.Dispose();
2570
if (this.
childCollection
!= null) {
2581
IEnumerator childEnum =
childCollection
.GetEnumerator();
2642
bool fChildrenPrior = (
childCollection
!= null &&
childCollection
.Count > 0);
2645
bool fChildrenAfter = (
childCollection
!= null &&
childCollection
.Count > 0);