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)
331
if(
_deferComplexPropertyDepth
> 0)
417
Debug.Assert(
_deferComplexPropertyDepth
== 0);
1495
if(
_deferComplexPropertyDepth
> 0)
1866
get { return _deferEndOfStartReached && !_deferKeyCollecting &&
_deferComplexPropertyDepth
<= 0; }