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)
296
if (textEffects != null && textEffects.
Count
!= 0)
512
Debug.Assert(textEffects != null && textEffects.
Count
!= 0);
519
int textEffectsCount = textEffects.
Count
;
Core\CSharp\System\Windows\Media\Generated\TextEffectCollection.cs (1)
518
for (int i=0; i<this.
Count
; i++)
PresentationFramework (6)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
61
return (effects != null && effects.
Count
> 0) ? AnimationStyle.Other : AnimationStyle.None;
src\Framework\System\Windows\Documents\TextEffectResolver.cs (3)
187
for (int i = 0; i < textEffects.
Count
; i++)
207
for (int i = 0; i < textEffects.
Count
; i++)
229
for (int i = 0; i < textEffects.
Count
; i++)
src\Framework\System\Windows\Documents\TextSchema.cs (2)
605
return effects2.
Count
== 0;
619
return effects1.
Count
== 0;