12 references to View
PresentationFramework (12)
System\Windows\Automation\Peers\GridViewCellAutomationPeer.cs (2)
114if (listview != null && listview.View is GridView) 116GridView gridview = listview.View as GridView;
System\Windows\Controls\GridView.cs (1)
207GridView gridView = listView.View as GridView;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (3)
1066if (lv != null && lv.View != null && lv.View is GridView) 1068((GridView)lv.View).HeaderRowPresenter = this;
System\Windows\Controls\ListView.cs (6)
156ViewBase view = View; 226if (lvPeer != null && View != null) 228lvPeer.ViewAutomationPeer = View.GetAutomationPeer(this); 247ViewBase newView = View; 273if (!HasTemplateGeneratedSubTree && View != null) 275View.OnThemeChanged();