11 references to ItemsSourceProperty
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataGrid.cs (1)
52
ItemsSourceProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
src\Framework\System\Windows\Controls\DataGridComboBoxColumn.cs (3)
374
ComboBox.
ItemsSourceProperty
.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent));
444
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
ItemsSourceProperty
, ItemsSourceProperty);
526
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
ItemsSourceProperty
, ItemsSourceProperty);
src\Framework\System\Windows\Controls\HeaderedItemsControl.cs (2)
428
if (hTemplate.ItemsSource != null && !HasNonDefaultValue(
ItemsSourceProperty
))
430
SetBinding(
ItemsSourceProperty
, hTemplate.ItemsSource);
src\Framework\System\Windows\Controls\ItemsControl.cs (3)
199
BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(d,
ItemsSourceProperty
);
251
ClearValue(
ItemsSourceProperty
);
255
SetValue(
ItemsSourceProperty
, value);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3074
DependencyProperty dp = System.Windows.Controls.ItemsControl.
ItemsSourceProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1845
return System.Windows.Controls.ItemsControl.
ItemsSourceProperty
;