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