2 writes to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3066
_nStartIndexDefault
= -1;
3102
_nStartIndexDefault
= value;
2 references to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3098
return
_nStartIndexDefault
;
3122
return _nStartIndexOverride > 0 ? _nStartIndexOverride :
_nStartIndexDefault
;