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