Implemented interface members:
11 references to Count
PresentationCore (5)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1456
|| (textRun.Properties.TextEffects != null && textRun.Properties.TextEffects.
Count
!= 0)
MS\Internal\TextFormatting\TextStore.cs (3)
277
if (textEffects != null && textEffects.
Count
!= 0)
491
Debug.Assert(textEffects != null && textEffects.
Count
!= 0);
498
int textEffectsCount = textEffects.
Count
;
System\Windows\Media\Generated\TextEffectCollection.cs (1)
471
for (int i=0; i<this.
Count
; i++)
PresentationFramework (6)
System\Windows\Controls\TextRangeAdaptor.cs (1)
51
return (effects != null && effects.
Count
> 0) ? AnimationStyle.Other : AnimationStyle.None;
System\Windows\Documents\TextEffectResolver.cs (3)
171
for (int i = 0; i < textEffects.
Count
; i++)
191
for (int i = 0; i < textEffects.
Count
; i++)
213
for (int i = 0; i < textEffects.
Count
; i++)
System\Windows\Documents\TextSchema.cs (2)
602
return effects2.
Count
== 0;
616
return effects1.
Count
== 0;