Implemented interface members:
11 references to Count
PresentationCore (5)
MS\Internal\TextFormatting\SimpleTextLine.cs (1)
1465
|| (textRun.Properties.TextEffects != null && textRun.Properties.TextEffects.
Count
!= 0)
MS\Internal\TextFormatting\TextStore.cs (3)
292
if (textEffects != null && textEffects.
Count
!= 0)
506
Debug.Assert(textEffects != null && textEffects.
Count
!= 0);
513
int textEffectsCount = textEffects.
Count
;
System\Windows\Media\Generated\TextEffectCollection.cs (1)
502
for (int i=0; i<this.
Count
; i++)
PresentationFramework (6)
System\Windows\Controls\TextRangeAdaptor.cs (1)
53
return (effects != null && effects.
Count
> 0) ? AnimationStyle.Other : AnimationStyle.None;
System\Windows\Documents\TextEffectResolver.cs (3)
175
for (int i = 0; i < textEffects.
Count
; i++)
195
for (int i = 0; i < textEffects.
Count
; i++)
217
for (int i = 0; i < textEffects.
Count
; i++)
System\Windows\Documents\TextSchema.cs (2)
603
return effects2.
Count
== 0;
617
return effects1.
Count
== 0;