1 write to _start
PresentationBuildTasks (1)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (1)
2438_start = current;
5 references to _start
PresentationBuildTasks (5)
src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlReaderHelper.cs (5)
2500return _text.Substring(_start, _current - _start); 2509int len = _current - _start; 2510return len == value.Length && String.CompareOrdinal(value, 0, _text, _start, len) == 0; 2513public int Start { get { return _start; } }