14 references to ItemsSourceProperty
PresentationFramework (11)
System\Windows\Controls\DataGrid.cs (1)
51
ItemsSourceProperty
.OverrideMetadata(ownerType, new FrameworkPropertyMetadata((PropertyChangedCallback)null, OnCoerceItemsSourceProperty));
System\Windows\Controls\DataGridComboBoxColumn.cs (3)
373
ComboBox.
ItemsSourceProperty
.AddOwner(typeof(DataGridComboBoxColumn), new FrameworkPropertyMetadata(null, DataGridColumn.NotifyPropertyChangeForRefreshContent));
443
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
ItemsSourceProperty
, ItemsSourceProperty);
525
DataGridHelper.SyncColumnProperty(this, comboBox, ComboBox.
ItemsSourceProperty
, ItemsSourceProperty);
System\Windows\Controls\HeaderedItemsControl.cs (2)
432
if (hTemplate.ItemsSource != null && !HasNonDefaultValue(
ItemsSourceProperty
))
434
SetBinding(
ItemsSourceProperty
, hTemplate.ItemsSource);
System\Windows\Controls\ItemsControl.cs (3)
198
BindingExpressionBase beb = BindingOperations.GetBindingExpressionBase(d,
ItemsSourceProperty
);
249
ClearValue(
ItemsSourceProperty
);
253
SetValue(
ItemsSourceProperty
, value);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3082
DependencyProperty dp = System.Windows.Controls.ItemsControl.
ItemsSourceProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1844
return System.Windows.Controls.ItemsControl.
ItemsSourceProperty
;
System.Windows.Controls.Ribbon (3)
Microsoft\Windows\Controls\Ribbon\RibbonGallery.cs (2)
117
_filterMenuButton.SetBinding(RibbonMenuButton.
ItemsSourceProperty
, itemsSourceBinding);
1231
Binding binding = BindingOperations.GetBinding(itemsControl,
ItemsSourceProperty
);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1697
new PropertyAndTransferMode () { Property = ItemsControl.
ItemsSourceProperty
, Mode = TransferMode.AlwaysTransfer },