2 writes to _nStartIndexDefault
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3125
_nStartIndexDefault
= -1;
3161
_nStartIndexDefault
= value;
2 references to _nStartIndexDefault
PresentationFramework (2)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (2)
3157
return
_nStartIndexDefault
;
3181
return _nStartIndexOverride > 0 ? _nStartIndexOverride :
_nStartIndexDefault
;