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