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