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