diff --git a/src/Ursa.Themes.Semi/Controls/TimePicker.axaml b/src/Ursa.Themes.Semi/Controls/TimePicker.axaml index 0a0b301..3bfcf52 100644 --- a/src/Ursa.Themes.Semi/Controls/TimePicker.axaml +++ b/src/Ursa.Themes.Semi/Controls/TimePicker.axaml @@ -153,7 +153,7 @@ Focusable="False" Theme="{DynamicResource InnerIconButton}" /> (PART_TextBox); - _popup = e.NameScope.Find(PART_Popup); + _popup = e.NameScope.Find(PartNames.PART_Popup); _presenter = e.NameScope.Find(PART_Presenter); _button = e.NameScope.Find