1 type derived from ViewBase
PresentationFramework (1)
System\Windows\Controls\GridView.cs (1)
27public class GridView : ViewBase, IAddChild
13 references to ViewBase
PresentationFramework (13)
System\Windows\Controls\ListView.cs (10)
69typeof(ViewBase), 78public ViewBase View 80get { return (ViewBase)GetValue(ViewProperty); } 88ViewBase oldView = (ViewBase)e.OldValue; 89ViewBase newView = (ViewBase)e.NewValue; 156ViewBase view = View; 247ViewBase newView = View; 287private ViewBase _previousView;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
823case 727: t = () => typeof(ViewBase); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
11118typeof(System.Windows.Controls.ViewBase),
System\Windows\Markup\KnownTypes.cs (1)
6281case KnownElements.ViewBase: t = typeof(System.Windows.Controls.ViewBase); break;