Implemented interface members:
property
Count
System.Collections.Generic.ICollection<T>.Count
property
Count
System.Collections.ICollection.Count
11 references to Count
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1479|| (textRun.Properties.TextEffects != null && textRun.Properties.TextEffects.Count != 0)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
296if (textEffects != null && textEffects.Count != 0) 512Debug.Assert(textEffects != null && textEffects.Count != 0); 519int textEffectsCount = textEffects.Count;
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
518for (int i=0; i<this.Count; i++)
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
61return (effects != null && effects.Count > 0) ? AnimationStyle.Other : AnimationStyle.None;
src\Framework\System\Windows\Documents\TextEffectResolver.cs (3)
187for (int i = 0; i < textEffects.Count; i++) 207for (int i = 0; i < textEffects.Count; i++) 229for (int i = 0; i < textEffects.Count; i++)
src\Framework\System\Windows\Documents\TextSchema.cs (2)
605return effects2.Count == 0; 619return effects1.Count == 0;