Implemented interface member:
property
Count
System.Collections.ICollection.Count
56 references to Count
System.Windows.Forms (56)
winforms\Managed\System\WinForms\PropertyGridInternal\GridEntry.cs (12)
330
return Children.
Count
;
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) {
858
for (int i = 0; i < childCollection.
Count
; i++) {
1119
for (int i = 0; i < ChildCollection.
Count
; i++) {
1194
if (!diffOldChildren && childCollection != null && childCollection.
Count
> 0) {
1206
if (diffOldChildren && childCollection != null && childCollection.
Count
> 0) {
1208
if (childProps.Length == childCollection.
Count
) {
2642
bool fChildrenPrior = (childCollection != null && childCollection.
Count
> 0);
2645
bool fChildrenAfter = (childCollection != null && childCollection.
Count
> 0);
winforms\Managed\System\WinForms\PropertyGridInternal\MultiPropertyDescriptorGridEntry.cs (2)
64
if (fExpandable && ChildCollection.
Count
> 0) {
119
bool fExpandable = this.Children.
Count
> 0;
winforms\Managed\System\WinForms\PropertyGridInternal\MultiSelectRootGridEntry.cs (1)
72
bool fExpandable = this.Children.
Count
> 0;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (38)
490
return topLevelGridEntries != null && topLevelGridEntries.
Count
> 0;
806
for(int index = 0; index < ipes.
Count
; ++index) {
826
count = ipeArray.
Count
- startIndex;
875
count = ipeArray.
Count
- startIndex;
1082
int cProps = rgipes.
Count
;
1083
for (int i = 0; i < rgipes.
Count
; i++) {
1482
GridEntry[] targetEntries = new GridEntry[allGridEntries.
Count
];
1484
GetGridEntriesFromOutline(allGridEntries, 0, allGridEntries.
Count
- 1, targetEntries);
1575
if (allGridEntries != null && allGridEntries.
Count
> 0) {
1576
for (int i = 0; i < allGridEntries.
Count
; i++) {
1864
if (ipeHier == null || ipeHier.
Count
== 0)
1868
if (rgipes == null || rgipes.
Count
== 0) {
1874
int count = rgipes.
Count
;
1876
for (int i = 0; i < ipeHier.
Count
; i++) {
1887
int items = rgipes.
Count
;
1901
for (; row < rgipes.
Count
&& ((row - start) <= count); row++) {
2074
if (offset >= 0 && offset < rgipesAll.
Count
)
2083
if (rgipe == null || rgipe.
Count
== 0)
2088
for (int cLocal = 0; cLocal < rgipe.
Count
; cLocal++) {
2104
if (subGridEntry != null && subGridEntry.
Count
> 0) {
2168
for (int i = 0; i < rgipesAll.
Count
; i++) {
2995
int pos2 = (keyCode == Keys.Home ? 0 : rgipes.
Count
-1);
3714
GridEntry[] entries = new GridEntry[allGridEntries.
Count
];
3747
int childCount = children.
Count
;
4063
for (int i = 0; i < rgipes.
Count
; i++)
4124
object oldObject = topLevelGridEntries == null || topLevelGridEntries.
Count
== 0 ? null : ((GridEntry)topLevelGridEntries[0]).GetValueOwner();
4161
object newObject = topLevelGridEntries == null || topLevelGridEntries.
Count
== 0 ? null : ((GridEntry)topLevelGridEntries[0]).GetValueOwner();
4248
for (int i = 0; i < entries.
Count
; i++) {
4546
if ((scroll + visibleRows) >= rgipesAll.
Count
) {
4547
visibleRows = rgipesAll.
Count
- scroll;
7469
var topLevelGridEntriesCount = topLevelGridEntries.
Count
;
7487
var topLevelGridEntriesCount = topLevelGridEntries.
Count
;
7488
return GetCategory(topLevelGridEntries.
Count
- 1);
7577
if (subGridEntry != null && subGridEntry.
Count
> 0) {
7601
if (subGridEntry != null && subGridEntry.
Count
> 0) {
7604
_owningPropertyGridView.GetGridEntriesFromOutline(subGridEntry, 0, subGridEntry.
Count
- 1, targetEntries);
7677
if (properties != null && index >= 0 && index < properties.
Count
) {
7695
return properties.
Count
;
winforms\Managed\System\WinForms\PropertyGridInternal\SingleSelectRootGridEntry.cs (3)
106
if (!same && Children != null && Children.
Count
> 0) {
299
if (Children.
Count
> 0) {
301
GridEntry[] childEntries = new GridEntry[this.Children.
Count
];