3 references to ContainsLeadingSpace
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (1)
824
else if(XamlXmlWriter.
ContainsLeadingSpace
(value) && isFirstElementOfCollection)
System\Xaml\XamlXmlWriter.cs (2)
296
return
ContainsLeadingSpace
(s)
1281
if (
ContainsLeadingSpace
(value) && writer.isFirstElementOfWhitespaceSignificantCollection)