MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / ~ColorPicker

Method ~ColorPicker

Xaml/Controls/ColorPicker.cpp:59–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 }
58
59 ColorPicker::~ColorPicker()
60 {
61 ConnectEvents(false);
62
63 m_DispatcherQueueTimer.Tick(m_DispatcherQueueTimerTickToken);
64 m_DispatcherQueueTimer.Stop();
65
66 UnregisterPropertyChangedCallback(composable_base::ColorProperty(), m_ColorPropertyChangedToken.value);
67 Unloaded(m_UnloadedToken);
68 Loaded(m_LoadedToken);
69 }
70
71 void ColorPicker::OnApplyTemplate()
72 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected