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