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)
2509
return _text.Substring(
_start
, _current -
_start
);
2518
int len = _current -
_start
;
2519
return len == value.Length && String.CompareOrdinal(value, 0, _text,
_start
, len) == 0;
2522
public int Start { get { return
_start
; } }