2 writes to _deferComplexPropertyDepth
PresentationFramework (2)
System\Windows\Markup\BamlRecordWriter.cs (2)
1483_deferComplexPropertyDepth++; 1492_deferComplexPropertyDepth--;
4 references to _deferComplexPropertyDepth
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (4)
324if(_deferComplexPropertyDepth > 0) 409Debug.Assert(_deferComplexPropertyDepth == 0); 1486if(_deferComplexPropertyDepth > 0) 1855get { return _deferEndOfStartReached && !_deferKeyCollecting && _deferComplexPropertyDepth <= 0; }