2 types derived from GridViewRowPresenterBase
PresentationFramework (2)
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
28
public class GridViewHeaderRowPresenter :
GridViewRowPresenterBase
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
25
public class GridViewRowPresenter :
GridViewRowPresenterBase
9 references to GridViewRowPresenterBase
PresentationFramework (9)
src\Framework\MS\Internal\Data\ObjectRef.cs (2)
497
parent = cp.Parent as System.Windows.Controls.Primitives.
GridViewRowPresenterBase
;
503
parent = ((child != null) ? child.Parent : null) as System.Windows.Controls.Primitives.
GridViewRowPresenterBase
;
src\Framework\MS\Internal\Helper.cs (1)
469
element = parent as System.Windows.Controls.Primitives.
GridViewRowPresenterBase
;
src\Framework\System\Windows\Controls\Primitives\GridViewRowPresenterBase.cs (3)
62
typeof(
GridViewRowPresenterBase
),
256
GridViewRowPresenterBase
c = (
GridViewRowPresenterBase
)d;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
355
case 263: t = () => typeof(
GridViewRowPresenterBase
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5020
typeof(System.Windows.Controls.Primitives.
GridViewRowPresenterBase
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5807
case KnownElements.GridViewRowPresenterBase: t = typeof(System.Windows.Controls.Primitives.
GridViewRowPresenterBase
); break;