1 override of Count
System.Web (1)
SiteMapNodeCollection.cs (1)
332
public override int
Count
{
7 references to Count
System.Web (7)
SiteMapNode.cs (1)
453
if (childNodes != null && childNodes.
Count
> 0) {
SiteMapNodeCollection.cs (3)
60
_initialSize = value.
Count
;
229
return
Count
;
334
return _internalCollection.
Count
;
StaticSiteMapProvider.cs (1)
221
SiteMapNodeCollection trimmedCollection = new SiteMapNodeCollection(collection.
Count
);
XmlSiteMapProvider.cs (2)
124
if (context == null || !context.Response.UsePathModifier || subNodes.
Count
== 0) {
129
SiteMapNodeCollection resultNodes = new SiteMapNodeCollection(subNodes.
Count
);