]> git.smokeofanarchy.ru Git - space-station-14.git/commit
Cleanup - Use `RemoveAllChildren()` over `DisposeAllChildren()` (#39848)
authorLordCarve <27449516+LordCarve@users.noreply.github.com>
Tue, 23 Sep 2025 03:40:48 +0000 (05:40 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Sep 2025 03:40:48 +0000 (15:40 +1200)
commita3ddba6f4248a3c568cf76a7260ab58b3709cf8a
tree353f33937f9bc63c3e978d86f71d9e9487d76044
parentfd40888b0e9e9c6529afd82330c9026f6f476c75
Cleanup - Use `RemoveAllChildren()` over `DisposeAllChildren()` (#39848)

* Content - change the (should-be-obsolete) DisposeAllChildren into the more robust RemoveAllChildren.

* Remove duplicate calls.

---------

Co-authored-by: ElectroJr <leonsfriedrich@gmail.com>
35 files changed:
Content.Client/Access/UI/AccessOverriderWindow.xaml.cs
Content.Client/Access/UI/AgentIDCardWindow.xaml.cs
Content.Client/Access/UI/GroupedAccessLevelChecklist.xaml.cs
Content.Client/Administration/UI/ManageSolutions/EditSolutionsWindow.xaml.cs
Content.Client/Cargo/UI/CargoConsoleMenu.xaml.cs
Content.Client/Cargo/UI/CargoShuttleMenu.xaml.cs
Content.Client/CartridgeLoader/Cartridges/CrewManifestUiFragment.xaml.cs
Content.Client/Changelog/ChangelogWindow.xaml.cs
Content.Client/ContextMenu/UI/ContextMenuUIController.cs
Content.Client/ContextMenu/UI/EntityMenuUIController.cs
Content.Client/Crayon/UI/CrayonWindow.xaml.cs
Content.Client/CrewManifest/CrewManifestUi.xaml.cs
Content.Client/Gateway/UI/GatewayWindow.xaml.cs
Content.Client/HealthAnalyzer/UI/HealthAnalyzerWindow.xaml.cs
Content.Client/Humanoid/MarkingPicker.xaml.cs
Content.Client/Humanoid/SingleMarkingPicker.xaml.cs
Content.Client/Lobby/UI/CharacterSetupGui.xaml.cs
Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Content.Client/Lobby/UI/Loadouts/LoadoutGroupContainer.xaml.cs
Content.Client/Lobby/UI/LobbyCharacterPreviewPanel.xaml.cs
Content.Client/Mapping/MappingPrototypeList.xaml.cs
Content.Client/Mapping/MappingState.cs
Content.Client/Power/PowerMonitoringWindow.xaml.Widgets.cs
Content.Client/Salvage/UI/OfferingWindow.xaml.cs
Content.Client/Shuttles/UI/DockingScreen.xaml.cs
Content.Client/Shuttles/UI/EmergencyConsoleWindow.xaml.cs
Content.Client/Shuttles/UI/MapScreen.xaml.cs
Content.Client/Strip/StrippingMenu.cs
Content.Client/Thief/ThiefBackpackMenu.xaml.cs
Content.Client/UserInterface/Controls/SplitBar.xaml.cs
Content.Client/UserInterface/StatsWindow.xaml.cs
Content.Client/UserInterface/Systems/Ghost/Controls/GhostTargetWindow.xaml.cs
Content.Client/UserInterface/Systems/Ghost/Controls/Roles/GhostRolesWindow.xaml.cs
Content.Client/UserInterface/Systems/Hands/Controls/HandsContainer.cs
Content.Client/Verbs/UI/VerbMenuUIController.cs