2 types derived from GridViewRowPresenterBase
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
23public class GridViewHeaderRowPresenter : GridViewRowPresenterBase
System\Windows\Controls\GridViewRowPresenter.cs (1)
19public class GridViewRowPresenter : GridViewRowPresenterBase
9 references to GridViewRowPresenterBase
PresentationFramework (9)
MS\Internal\Data\ObjectRef.cs (2)
481parent = cp.Parent as System.Windows.Controls.Primitives.GridViewRowPresenterBase; 487parent = ((child != null) ? child.Parent : null) as System.Windows.Controls.Primitives.GridViewRowPresenterBase;
MS\Internal\Helper.cs (1)
451element = parent as System.Windows.Controls.Primitives.GridViewRowPresenterBase;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (3)
57typeof(GridViewRowPresenterBase), 251GridViewRowPresenterBase c = (GridViewRowPresenterBase)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
357case 263: t = () => typeof(GridViewRowPresenterBase); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5022typeof(System.Windows.Controls.Primitives.GridViewRowPresenterBase),
System\Windows\Markup\KnownTypes.cs (1)
5817case KnownElements.GridViewRowPresenterBase: t = typeof(System.Windows.Controls.Primitives.GridViewRowPresenterBase); break;