1 type derived from ViewBase
PresentationFramework (1)
System\Windows\Controls\GridView.cs (1)
25
public class GridView :
ViewBase
, IAddChild
13 references to ViewBase
PresentationFramework (13)
System\Windows\Controls\ListView.cs (10)
68
typeof(
ViewBase
),
77
public
ViewBase
View
79
get { return (
ViewBase
)GetValue(ViewProperty); }
87
ViewBase
oldView = (
ViewBase
)e.OldValue;
88
ViewBase
newView = (
ViewBase
)e.NewValue;
152
ViewBase
view = View;
243
ViewBase
newView = View;
283
private
ViewBase
_previousView;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
820
case 727: t = () => typeof(
ViewBase
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12353
typeof(System.Windows.Controls.
ViewBase
),
System\Windows\Markup\KnownTypes.cs (1)
6274
case KnownElements.ViewBase: t = typeof(System.Windows.Controls.
ViewBase
); break;