5 references to IsDescendantOf
PresentationCore (2)
System\Windows\Media\Visual.cs (1)
4148
return visual3D.
IsDescendantOf
(this);
System\Windows\Media3D\Visual3D.cs (1)
1314
return visual3D.
IsDescendantOf
(this);
PresentationFramework (3)
System\Windows\Controls\PopupControlService.cs (1)
714
(v is Visual3D && ((Visual3D)v).
IsDescendantOf
(_currentToolTip)));
System\windows\Documents\TextEditorMouse.cs (1)
783
if(hitTestResult.VisualHit is Visual3D) check = ((Visual3D)hitTestResult.VisualHit).
IsDescendantOf
(renderScope);
System\Windows\Input\KeyboardNavigation.cs (1)
1607
if (visual3DFocusedElement != e && visual3DFocusedElement.
IsDescendantOf
(e))