7 references to WriteText
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
4707WriteText(textValue, null, XmlReader.Depth); // Text for IAddChild::AddText() 4767WriteText(textValue, null, XmlReader.Depth); // Text for object/string/IList ContentProperty 4780WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 4798WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 5020WriteText(textValue, null, XmlReader.Depth); // Text for (Complex collection property)::Add() 5112WriteText(textValue, null, XmlReader.Depth); // Text for property IList::Add() 5143WriteText( textValue, null, XmlReader.Depth ); // Text saved for Unknown purposes.