2 writes to _deferComplexPropertyDepth
PresentationBuildTasks (2)
Framework\System\Windows\Markup\BamlRecordWriter.cs (2)
1492_deferComplexPropertyDepth++; 1501_deferComplexPropertyDepth--;
4 references to _deferComplexPropertyDepth
PresentationBuildTasks (4)
Framework\System\Windows\Markup\BamlRecordWriter.cs (4)
331if(_deferComplexPropertyDepth > 0) 417Debug.Assert(_deferComplexPropertyDepth == 0); 1495if(_deferComplexPropertyDepth > 0) 1866get { return _deferEndOfStartReached && !_deferKeyCollecting && _deferComplexPropertyDepth <= 0; }