4 writes to _maxAsynxRecords
PresentationFramework (4)
System\Windows\Markup\XamlReader.cs (4)
431_maxAsynxRecords = (int)xamlReader.Value; 435_maxAsynxRecords = Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS); 604_maxAsynxRecords = (int)xamlReader.Value; 608_maxAsynxRecords = Int32.Parse(xamlReader.Value as String, TypeConverterHelper.InvariantEnglishUS);
2 references to _maxAsynxRecords
PresentationFramework (2)
System\Windows\Markup\XamlReader.cs (2)
581int maxRecords = _maxAsynxRecords; 610maxRecords = _maxAsynxRecords;