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