1 write to _start
PresentationBuildTasks (1)
Framework\System\Windows\Markup\XamlReaderHelper.cs (1)
2447_start = current;
5 references to _start
PresentationBuildTasks (5)
Framework\System\Windows\Markup\XamlReaderHelper.cs (5)
2509return _text.Substring(_start, _current - _start); 2518int len = _current - _start; 2519return len == value.Length && String.CompareOrdinal(value, 0, _text, _start, len) == 0; 2522public int Start { get { return _start; } }