2 types derived from GridViewRowPresenterBase
PresentationFramework (2)
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
22public class GridViewHeaderRowPresenter : GridViewRowPresenterBase
System\Windows\Controls\GridViewRowPresenter.cs (1)
18public class GridViewRowPresenter : GridViewRowPresenterBase
9 references to GridViewRowPresenterBase
PresentationFramework (9)
MS\Internal\Data\ObjectRef.cs (2)
480parent = cp.Parent as System.Windows.Controls.Primitives.GridViewRowPresenterBase; 486parent = (child?.Parent) as System.Windows.Controls.Primitives.GridViewRowPresenterBase;
MS\Internal\Helper.cs (1)
450element = parent as System.Windows.Controls.Primitives.GridViewRowPresenterBase;
System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (3)
56typeof(GridViewRowPresenterBase), 250GridViewRowPresenterBase c = (GridViewRowPresenterBase)d;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
356case 263: t = () => typeof(GridViewRowPresenterBase); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5467typeof(System.Windows.Controls.Primitives.GridViewRowPresenterBase),
System\Windows\Markup\KnownTypes.cs (1)
5810case KnownElements.GridViewRowPresenterBase: t = typeof(System.Windows.Controls.Primitives.GridViewRowPresenterBase); break;