4 references to CollectingValues
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (4)
297
else if (
CollectingValues
&& KnownTypes.Types[(int)KnownElements.StaticResourceExtension] == xamlElementNode.ElementType)
311
else if (
CollectingValues
&& KnownTypes.Types[(int)KnownElements.DynamicResourceExtension] == xamlElementNode.ElementType)
1138
if (_deferLoadingSupport && _deferElementDepth > 0 &&
CollectingValues
&&
1657
Debug.Assert(_deferElementDepth > 0 &&
CollectingValues
,