2 writes to InlineCount
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
4394textFlowData.InlineCount--; 6534textFlowData.InlineCount--;
4 references to InlineCount
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (4)
4392if (textFlowData.InlineCount > 0) 6519if (textFlowData.InlineCount > 0) 6532if (textFlowData.InlineCount > 0) 6574Debug.Assert(0 == textFlowData.InlineCount, "Text stack still has an inline count");