1 write to _rowDetailsScrollingConverter
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
1485
_rowDetailsScrollingConverter
= new BooleanToSelectiveScrollingOrientationConverter();
2 references to _rowDetailsScrollingConverter
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1483
if (
_rowDetailsScrollingConverter
== null)
1488
return
_rowDetailsScrollingConverter
;