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