9 references to SetLogicalParent
PresentationCore (9)
System\Windows\Input\KeyboardDevice.cs (1)
572FocusTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\MouseDevice.cs (2)
646MouseOverTreeState.SetLogicalParent(element, oldParent); 706MouseCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Pointer\PointerLogic.cs (2)
759_stylusCaptureWithinTreeState.SetLogicalParent(element, oldParent); 852_stylusOverTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2301StylusOverTreeState.SetLogicalParent(element, oldParent); 2381StylusCaptureWithinTreeState.SetLogicalParent(element, oldParent);
System\Windows\Input\TouchDevice.cs (2)
500_capturedWithinTreeState.SetLogicalParent(element, oldParent); 842_directlyOverTreeState.SetLogicalParent(element, oldParent);