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