4 writes to _maxAsynxRecords
PresentationFramework (4)
src\Framework\System\Windows\Markup\XamlReader.cs (4)
347
_maxAsynxRecords
= (int)xamlReader.Value;
351
_maxAsynxRecords
= Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS);
522
_maxAsynxRecords
= (int)xamlReader.Value;
526
_maxAsynxRecords
= Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS);
2 references to _maxAsynxRecords
PresentationFramework (2)
src\Framework\System\Windows\Markup\XamlReader.cs (2)
499
int maxRecords =
_maxAsynxRecords
;
528
maxRecords =
_maxAsynxRecords
;