src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
4709WriteText(textValue, null, XmlReader.Depth); // Text for IAddChild::AddText()
4769WriteText(textValue, null, XmlReader.Depth); // Text for object/string/IList ContentProperty
4782WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter
4800WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter
5022WriteText(textValue, null, XmlReader.Depth); // Text for (Complex collection property)::Add()
5114WriteText(textValue, null, XmlReader.Depth); // Text for property IList::Add()
5145WriteText( textValue, null, XmlReader.Depth ); // Text saved for Unknown purposes.