2 writes to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3066_nStartIndexDefault = -1; 3102_nStartIndexDefault = value;
2 references to _nStartIndexDefault
PresentationFramework (2)
System\Windows\Documents\RtfToXamlReader.cs (2)
3098return _nStartIndexDefault; 3122return _nStartIndexOverride > 0 ? _nStartIndexOverride : _nStartIndexDefault;