src\Framework\System\Windows\Documents\TextRangeSerialization.cs (5)
1104string complexPropertyXml = System.Windows.Markup.XamlWriter.Save(propertyEntry.Value);
1601ApplyContextualProperty(typeof(Block), start, end, property, propertyEntry.Value);
1605ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1610ApplyContextualProperty(typeof(Inline), start, end, property, propertyEntry.Value);
1614ApplyContextualProperty(typeof(Block), start, end, property, propertyEntry.Value);