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