2 writes to InlineCount
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
4402
textFlowData.
InlineCount
--;
6544
textFlowData.
InlineCount
--;
4 references to InlineCount
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (4)
4400
if (textFlowData.
InlineCount
> 0)
6529
if (textFlowData.
InlineCount
> 0)
6542
if (textFlowData.
InlineCount
> 0)
6584
Debug.Assert(0 == textFlowData.
InlineCount
, "Text stack still has an inline count");