2 writes to _inlineCount
PresentationBuildTasks (2)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (2)
5377
_inlineCount
= 0;
5412
set {
_inlineCount
= value; }
1 reference to _inlineCount
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
5411
get { return
_inlineCount
; }