问题
I'm using WindowStartupLocation.Manual to open a window on my app and I wonder if there is a way to tell Windows to ignore that location and do not open the next window after this one (where it is not mentioned a specific location for it) following my window's location..
"Setting the WindowStartupLocation property to Manual causes a window to be positioned according to its Left and Top property values. If either the Left or Top properties aren't specified, their values are determined by Windows."
来源:https://stackoverflow.com/questions/61613124/is-there-a-way-to-get-windows-to-ignore-the-manual-windowstartuplocation-im-usi