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