/
githubmirror
/
PowerShell
Обзор
Документация
Войти
/
githubmirror
/
PowerShell
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/Microsoft.Management.UI.Internal/ManagementList/CommonControls/ExpanderButton.Generated.cs
34 строки
873 B
Steve Lee
Update copyright notice to latest guidance (#12190)
24 мар 2020, 21:08
Не верифицирован
24 мар 2020, 21:08
b7cb335
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. #region StyleCop Suppression - generated code using System; using System.ComponentModel; using System.Windows; namespace Microsoft.Management.UI.Internal { /// <summary> /// Represents a toggle button used to expand or collapse elements. /// </summary> [Localizability(LocalizationCategory.None)] partial class ExpanderButton { // // CreateAutomationPeer // /// <summary> /// Create an instance of the AutomationPeer. /// </summary> /// <returns> /// An instance of the AutomationPeer. /// </returns> protected override System.Windows.Automation.Peers.AutomationPeer OnCreateAutomationPeer() { return new ExpanderButtonAutomationPeer(this); } } } #endregion