2 references to IsAncestorOf
PresentationFramework (2)
System\Windows\Controls\DataGridHelper.cs (2)
567
return VisualTreeHelper.
IsAncestorOf
(element, contextElement, typeof(T));
660
VisualTreeHelper.
IsAncestorOf
(cell, targetElement, typeof(DataGridCell)))