4 writes to _maxAsynxRecords
PresentationFramework (4)
System\Windows\Markup\XamlReader.cs (4)
434
_maxAsynxRecords
= (int)xamlReader.Value;
438
_maxAsynxRecords
= Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS);
607
_maxAsynxRecords
= (int)xamlReader.Value;
611
_maxAsynxRecords
= Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS);
2 references to _maxAsynxRecords
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
584
int maxRecords =
_maxAsynxRecords
;
613
maxRecords =
_maxAsynxRecords
;