9 references to SetLogicalParent
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (1)
538FocusTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\MouseDevice.cs (2)
608MouseOverTreeState.SetLogicalParent(element, oldParent); 668MouseCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
743_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 836_stylusOverTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2304StylusOverTreeState.SetLogicalParent(element, oldParent); 2384StylusCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\TouchDevice.cs (2)
487_capturedWithinTreeState.SetLogicalParent(element, oldParent); 829_directlyOverTreeState.SetLogicalParent(element, oldParent);