2 writes to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3065
_nStartIndexDefault
= -1;
3101
_nStartIndexDefault
= value;
2 references to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3097
return
_nStartIndexDefault
;
3121
return _nStartIndexOverride > 0 ? _nStartIndexOverride :
_nStartIndexDefault
;