5 references to SetLogicalParent
PresentationCore (5)
Core\CSharp\System\Windows\Input\KeyboardDevice.cs (1)
612FocusTreeState.SetLogicalParent(element, oldParent);
Core\CSharp\System\Windows\Input\MouseDevice.cs (2)
697MouseOverTreeState.SetLogicalParent(element, oldParent); 757MouseCaptureWithinTreeState.SetLogicalParent(element, oldParent);
Core\CSharp\System\Windows\Input\TouchDevice.cs (2)
539_capturedWithinTreeState.SetLogicalParent(element, oldParent); 908_directlyOverTreeState.SetLogicalParent(element, oldParent);