2 instantiations of GridView
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4947bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.GridView(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1309case KnownElements.GridView: o = new System.Windows.Controls.GridView(); break;
41 references to GridView
PresentationFramework (41)
src\Framework\System\Windows\Automation\Peers\GridViewAutomationPeer.cs (2)
36public GridViewAutomationPeer(GridView owner, ListView listview) 327private GridView _owner;
src\Framework\System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (3)
111if (listview != null && listview.View is GridView) 113GridView gridview = listview.View as GridView;
src\Framework\System\Windows\Controls\GridView.cs (14)
194typeof(GridView)); 209GridView gridView = listView.View as GridView; 252typeof(GridView) 275typeof(GridView), 292GridView dv = (GridView)d; 309typeof(GridView), 330GridView dv = (GridView)d; 347typeof(GridView) 371typeof(GridView), 396typeof(GridView) 419typeof(GridView)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (9)
56GridView.ColumnHeaderContainerStyleProperty.AddOwner( 79GridView.ColumnHeaderTemplateProperty.AddOwner( 102GridView.ColumnHeaderTemplateSelectorProperty.AddOwner( 129GridView.ColumnHeaderStringFormatProperty.AddOwner( 156GridView.AllowsColumnReorderProperty.AddOwner( 177GridView.ColumnHeaderContextMenuProperty.AddOwner( 200GridView.ColumnHeaderToolTipProperty.AddOwner( 1069if (lv != null && lv.View != null && lv.View is GridView) 1071((GridView)lv.View).HeaderRowPresenter = this;
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
1266SetValue(GridViewRowPresenter.ColumnsProperty, new TemplateBindingExtension(GridView.ColumnCollectionProperty));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
350case 258: t = () => typeof(GridView); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4650Type type = typeof(System.Windows.Controls.GridView); 4652this.GetXamlType(typeof(System.Windows.Controls.GridView)), // DeclaringType 4658bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.GridView)target).Columns; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4945typeof(System.Windows.Controls.GridView),
src\Framework\System\Windows\Markup\KnownTypes.cs (2)
2493case KnownElements.GridView: return (o as System.Windows.Controls.GridView).Columns; 5802case KnownElements.GridView: t = typeof(System.Windows.Controls.GridView); break;
src\Framework\System\Windows\SystemKeyConverter.cs (1)
208return typeof(GridView);
src\Framework\System\Windows\SystemResourceKey.cs (3)
1734return GridView.GridViewScrollViewerStyleKey; 1737return GridView.GridViewStyleKey; 1740return GridView.GridViewItemContainerStyleKey;
src\Framework\System\Windows\TemplateContent.cs (1)
1428propertyValue.ValueInternal = new TemplateBindingExtension(GridView.ColumnCollectionProperty);