5 references to Properties
PresentationCore (5)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
539
return _runInfo.
Properties
;
MS\Internal\TextFormatting\TextStore.cs (4)
291
TextEffectCollection textEffects = (runInfo.
Properties
!= null) ? runInfo.
Properties
.TextEffects : null;
931
CultureInfo culture = CultureMapper.GetSpecificCulture(currentRunInfo.
Properties
== null ? null : currentRunInfo.
Properties
.CultureInfo);