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