7 references to WriteText
PresentationBuildTasks (7)
Framework\System\Windows\Markup\XamlReaderHelper.cs (7)
4694WriteText(textValue, null, XmlReader.Depth); // Text for IAddChild::AddText() 4741WriteText(textValue, null, XmlReader.Depth); // Text for object/string/IList ContentProperty 4754WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 4772WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 4976WriteText(textValue, null, XmlReader.Depth); // Text for (Complex collection property)::Add() 5068WriteText(textValue, null, XmlReader.Depth); // Text for property IList::Add() 5099WriteText( textValue, null, XmlReader.Depth ); // Text saved for Unknown purposes.