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