1 write to _textEffects
PresentationCore (1)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
95
_textEffects
= textEffects;
3 references to _textEffects
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (3)
250
if (
_textEffects
!= null)
253
for (int i = 0; i <
_textEffects
.Count; i++)
256
TextEffect textEffect =
_textEffects
[i];