Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
25 references to Count
PresentationCore (11)
Core\CSharp\MS\Internal\TextFormatting\FullTextLine.cs (1)
241if (_paragraphTextDecorations.Count != 0)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
303for (int i = 0; i < textDecorations.Count; i++)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (3)
108|| (pap.TextDecorations != null && pap.TextDecorations.Count != 0) 1491&& textDecorations.Count != 0 1581if (textDecorations != null && textDecorations.Count == 1 )
Core\CSharp\system\windows\generated\TextDecorationCollection.cs (1)
509for (int i=0; i<this.Count; i++)
Core\CSharp\system\windows\TextDecorationCollection.cs (4)
57if ( this.Count != textDecorations.Count) 63for (int i = 0; i < this.Count; i++) 115for (int i = result.Count -1; i >= 0; --i)
Core\CSharp\system\windows\TextDecorationCollectionConverter.cs (1)
124if (textDecorations.Count > 0 || index < text.Length)
PresentationFramework (14)
src\Framework\MS\Internal\PtsHost\LineBase.cs (3)
212if (inlineTextDecorations == null || inlineTextDecorations.Count == 0) 233if (inlineTextDecorations == null || inlineTextDecorations.Count == 0) 290if (textDecorations == null || textDecorations.Count == 0)
src\Framework\MS\Internal\Text\ComplexLine.cs (3)
437if (inlineTextDecorations == null || inlineTextDecorations.Count == 0) 458if (inlineTextDecorations == null || inlineTextDecorations.Count == 0) 511if (textDecorations == null || textDecorations.Count == 0)
src\Framework\MS\Internal\Text\DynamicPropertyReader.cs (1)
102int count = parentTextDecorations.Count;
src\Framework\MS\Internal\Text\TextSpanModifier.cs (2)
89if (properties == null || _modifierDecorations == null || _modifierDecorations.Count == 0) 112if (runDecorations == null || runDecorations.Count == 0)
src\Framework\System\Windows\Documents\DPTypeDescriptorContext.cs (1)
113else if (textDecorations.Count == 0)
src\Framework\System\Windows\Documents\TextSchema.cs (3)
355return (value is TextDecorationCollection) && ((TextDecorationCollection)value).Count > 0; 600return decorations2.Count == 0; 614return decorations1.Count == 0;
src\Framework\System\Windows\SystemFonts.cs (1)
498int count = from.Count;