1 write to _rowDetailsScrollingConverter
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
1495
_rowDetailsScrollingConverter
= new BooleanToSelectiveScrollingOrientationConverter();
2 references to _rowDetailsScrollingConverter
PresentationFramework (2)
System\Windows\Controls\DataGrid.cs (2)
1493
if (
_rowDetailsScrollingConverter
== null)
1498
return
_rowDetailsScrollingConverter
;