2 writes to _stripLeadingSpaces
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5376_stripLeadingSpaces = true; 5394set { _stripLeadingSpaces = value; }
1 reference to _stripLeadingSpaces
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
5393get { return _stripLeadingSpaces; }