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