2 writes to _deferComplexPropertyDepth
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (2)
1477
_deferComplexPropertyDepth
++;
1486
_deferComplexPropertyDepth
--;
4 references to _deferComplexPropertyDepth
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\BamlRecordWriter.cs (4)
320
if(
_deferComplexPropertyDepth
> 0)
405
Debug.Assert(
_deferComplexPropertyDepth
== 0);
1480
if(
_deferComplexPropertyDepth
> 0)
1846
get { return _deferEndOfStartReached && !_deferKeyCollecting &&
_deferComplexPropertyDepth
<= 0; }