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)
3157return _nStartIndexDefault; 3181return _nStartIndexOverride > 0 ? _nStartIndexOverride : _nStartIndexDefault;