1 write to _columnHeaderDropSeparatorStyleKey
PresentationFramework (1)
System\Windows\SystemResourceKey.cs (1)
2078
_columnHeaderDropSeparatorStyleKey
= new ComponentResourceKey(typeof(DataGrid), "ColumnHeaderDropSeparatorStyleKey");
2 references to _columnHeaderDropSeparatorStyleKey
PresentationFramework (2)
System\Windows\SystemResourceKey.cs (2)
2076
if (
_columnHeaderDropSeparatorStyleKey
== null)
2081
return
_columnHeaderDropSeparatorStyleKey
;