16 references to NotifyPropertyChangeForRefreshContent
PresentationFramework (16)
System\Windows\Controls\DataGridBoundColumn.cs (2)
131
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
151
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
146
new FrameworkPropertyMetadata(false, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
368
ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
385
ComboBox.DisplayMemberPathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
400
ComboBox.SelectedValuePathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
30
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
System\Windows\Controls\DataGridTemplateColumn.cs (4)
68
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
86
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
105
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
124
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
System\Windows\Controls\DataGridTextColumn.cs (5)
298
new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
319
new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
342
new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
363
new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
384
new FrameworkPropertyMetadata(SystemColors.ControlTextBrush, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));