2 writes to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3067
_nStartIndexDefault
= -1;
3103
_nStartIndexDefault
= value;
2 references to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3099
return
_nStartIndexDefault
;
3123
return _nStartIndexOverride > 0 ? _nStartIndexOverride :
_nStartIndexDefault
;