7 references to WriteText
PresentationBuildTasks (7)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (7)
4714WriteText(textValue, null, XmlReader.Depth); // Text for IAddChild::AddText() 4774WriteText(textValue, null, XmlReader.Depth); // Text for object/string/IList ContentProperty 4787WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 4805WriteText(textValue, converterType, XmlReader.Depth); // Text for TypeConverter 5027WriteText(textValue, null, XmlReader.Depth); // Text for (Complex collection property)::Add() 5119WriteText(textValue, null, XmlReader.Depth); // Text for property IList::Add() 5150WriteText( textValue, null, XmlReader.Depth ); // Text saved for Unknown purposes.