16 references to NotifyPropertyChangeForRefreshContent
PresentationFramework (16)
System\Windows\Controls\DataGridBoundColumn.cs (2)
132
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
152
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
System\Windows\Controls\DataGridCheckBoxColumn.cs (1)
147
new FrameworkPropertyMetadata(false, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
369
ComboBox.ItemsSourceProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
386
ComboBox.DisplayMemberPathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
401
ComboBox.SelectedValuePathProperty.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(string.Empty, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
System\Windows\Controls\DataGridHyperlinkColumn.cs (1)
31
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
System\Windows\Controls\DataGridTemplateColumn.cs (4)
69
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
87
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
106
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
125
new FrameworkPropertyMetadata(null, new PropertyChangedCallback(DataGridColumn.
NotifyPropertyChangeForRefreshContent
)));
System\Windows\Controls\DataGridTextColumn.cs (5)
299
new FrameworkPropertyMetadata(SystemFonts.MessageFontFamily, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
320
new FrameworkPropertyMetadata(SystemFonts.ThemeMessageFontSize, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
343
new FrameworkPropertyMetadata(SystemFonts.MessageFontStyle, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
364
new FrameworkPropertyMetadata(SystemFonts.MessageFontWeight, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));
385
new FrameworkPropertyMetadata(SystemColors.ControlTextBrush, FrameworkPropertyMetadataOptions.Inherits, DataGridColumn.
NotifyPropertyChangeForRefreshContent
));