1 write to InAlternateContent
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (1)
1180
Scope.
InAlternateContent
= true;
5 references to InAlternateContent
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (5)
272
if (Scope.
InAlternateContent
)
1163
if (Scope.
InAlternateContent
)
1200
if (!Scope.
InAlternateContent
)
1316
if (!Scope.
InAlternateContent
)
1717
result = _previous.
InAlternateContent
;