9 references to SetLogicalParent
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (1)
539FocusTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\MouseDevice.cs (2)
609MouseOverTreeState.SetLogicalParent(element, oldParent); 669MouseCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
744_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 837_stylusOverTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2305StylusOverTreeState.SetLogicalParent(element, oldParent); 2385StylusCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\TouchDevice.cs (2)
488_capturedWithinTreeState.SetLogicalParent(element, oldParent); 830_directlyOverTreeState.SetLogicalParent(element, oldParent);