6 references to ColumnCollectionProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\GridView.cs (4)
173return (GridViewColumnCollection)element.GetValue(ColumnCollectionProperty); 184element.SetValue(ColumnCollectionProperty, collection); 213GridViewColumnCollection localValue = listViewItem.ReadLocalValue(ColumnCollectionProperty) as GridViewColumnCollection; 463item.ClearValue(ColumnCollectionProperty);
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1266SetValue(GridViewRowPresenter.ColumnsProperty, new TemplateBindingExtension(GridView.ColumnCollectionProperty));
src\Framework\System\Windows\TemplateContent.cs (1)
1428propertyValue.ValueInternal = new TemplateBindingExtension(GridView.ColumnCollectionProperty);