/
githubmirror
/
PowerToys
Обзор
Документация
Войти
/
githubmirror
/
PowerToys
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/modules/peek/Peek.FilePreviewer/Controls/ShellPreviewHandlerControl.xaml
16 строк
802 B
Davide Giacometti
[Peek] Fix PreviewHandler previewer not visible on first activation (#34991)
23 сен 2024, 15:58
Не верифицирован
23 сен 2024, 15:58
056fba0
Код
Авторство
О чём код?
<!-- Copyright (c) Microsoft Corporation. All rights reserved. --> <!-- Licensed under the MIT License. See LICENSE in the project root for license information. --> <UserControl x:Class="Peek.FilePreviewer.Controls.ShellPreviewHandlerControl" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="using:Peek.FilePreviewer.Controls" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" ActualThemeChanged="{x:Bind UpdatePreviewerTheme}" EffectiveViewportChanged="UserControl_EffectiveViewportChanged" GotFocus="UserControl_GotFocus" IsEnabled="False" IsTabStop="True" mc:Ignorable="d" />