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