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