2 writes to InlineCount
PresentationBuildTasks (2)
Framework\System\Windows\Markup\XamlReaderHelper.cs (2)
4398
textFlowData.
InlineCount
--;
6493
textFlowData.
InlineCount
--;
4 references to InlineCount
PresentationBuildTasks (4)
Framework\System\Windows\Markup\XamlReaderHelper.cs (4)
4396
if (textFlowData.
InlineCount
> 0)
6478
if (textFlowData.
InlineCount
> 0)
6491
if (textFlowData.
InlineCount
> 0)
6533
Debug.Assert(0 == textFlowData.
InlineCount
, "Text stack still has an inline count");