3 references to VisibleChildCount
System.Windows.Forms (3)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridEntry.cs (2)
2171
oldCount =
VisibleChildCount
;
2190
handler(this, new(oldCount,
VisibleChildCount
));
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.cs (1)
1617
count = targetEntry.
VisibleChildCount
;