2 references to DropLocationIndicatorStyleProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGrid.cs (2)
8174get { return (Style)GetValue(DropLocationIndicatorStyleProperty); } 8175set { SetValue(DropLocationIndicatorStyleProperty, value); }