7 references to WriteText
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
4704WriteText(textValue, null, XmlReader.Depth); // Text for IAddChild::AddText() 4764WriteText(textValue, null, XmlReader.Depth); // Text for object/string/IList ContentProperty 4777WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 4795WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 5017WriteText(textValue, null, XmlReader.Depth); // Text for (Complex collection property)::Add() 5109WriteText(textValue, null, XmlReader.Depth); // Text for property IList::Add() 5140WriteText( textValue, null, XmlReader.Depth ); // Text saved for Unknown purposes.