7 references to WriteText
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
4708WriteText(textValue, null, XmlReader.Depth); // Text for IAddChild::AddText() 4768WriteText(textValue, null, XmlReader.Depth); // Text for object/string/IList ContentProperty 4781WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 4799WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 5021WriteText(textValue, null, XmlReader.Depth); // Text for (Complex collection property)::Add() 5113WriteText(textValue, null, XmlReader.Depth); // Text for property IList::Add() 5144WriteText( textValue, null, XmlReader.Depth ); // Text saved for Unknown purposes.