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