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