2 writes to _stripLeadingSpaces
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
5325_stripLeadingSpaces = true; 5343set { _stripLeadingSpaces = value; }
1 reference to _stripLeadingSpaces
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
5342get { return _stripLeadingSpaces; }