3 references to OnNotifyGridLinePropertyChanged
PresentationFramework (3)
System\Windows\Controls\DataGrid.cs (3)
693
new FrameworkPropertyMetadata(DataGridGridLinesVisibility.All, new PropertyChangedCallback(
OnNotifyGridLinePropertyChanged
)));
712
new FrameworkPropertyMetadata(Brushes.Black, new PropertyChangedCallback(
OnNotifyGridLinePropertyChanged
)));
731
new FrameworkPropertyMetadata(Brushes.Black, new PropertyChangedCallback(
OnNotifyGridLinePropertyChanged
)));