9 references to SetLogicalParent
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (1)
530FocusTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\MouseDevice.cs (2)
614MouseOverTreeState.SetLogicalParent(element, oldParent); 674MouseCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
742_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 835_stylusOverTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2292StylusOverTreeState.SetLogicalParent(element, oldParent); 2372StylusCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\TouchDevice.cs (2)
488_capturedWithinTreeState.SetLogicalParent(element, oldParent); 830_directlyOverTreeState.SetLogicalParent(element, oldParent);