Implemented interface member:
15 references to Count
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.CodeDom\Compiler\CodeCompiler.cs (1)
297
if (e.ReferencedAssemblies.
Count
> 0)
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
4205
if (e.ReferencedAssemblies.
Count
> 0)
FrameworkFork\System.Web.Services\Services\Description\WebReferenceOptions.cs (1)
252
for (int ia = 0; ia < a.
Count
; ia++)
PresentationCore (4)
System\Windows\clipboard.cs (2)
281
if (fileDropList.
Count
== 0)
300
fileDropListStrings = new string[fileDropList.
Count
];
System\Windows\dataobject.cs (2)
473
if (fileDropList.
Count
== 0)
492
fileDropListStrings = new string[fileDropList.
Count
];
System.CodeDom (2)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
3090
if (e.ReferencedAssemblies.
Count
> 0)
System\CodeDom\Compiler\CodeCompiler.cs (1)
199
if (e.ReferencedAssemblies.
Count
> 0)
System.Configuration.ConfigurationManager (1)
System\Configuration\StringAttributeCollection.cs (1)
56
if (
Count
<= 0) return null;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonTab.cs (1)
506
while (_groupReduceOrderLocation < GroupSizeReductionOrder.
Count
- 1 && !resizeSuccessful)
Microsoft\Windows\Controls\Ribbon\StringCollectionConverter.cs (1)
115
int count = stringCollectionValue.
Count
;
System.Windows.Forms (2)
System\Windows\Forms\ImageKeyConverter.cs (1)
163
for (int i = 0; i < imageKeys.
Count
; i++)
System\Windows\Forms\OLE\Clipboard.cs (1)
491
string[] filePathsArray = new string[filePaths.
Count
];
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ImageCollectionCodeDomSerializer.cs (1)
57
for (int i = 0; i < imageKeys.
Count
; i++)