3 references to Properties
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesRun.cs (1)
524return _runInfo.Properties;
MS\Internal\TextFormatting\TextStore.cs (2)
275TextEffectCollection textEffects = runInfo.Properties?.TextEffects; 915CultureInfo culture = CultureMapper.GetSpecificCulture(currentRunInfo.Properties?.CultureInfo);