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