2 writes to _deferComplexPropertyDepth
PresentationFramework (2)
System\Windows\Markup\BamlRecordWriter.cs (2)
1478_deferComplexPropertyDepth++; 1487_deferComplexPropertyDepth--;
4 references to _deferComplexPropertyDepth
PresentationFramework (4)
System\Windows\Markup\BamlRecordWriter.cs (4)
321if(_deferComplexPropertyDepth > 0) 406Debug.Assert(_deferComplexPropertyDepth == 0); 1481if(_deferComplexPropertyDepth > 0) 1850get { return _deferEndOfStartReached && !_deferKeyCollecting && _deferComplexPropertyDepth <= 0; }