SYMBOL INDEX (4211 symbols across 717 files) FILE: src/MahMaterialDragablzMashUp/AnotherCommandImplementation.cs class AnotherCommandImplementation (line 6) | public class AnotherCommandImplementation : ICommand method AnotherCommandImplementation (line 11) | public AnotherCommandImplementation(Action execute) method AnotherCommandImplementation (line 16) | public AnotherCommandImplementation(Action execute, Func _canExecute(parameter); method Execute (line 26) | public void Execute(object? parameter) => _execute(parameter); method Refresh (line 40) | public void Refresh() => CommandManager.InvalidateRequerySuggested(); FILE: src/MahMaterialDragablzMashUp/App.xaml.cs class App (line 10) | public partial class App : Application method OnStartup (line 12) | protected override void OnStartup(StartupEventArgs e) method ThemeManager_ThemeChanged (line 26) | private void ThemeManager_ThemeChanged(object? sender, ThemeChangedEve... FILE: src/MahMaterialDragablzMashUp/Dialogs.xaml.cs class Dialogs (line 6) | public partial class Dialogs : UserControl method Dialogs (line 8) | public Dialogs() FILE: src/MahMaterialDragablzMashUp/DialogsViewModel.cs class DialogsViewModel (line 6) | public class DialogsViewModel method DialogsViewModel (line 16) | public DialogsViewModel() method InputDialog (line 25) | private void InputDialog() method ProgressDialog (line 36) | private async void ProgressDialog() method ShowLeftFlyout (line 50) | private void ShowLeftFlyout() FILE: src/MahMaterialDragablzMashUp/FlyoutContent.xaml.cs class FlyoutContent (line 6) | public partial class FlyoutContent : UserControl method FlyoutContent (line 8) | public FlyoutContent() FILE: src/MahMaterialDragablzMashUp/Mah.xaml.cs class Mah (line 6) | public partial class Mah : UserControl method Mah (line 8) | public Mah() FILE: src/MahMaterialDragablzMashUp/MahViewModel.cs class MahViewModel (line 6) | public class MahViewModel : INotifyPropertyChanged method MahViewModel (line 33) | public MahViewModel() class GridRowData (line 94) | public class GridRowData type EnumValues (line 102) | public enum EnumValues FILE: src/MahMaterialDragablzMashUp/MainWindow.xaml.cs class MainWindow (line 8) | public partial class MainWindow method MainWindow (line 10) | public MainWindow() method OnCopy (line 15) | private void OnCopy(object sender, ExecutedRoutedEventArgs e) FILE: src/MahMaterialDragablzMashUp/NotEmptyValidationRule.cs class NotEmptyValidationRule (line 5) | public class NotEmptyValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MahMaterialDragablzMashUp/PaletteSelector.xaml.cs class PaletteSelector (line 6) | public partial class PaletteSelector : UserControl method PaletteSelector (line 8) | public PaletteSelector() FILE: src/MahMaterialDragablzMashUp/PaletteSelectorViewModel.cs class PaletteSelectorViewModel (line 7) | public class PaletteSelectorViewModel : INotifyPropertyChanged method PaletteSelectorViewModel (line 12) | public PaletteSelectorViewModel() method ApplyStyle (line 45) | private static void ApplyStyle(bool alternate) method ApplyBase (line 61) | private static void ApplyBase(bool isDark) method ApplyPrimary (line 64) | private static void ApplyPrimary(Swatch swatch) method ApplySecondary (line 67) | private static void ApplySecondary(Swatch swatch) method ModifyTheme (line 75) | private static void ModifyTheme(Action modificationAction) FILE: src/MahMaterialDragablzMashUp/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/MahMaterialDragablzMashUp/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/MahMaterialDragablzMashUp/XamlDisplayEx.cs class XamlDisplayEx (line 3) | public static class XamlDisplayEx method SetButtonDock (line 8) | public static void SetButtonDock(DependencyObject element, Dock value) method GetButtonDock (line 13) | public static Dock GetButtonDock(DependencyObject element) FILE: src/MainDemo.Wpf/App.xaml.cs class App (line 10) | public partial class App : Application method OnStartup (line 16) | protected override void OnStartup(StartupEventArgs e) FILE: src/MainDemo.Wpf/ButtonAssist.cs class ButtonAssist (line 3) | public static class ButtonAssist method OnUniformCornerRadius (line 8) | private static void OnUniformCornerRadius(DependencyObject d, Dependen... method SetUniformCornerRadius (line 11) | public static void SetUniformCornerRadius(DependencyObject element, do... method GetUniformCornerRadius (line 14) | public static double GetUniformCornerRadius(DependencyObject element) FILE: src/MainDemo.Wpf/Buttons.xaml.cs class Buttons (line 6) | public partial class Buttons method Buttons (line 8) | public Buttons() method ButtonBase_OnClick (line 14) | private void ButtonBase_OnClick(object sender, RoutedEventArgs e) method PopupBox_OnOpened (line 17) | private void PopupBox_OnOpened(object sender, RoutedEventArgs e) method PopupBox_OnClosed (line 20) | private void PopupBox_OnClosed(object sender, RoutedEventArgs e) method CountingButton_OnClick (line 23) | private void CountingButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/Cards.xaml.cs class Cards (line 3) | public partial class Cards method Cards (line 5) | public Cards() => InitializeComponent(); method Flipper_OnIsFlippedChanged (line 7) | private void Flipper_OnIsFlippedChanged(object sender, RoutedPropertyC... FILE: src/MainDemo.Wpf/Chips.xaml.cs class Chips (line 3) | public partial class Chips method Chips (line 5) | public Chips() => InitializeComponent(); method ButtonsDemoChip_OnClick (line 7) | private void ButtonsDemoChip_OnClick(object sender, RoutedEventArgs e) method ButtonsDemoChip_OnDeleteClick (line 10) | private void ButtonsDemoChip_OnDeleteClick(object sender, RoutedEventA... FILE: src/MainDemo.Wpf/ColorTool.xaml.cs class ColorTool (line 5) | public partial class ColorTool method ColorTool (line 7) | public ColorTool() FILE: src/MainDemo.Wpf/ColorZones.xaml.cs class ColorZones (line 3) | public partial class ColorZones method ColorZones (line 5) | public ColorZones() => InitializeComponent(); FILE: src/MainDemo.Wpf/ComboBoxes.xaml.cs class ComboBoxes (line 7) | public partial class ComboBoxes method ComboBoxes (line 49) | public ComboBoxes() method ClearFilledComboBox_Click (line 55) | private void ClearFilledComboBox_Click(object sender, System.Windows.R... method ClearOutlinedComboBox_Click (line 58) | private void ClearOutlinedComboBox_Click(object sender, System.Windows... FILE: src/MainDemo.Wpf/CommandLineOptions.cs class CommandLineOptions (line 6) | internal static class CommandLineOptions method ParseCommandLine (line 37) | public static (string? StartPage, FlowDirection FlowDirection, BaseThe... FILE: src/MainDemo.Wpf/DataGrids.xaml.cs class DataGrids (line 5) | public partial class DataGrids method DataGrids (line 7) | public DataGrids() FILE: src/MainDemo.Wpf/Dialogs.xaml.cs class Dialogs (line 7) | public partial class Dialogs method Dialogs (line 9) | public Dialogs() method Sample1_DialogHost_OnDialogClosing (line 16) | private void Sample1_DialogHost_OnDialogClosing(object sender, DialogC... method Sample1_DialogHost_OnDialogClosed (line 30) | private void Sample1_DialogHost_OnDialogClosed(object sender, DialogCl... method Sample2_DialogHost_OnDialogClosing (line 45) | private void Sample2_DialogHost_OnDialogClosing(object sender, DialogC... method Sample2_DialogHost_OnDialogClosed (line 48) | private void Sample2_DialogHost_OnDialogClosed(object sender, DialogCl... method Sample5_DialogHost_OnDialogClosing (line 51) | private void Sample5_DialogHost_OnDialogClosing(object sender, DialogC... method Sample5_DialogHost_OnDialogClosed (line 65) | private void Sample5_DialogHost_OnDialogClosed(object sender, DialogCl... method Sample6_OpenDialog (line 76) | private async void Sample6_OpenDialog(object sender, RoutedEventArgs e) method Sample6_ResetBlur (line 86) | private void Sample6_ResetBlur(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/Domain/DemoItem.cs class DemoItem (line 5) | public class DemoItem : ViewModelBase method DemoItem (line 15) | public DemoItem(string name, Type contentType, IEnumerable(string subNamespace) method ApiLink (line 47) | public static DocumentationLink ApiLink() method ApiLink (line 50) | public static DocumentationLink ApiLink(Type type) method DemoPageLink (line 60) | public static DocumentationLink DemoPageLink() method DemoPageLink (line 63) | public static DocumentationLink DemoPageLink(string? label) method DemoPageLink (line 66) | public static DocumentationLink DemoPageLink(string? label,... method SpecsLink (line 79) | public static DocumentationLink SpecsLink(string url, string? label) method Execute (line 90) | private void Execute(object? _) => Link.OpenInBrowser(Url); FILE: src/MainDemo.Wpf/Domain/DocumentationLinkType.cs type DocumentationLinkType (line 3) | public enum DocumentationLinkType FILE: src/MainDemo.Wpf/Domain/DocumentationLinks.xaml.cs class DocumentationLinks (line 6) | public partial class DocumentationLinks : UserControl method DocumentationLinks (line 8) | public DocumentationLinks() FILE: src/MainDemo.Wpf/Domain/FieldsViewModel.cs class FieldsViewModel (line 8) | public partial class FieldsViewModel : ObservableObject method OnAutoSuggestBox1TextChanged (line 71) | partial void OnAutoSuggestBox1TextChanged(string? value) method OnAutoSuggestBox2TextChanged (line 83) | partial void OnAutoSuggestBox2TextChanged(string? value) method OnAutoSuggestBox3TextChanged (line 95) | partial void OnAutoSuggestBox3TextChanged(string? value) method RemoveAutoSuggestBox3Suggestion (line 104) | [RelayCommand] method FieldsViewModel (line 122) | public FieldsViewModel() method IsMatch (line 141) | private static bool IsMatch(string item, string currentText) method GetColors (line 150) | private static IEnumerable> GetColors() class FieldsTestObject (line 161) | public partial class FieldsTestObject : ObservableObject FILE: src/MainDemo.Wpf/Domain/FutureDateValidationRule.cs class FutureDateValidationRule (line 5) | public class FutureDateValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MainDemo.Wpf/Domain/IconPackViewModel.cs class IconPackViewModel (line 10) | public class IconPackViewModel : ViewModelBase method IconPackViewModel (line 15) | public IconPackViewModel(ISnackbarMessageQueue snackbarMessageQueue) method ThemeManager_ThemeChanged (line 38) | private void ThemeManager_ThemeChanged(object? sender, ThemeChangedEve... method OpenDotCom (line 86) | private void OpenDotCom(object? _) method Search (line 89) | private async void Search(object? obj) method CopyToClipboard (line 104) | private void CopyToClipboard(object? obj) method SetDefaultIconColors (line 111) | private void SetDefaultIconColors() method OnSaveIcon (line 136) | private void OnSaveIcon(object? _) FILE: src/MainDemo.Wpf/Domain/IsCheckedValidationRule.cs class IsCheckedValidationRule (line 5) | public class IsCheckedValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MainDemo.Wpf/Domain/Link.cs class Link (line 6) | public static class Link method OpenInBrowser (line 8) | public static void OpenInBrowser(string? url) FILE: src/MainDemo.Wpf/Domain/ListsAndGridsViewModel.cs class ListsAndGridsViewModel (line 6) | public class ListsAndGridsViewModel : ViewModelBase method ListsAndGridsViewModel (line 8) | public ListsAndGridsViewModel() method SelectAll (line 49) | private static void SelectAll(bool select, IEnumerable CreateData() FILE: src/MainDemo.Wpf/Domain/MainWindowViewModel.cs class MainWindowViewModel (line 15) | public partial class MainWindowViewModel : ObservableObject method MainWindowViewModel (line 17) | public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue,... method OnSearchKeywordChanged (line 49) | partial void OnSearchKeywordChanged(string? oldValue, string? newValue) method LoadVersions (line 57) | private void LoadVersions() method OnHome (line 89) | [RelayCommand] method OnMovePrev (line 96) | [RelayCommand(CanExecute = nameof(CanMovePrevious))] method CanMovePrevious (line 105) | private bool CanMovePrevious() => SelectedIndex > 0; method OnMoveNext (line 107) | [RelayCommand(CanExecute = nameof(CanMoveNext))] method CanMoveNext (line 116) | private bool CanMoveNext() => SelectedIndex < DemoItems.Count - 1; method GenerateDemoItems (line 118) | private static IEnumerable GenerateDemoItems(ISnackbarMessag... method DemoItemsFilter (line 471) | private bool DemoItemsFilter(object obj) FILE: src/MainDemo.Wpf/Domain/NotEmptyValidationRule.cs class NotEmptyValidationRule (line 5) | public class NotEmptyValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MainDemo.Wpf/Domain/PaletteSelectorViewModel.cs class PaletteSelectorViewModel (line 7) | public class PaletteSelectorViewModel : ViewModelBase method PaletteSelectorViewModel (line 9) | public PaletteSelectorViewModel() method ApplyPrimary (line 18) | private static void ApplyPrimary(Swatch swatch) method ApplySecondary (line 23) | private static void ApplySecondary(Swatch swatch) method ModifyTheme (line 31) | private static void ModifyTheme(Action modificationAction) FILE: src/MainDemo.Wpf/Domain/PickersViewModel.cs class PickersViewModel (line 5) | public class PickersViewModel : ViewModelBase method PickersViewModel (line 12) | public PickersViewModel() FILE: src/MainDemo.Wpf/Domain/Sample4Dialog.xaml.cs class Sample4Dialog (line 6) | public partial class Sample4Dialog : UserControl method Sample4Dialog (line 8) | public Sample4Dialog() FILE: src/MainDemo.Wpf/Domain/SampleDialog.xaml.cs class SampleDialog (line 6) | public partial class SampleDialog : UserControl method SampleDialog (line 8) | public SampleDialog() FILE: src/MainDemo.Wpf/Domain/SampleDialogViewModel.cs class SampleDialogViewModel (line 5) | public class SampleDialogViewModel : ViewModelBase FILE: src/MainDemo.Wpf/Domain/SampleMessageDialog.xaml.cs class SampleMessageDialog (line 6) | public partial class SampleMessageDialog : UserControl method SampleMessageDialog (line 8) | public SampleMessageDialog() FILE: src/MainDemo.Wpf/Domain/SampleProgressDialog.xaml.cs class SampleProgressDialog (line 6) | public partial class SampleProgressDialog : UserControl method SampleProgressDialog (line 8) | public SampleProgressDialog() FILE: src/MainDemo.Wpf/Domain/SelectableViewModel.cs class SelectableViewModel (line 5) | public class SelectableViewModel : ViewModelBase type VehicleType (line 65) | public enum VehicleType FILE: src/MainDemo.Wpf/Domain/SimpleDataTemplateSelector.cs class SimpleDataTemplateSelector (line 3) | public class SimpleDataTemplateSelector : DataTemplateSelector method SelectTemplate (line 7) | public override DataTemplate? SelectTemplate(object item, DependencyOb... FILE: src/MainDemo.Wpf/Domain/SimpleDateValidationRule.cs class SimpleDateValidationRule (line 5) | public class SimpleDateValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MainDemo.Wpf/Domain/SlidersViewModel.cs class SlidersViewModel (line 5) | public class SlidersViewModel : ViewModelBase class SliderViewModel (line 11) | public class SliderViewModel : ViewModelBase FILE: src/MainDemo.Wpf/Domain/SmartHintViewModel.cs class SmartHintViewModel (line 7) | internal class SmartHintViewModel : ViewModelBase FILE: src/MainDemo.Wpf/Domain/TabsViewModel.cs class TabsViewModel (line 7) | internal partial class TabsViewModel : ObservableObject method TabsViewModel (line 24) | public TabsViewModel() class CustomTab (line 56) | internal partial class CustomTab : ObservableObject method CustomTab (line 60) | public CustomTab(ICommand closeCommand) => CloseCommand = closeCommand; FILE: src/MainDemo.Wpf/Domain/ThemeSettingsViewModel.cs class ThemeSettingsViewModel (line 6) | public class ThemeSettingsViewModel : ViewModelBase method ThemeSettingsViewModel (line 8) | public ThemeSettingsViewModel() method ModifyTheme (line 128) | private static void ModifyTheme(Action modificationAction) FILE: src/MainDemo.Wpf/Domain/TreesViewModel.cs class TreeExampleSimpleTemplateSelector (line 10) | public class TreeExampleSimpleTemplateSelector : DataTemplateSelector method SelectTemplate (line 16) | public override DataTemplate? SelectTemplate(object item, DependencyOb... class Movie (line 28) | public sealed class Movie method Movie (line 30) | public Movie(string name, string director) class Planet (line 41) | public class Planet class TestItem (line 52) | public partial class TestItem : ObservableObject method TestItem (line 70) | public TestItem(string name, IEnumerable items) class MovieCategory (line 77) | public sealed class MovieCategory method MovieCategory (line 79) | public MovieCategory(string name, params Movie[] movies) class TreesViewModel (line 90) | public sealed class TreesViewModel : ViewModelBase method TreesViewModel (line 119) | public TreesViewModel() method GenerateString (line 231) | private static string GenerateString(int length) FILE: src/MainDemo.Wpf/Drawers.xaml.cs class Drawers (line 5) | public partial class Drawers method Drawers (line 7) | public Drawers() method Drawer_ResetBlur (line 13) | private void Drawer_ResetBlur(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/Elevation.xaml.cs class Elevation (line 3) | public partial class Elevation method Elevation (line 5) | public Elevation() => InitializeComponent(); FILE: src/MainDemo.Wpf/Expander.xaml.cs class Expander (line 3) | public partial class Expander method Expander (line 5) | public Expander() => InitializeComponent(); FILE: src/MainDemo.Wpf/Fields.xaml.cs class Fields (line 6) | public partial class Fields method Fields (line 8) | public Fields() method Hyperlink_OnRequestNavigate (line 14) | private void Hyperlink_OnRequestNavigate(object sender, RequestNavigat... FILE: src/MainDemo.Wpf/FieldsLineUp.xaml.cs class FieldsLineUp (line 7) | public partial class FieldsLineUp class ValidationErrorRule (line 11) | private class ValidationErrorRule : ValidationRule method Validate (line 13) | public override ValidationResult Validate(object value, CultureInfo ... method FieldsLineUp (line 21) | public FieldsLineUp() method UpdateThickness (line 61) | private void UpdateThickness(RangeBase slider, DependencyProperty prop... method SetValue (line 74) | private static void SetValue(Control control) FILE: src/MainDemo.Wpf/GroupBoxes.xaml.cs class GroupBoxes (line 3) | public partial class GroupBoxes method GroupBoxes (line 5) | public GroupBoxes() => InitializeComponent(); FILE: src/MainDemo.Wpf/Home.xaml.cs class Home (line 6) | public partial class Home method Home (line 8) | public Home() => InitializeComponent(); method GitHubButton_OnClick (line 10) | private void GitHubButton_OnClick(object sender, RoutedEventArgs e) method TwitterButton_OnClick (line 13) | private void TwitterButton_OnClick(object sender, RoutedEventArgs e) method ChatButton_OnClick (line 16) | private void ChatButton_OnClick(object sender, RoutedEventArgs e) method EmailButton_OnClick (line 19) | private void EmailButton_OnClick(object sender, RoutedEventArgs e) method DonateButton_OnClick (line 22) | private void DonateButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/IconPack.xaml.cs class IconPack (line 3) | public partial class IconPack method IconPack (line 5) | public IconPack() method TextBox_OnGotFocus (line 10) | private void TextBox_OnGotFocus(object sender, RoutedEventArgs e) method Search_OnKeyDown (line 16) | private void Search_OnKeyDown(object sender, KeyEventArgs e) FILE: src/MainDemo.Wpf/InputElementContentControl.cs class InputElementContentControl (line 6) | internal class InputElementContentControl : ContentControl method InputElementContentControl (line 8) | public InputElementContentControl() => IsTabStop = false; FILE: src/MainDemo.Wpf/Lists.xaml.cs class Lists (line 5) | public partial class Lists method Lists (line 7) | public Lists() FILE: src/MainDemo.Wpf/MainWindow.xaml.cs class MainWindow (line 9) | public partial class MainWindow method MainWindow (line 12) | public MainWindow() method UIElement_OnPreviewMouseLeftButtonUp (line 57) | private void UIElement_OnPreviewMouseLeftButtonUp(object sender, Mouse... method MenuPopupButton_OnClick (line 71) | private async void MenuPopupButton_OnClick(object sender, RoutedEventA... method OnCopy (line 81) | private void OnCopy(object sender, ExecutedRoutedEventArgs e) method MenuToggleButton_OnClick (line 96) | private void MenuToggleButton_OnClick(object sender, RoutedEventArgs e) method MenuDarkModeButton_Click (line 99) | private void MenuDarkModeButton_Click(object sender, RoutedEventArgs e) method FlowDirectionButton_Click (line 102) | private void FlowDirectionButton_Click(object sender, RoutedEventArgs e) method ModifyTheme (line 107) | private static void ModifyTheme(bool isDarkTheme) method OnSelectedItemChanged (line 116) | private void OnSelectedItemChanged(object sender, DependencyPropertyCh... FILE: src/MainDemo.Wpf/MenusAndToolBars.xaml.cs class MenusAndToolBars (line 5) | public partial class MenusAndToolBars method MenusAndToolBars (line 7) | public MenusAndToolBars() => InitializeComponent(); method TwitterButton_OnClick (line 9) | private void TwitterButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/NavigationRail.xaml.cs class NavigationRail (line 3) | public partial class NavigationRail method NavigationRail (line 5) | public NavigationRail() => InitializeComponent(); FILE: src/MainDemo.Wpf/NumericUpDown.xaml.cs class NumericUpDown (line 3) | public partial class NumericUpDown : UserControl method NumericUpDown (line 5) | public NumericUpDown() => InitializeComponent(); FILE: src/MainDemo.Wpf/PackIconKindGroup.cs class PackIconKindGroup (line 3) | public class PackIconKindGroup method PackIconKindGroup (line 5) | public PackIconKindGroup(IEnumerable kinds) FILE: src/MainDemo.Wpf/Palette.xaml.cs class Palette (line 3) | public partial class Palette method Palette (line 5) | public Palette() => InitializeComponent(); FILE: src/MainDemo.Wpf/PaletteSelector.xaml.cs class PaletteSelector (line 5) | public partial class PaletteSelector method PaletteSelector (line 7) | public PaletteSelector() FILE: src/MainDemo.Wpf/Pickers.xaml.cs class Pickers (line 8) | public partial class Pickers method Pickers (line 10) | public Pickers() method LocaleCombo_SelectionChanged (line 20) | private void LocaleCombo_SelectionChanged(object sender, SelectionChan... method LoadLocales (line 39) | private void LoadLocales() method CalendarDialogOpenedEventHandler (line 49) | public void CalendarDialogOpenedEventHandler(object sender, DialogOpen... method CalendarDialogClosingEventHandler (line 52) | public void CalendarDialogClosingEventHandler(object sender, DialogClo... method ClockDialogOpenedEventHandler (line 65) | public void ClockDialogOpenedEventHandler(object sender, DialogOpenedE... method ClockDialogClosingEventHandler (line 68) | public void ClockDialogClosingEventHandler(object sender, DialogClosin... method PresetTimePicker_SelectedTimeChanged (line 74) | private void PresetTimePicker_SelectedTimeChanged(object sender, Syste... method CombinedDialogOpenedEventHandler (line 82) | public void CombinedDialogOpenedEventHandler(object sender, DialogOpen... method CombinedDialogClosingEventHandler (line 88) | public void CombinedDialogClosingEventHandler(object sender, DialogClo... FILE: src/MainDemo.Wpf/PopupBox.xaml.cs class PopupBox (line 11) | public partial class PopupBox : UserControl method PopupBox (line 19) | public PopupBox() method StyleComboBox_OnSelectionChanged (line 29) | private void StyleComboBox_OnSelectionChanged(object sender, Selection... class ComboBoxItemToDataTemplateConverter (line 44) | internal class ComboBoxItemToDataTemplateConverter : IValueConverter method Convert (line 46) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 49) | public object? ConvertBack(object? value, Type targetType, object? par... class ComboBoxItemToStyleConverter (line 53) | internal class ComboBoxItemToStyleConverter : IValueConverter method Convert (line 55) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 58) | public object? ConvertBack(object? value, Type targetType, object? par... class ComboBoxItemToHelperTextConverter (line 62) | internal class ComboBoxItemToHelperTextConverter : IValueConverter method Convert (line 64) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 67) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MainDemo.Wpf/Progress.xaml.cs class Progress (line 3) | public partial class Progress method Progress (line 5) | public Progress() => InitializeComponent(); FILE: src/MainDemo.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/MainDemo.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/MainDemo.Wpf/RatingBar.xaml.cs class RatingBar (line 5) | public partial class RatingBar method RatingBar (line 7) | public RatingBar() => InitializeComponent(); method BasicRatingBar_ValueChanged (line 9) | private void BasicRatingBar_ValueChanged(object sender, RoutedProperty... method BasicRatingBarFractional_ValueChanged (line 12) | private void BasicRatingBarFractional_ValueChanged(object sender, Rout... FILE: src/MainDemo.Wpf/Sliders.xaml.cs class Sliders (line 5) | public partial class Sliders method Sliders (line 7) | public Sliders() FILE: src/MainDemo.Wpf/SmartHint.xaml.cs class SmartHint (line 12) | public partial class SmartHint : UserControl method SetRichTextBoxText (line 17) | internal static void SetRichTextBoxText(DependencyObject element, obje... method GetRichTextBoxText (line 18) | internal static object GetRichTextBoxText(DependencyObject element) =>... method SmartHint (line 20) | public SmartHint() method HasErrors_OnToggled (line 26) | private void HasErrors_OnToggled(object sender, RoutedEventArgs e) method GetBinding (line 53) | private static BindingExpression? GetBinding(FrameworkElement element) method FindVisualChildren (line 70) | private static IEnumerable FindVisualChildren(DependencyObject? ... class CustomPaddingConverter (line 89) | internal class CustomPaddingConverter : IMultiValueConverter method Convert (line 91) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 99) | public object[] ConvertBack(object value, Type[] targetTypes, object p... class FontSizeConverter (line 103) | internal class FontSizeConverter : IValueConverter method Convert (line 105) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 111) | public object? ConvertBack(object? value, Type targetType, object? par... class OptionToStringConverter (line 115) | internal abstract class OptionToStringConverter : IValueCon... method Convert (line 119) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 122) | public object? ConvertBack(object? value, Type targetType, object? par... method ToString (line 125) | protected abstract string ToString(TOptionType value, CultureInfo cult... class DoubleOptionToStringConverter (line 128) | internal class DoubleOptionToStringConverter : OptionToStringConverter InitializeComponent(); method SnackBar3_OnClick (line 9) | private void SnackBar3_OnClick(object sender, RoutedEventArgs e) method SnackBar4_OnClick (line 20) | private void SnackBar4_OnClick(object sender, RoutedEventArgs e) method SnackBar4_OnClearClick (line 37) | private void SnackBar4_OnClearClick(object sender, RoutedEventArgs e) method SnackBar7_OnClick (line 40) | private void SnackBar7_OnClick(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/StatusBars.xaml.cs class StatusBars (line 3) | public partial class StatusBars method StatusBars (line 5) | public StatusBars() => InitializeComponent(); FILE: src/MainDemo.Wpf/Tabs.xaml.cs class Tabs (line 8) | public partial class Tabs method Tabs (line 10) | public Tabs() FILE: src/MainDemo.Wpf/ThemeSettings.xaml.cs class ThemeSettings (line 5) | public partial class ThemeSettings method ThemeSettings (line 7) | public ThemeSettings() FILE: src/MainDemo.Wpf/Toggles.xaml.cs class Toggles (line 3) | public partial class Toggles method Toggles (line 5) | public Toggles() => InitializeComponent(); FILE: src/MainDemo.Wpf/ToolTips.xaml.cs class ToolTips (line 8) | public partial class ToolTips : UserControl method ToolTips (line 10) | public ToolTips() FILE: src/MainDemo.Wpf/Transitions.xaml.cs class Transitions (line 3) | public partial class Transitions method Transitions (line 5) | public Transitions() => InitializeComponent(); FILE: src/MainDemo.Wpf/TransitionsDemo/Slide1_Intro.xaml.cs class Slide1_Intro (line 9) | public partial class Slide1_Intro : UserControl method Slide1_Intro (line 11) | public Slide1_Intro() class Slide1ViewModel (line 17) | public class Slide1ViewModel : ViewModelBase FILE: src/MainDemo.Wpf/TransitionsDemo/Slide2_Intro.xaml.cs class Slide2_Intro (line 6) | public partial class Slide2_Intro : UserControl method Slide2_Intro (line 8) | public Slide2_Intro() FILE: src/MainDemo.Wpf/TransitionsDemo/Slide3_Intro.xaml.cs class Slide3_Intro (line 6) | public partial class Slide3_Intro : UserControl method Slide3_Intro (line 8) | public Slide3_Intro() FILE: src/MainDemo.Wpf/TransitionsDemo/Slide4_CombineTransitions.xaml.cs class Slide4_CombineTransitions (line 6) | public partial class Slide4_CombineTransitions : UserControl method Slide4_CombineTransitions (line 8) | public Slide4_CombineTransitions() FILE: src/MainDemo.Wpf/TransitionsDemo/Slide5_TransitioningContent.xaml.cs class Slide5_TransitioningContent (line 6) | public partial class Slide5_TransitioningContent : UserControl method Slide5_TransitioningContent (line 8) | public Slide5_TransitioningContent() FILE: src/MainDemo.Wpf/TransitionsDemo/Slide6_Origins.xaml.cs class Slide6_Origins (line 6) | public partial class Slide6_Origins : UserControl method Slide6_Origins (line 8) | public Slide6_Origins() method FirstSlideButton_OnClick (line 13) | private void FirstSlideButton_OnClick(object sender, RoutedEventArgs e) method SecondSlideButton_OnClick (line 18) | private void SecondSlideButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MainDemo.Wpf/TransitionsDemo/Slide7_MVVM.xaml.cs class Slide7_MVVM (line 6) | public partial class Slide7_MVVM : UserControl method Slide7_MVVM (line 8) | public Slide7_MVVM() FILE: src/MainDemo.Wpf/TransitionsDemo/Slide7_MasterModel.cs class Slide7_MasterModel (line 3) | public class Slide7_MasterModel class Slide8_DetailsModel (line 7) | public class Slide8_DetailsModel FILE: src/MainDemo.Wpf/TransitionsDemo/Slide8_Details.xaml.cs class Slide8_Details (line 6) | public partial class Slide8_Details : UserControl method Slide8_Details (line 8) | public Slide8_Details() FILE: src/MainDemo.Wpf/TransitionsDemo/TransitionsDemoHome.xaml.cs class TransitionsDemoHome (line 6) | public partial class TransitionsDemoHome : UserControl method TransitionsDemoHome (line 8) | public TransitionsDemoHome() FILE: src/MainDemo.Wpf/Trees.xaml.cs class Trees (line 5) | public partial class Trees method Trees (line 9) | public Trees() method TreeView_SelectedItemChanged (line 21) | private void TreeView_SelectedItemChanged(object sender, RoutedPropert... FILE: src/MainDemo.Wpf/Typography.xaml.cs class Typography (line 3) | public partial class Typography method Typography (line 5) | public Typography() => InitializeComponent(); FILE: src/MainDemo.Wpf/VisualTreeUtil.cs class VisualTreeUtil (line 5) | internal static class VisualTreeUtil method FindVisualParent (line 7) | private static T FindVisualParent(UIElement element) where T : UIEl... method GetElementUnderMouse (line 21) | internal static T GetElementUnderMouse() where T : UIElement? => Fi... FILE: src/MainDemo.Wpf/XamlDisplayEx.cs class XamlDisplayEx (line 3) | public static class XamlDisplayEx method SetButtonDock (line 8) | public static void SetButtonDock(DependencyObject element, Dock value) method GetButtonDock (line 13) | public static Dock GetButtonDock(DependencyObject element) FILE: src/MaterialDesign3.Demo.Wpf/App.xaml.cs class App (line 10) | public partial class App : Application method OnStartup (line 16) | protected override void OnStartup(StartupEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/ButtonAssist.cs class ButtonAssist (line 3) | public static class ButtonAssist method OnUniformCornerRadius (line 8) | private static void OnUniformCornerRadius(DependencyObject d, Dependen... method SetUniformCornerRadius (line 11) | public static void SetUniformCornerRadius(DependencyObject element, do... method GetUniformCornerRadius (line 14) | public static double GetUniformCornerRadius(DependencyObject element) FILE: src/MaterialDesign3.Demo.Wpf/Buttons.xaml.cs class Buttons (line 6) | public partial class Buttons method Buttons (line 8) | public Buttons() method ButtonBase_OnClick (line 14) | private void ButtonBase_OnClick(object sender, RoutedEventArgs e) method PopupBox_OnOpened (line 17) | private void PopupBox_OnOpened(object sender, RoutedEventArgs e) method PopupBox_OnClosed (line 20) | private void PopupBox_OnClosed(object sender, RoutedEventArgs e) method CountingButton_OnClick (line 23) | private void CountingButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/Cards.xaml.cs class Cards (line 3) | public partial class Cards method Cards (line 5) | public Cards() => InitializeComponent(); method Flipper_OnIsFlippedChanged (line 7) | private void Flipper_OnIsFlippedChanged(object sender, RoutedPropertyC... FILE: src/MaterialDesign3.Demo.Wpf/Chips.xaml.cs class Chips (line 3) | public partial class Chips method Chips (line 5) | public Chips() => InitializeComponent(); method ButtonsDemoChip_OnClick (line 7) | private void ButtonsDemoChip_OnClick(object sender, RoutedEventArgs e) method ButtonsDemoChip_OnDeleteClick (line 10) | private void ButtonsDemoChip_OnDeleteClick(object sender, RoutedEventA... FILE: src/MaterialDesign3.Demo.Wpf/ColorScheme.cs type ColorScheme (line 3) | enum ColorScheme FILE: src/MaterialDesign3.Demo.Wpf/ColorTool.xaml.cs class ColorTool (line 5) | public partial class ColorTool method ColorTool (line 7) | public ColorTool() FILE: src/MaterialDesign3.Demo.Wpf/ColorZones.xaml.cs class ColorZones (line 3) | public partial class ColorZones method ColorZones (line 5) | public ColorZones() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/ComboBoxes.xaml.cs class ComboBoxes (line 5) | public partial class ComboBoxes method ComboBoxes (line 7) | public ComboBoxes() method ClearFilledComboBox_Click (line 13) | private void ClearFilledComboBox_Click(object sender, System.Windows.R... method ClearOutlinedComboBox_Click (line 16) | private void ClearOutlinedComboBox_Click(object sender, System.Windows... FILE: src/MaterialDesign3.Demo.Wpf/DataGrids.xaml.cs class DataGrids (line 5) | public partial class DataGrids method DataGrids (line 7) | public DataGrids() FILE: src/MaterialDesign3.Demo.Wpf/Dialogs.xaml.cs class Dialogs (line 7) | public partial class Dialogs method Dialogs (line 9) | public Dialogs() method Sample1_DialogHost_OnDialogClosing (line 15) | private void Sample1_DialogHost_OnDialogClosing(object sender, DialogC... method Sample2_DialogHost_OnDialogClosing (line 30) | private void Sample2_DialogHost_OnDialogClosing(object sender, DialogC... method Sample5_DialogHost_OnDialogClosing (line 33) | private void Sample5_DialogHost_OnDialogClosing(object sender, DialogC... FILE: src/MaterialDesign3.Demo.Wpf/Domain/AnotherCommandImplementation.cs class AnotherCommandImplementation (line 6) | public class AnotherCommandImplementation : ICommand method AnotherCommandImplementation (line 11) | public AnotherCommandImplementation(Action execute) method AnotherCommandImplementation (line 15) | public AnotherCommandImplementation(Action execute, Func _canExecute(parameter); method Execute (line 25) | public void Execute(object? parameter) => _execute(parameter); method Refresh (line 39) | public void Refresh() => CommandManager.InvalidateRequerySuggested(); FILE: src/MaterialDesign3.Demo.Wpf/Domain/DemoItem.cs class DemoItem (line 6) | public class DemoItem : ViewModelBase method DemoItem (line 18) | public DemoItem(string name, Type contentType, IEnumerable IsSample4DialogOpen = f... method AcceptSample4Dialog (line 109) | private void AcceptSample4Dialog(object? _) FILE: src/MaterialDesign3.Demo.Wpf/Domain/DocumentationLink.cs class DocumentationLink (line 5) | public class DocumentationLink method DocumentationLink (line 7) | public DocumentationLink(DocumentationLinkType type, string url) method DocumentationLink (line 12) | public DocumentationLink(DocumentationLinkType type, string url, strin... method WikiLink (line 20) | public static DocumentationLink WikiLink(string page, string label) method StyleLink (line 26) | public static DocumentationLink StyleLink(string nameChunk, bool isMd3... method ApiLink (line 36) | public static DocumentationLink ApiLink(string subNamespace) method ApiLink (line 47) | public static DocumentationLink ApiLink() method ApiLink (line 50) | public static DocumentationLink ApiLink(Type type) method DemoPageLink (line 60) | public static DocumentationLink DemoPageLink() method DemoPageLink (line 63) | public static DocumentationLink DemoPageLink(string? label) method DemoPageLink (line 66) | public static DocumentationLink DemoPageLink(string? label,... method SpecsLink (line 79) | public static DocumentationLink SpecsLink(string url, string? label) method Execute (line 90) | private void Execute(object? _) FILE: src/MaterialDesign3.Demo.Wpf/Domain/DocumentationLinkType.cs type DocumentationLinkType (line 3) | public enum DocumentationLinkType FILE: src/MaterialDesign3.Demo.Wpf/Domain/DocumentationLinks.xaml.cs class DocumentationLinks (line 6) | public partial class DocumentationLinks : UserControl method DocumentationLinks (line 8) | public DocumentationLinks() FILE: src/MaterialDesign3.Demo.Wpf/Domain/FieldsViewModel.cs class FieldsViewModel (line 5) | public class FieldsViewModel : ViewModelBase class FieldsTestObject (line 25) | public class FieldsTestObject : ViewModelBase FILE: src/MaterialDesign3.Demo.Wpf/Domain/FutureDateValidationRule.cs class FutureDateValidationRule (line 5) | public class FutureDateValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MaterialDesign3.Demo.Wpf/Domain/IconPackViewModel.cs class IconPackViewModel (line 10) | public class IconPackViewModel : ViewModelBase method IconPackViewModel (line 15) | public IconPackViewModel(ISnackbarMessageQueue snackbarMessageQueue) method ThemeManager_ThemeChanged (line 38) | private void ThemeManager_ThemeChanged(object? sender, ThemeChangedEve... method OpenDotCom (line 86) | private void OpenDotCom(object? _) method Search (line 89) | private async void Search(object? obj) method CopyToClipboard (line 104) | private void CopyToClipboard(object? obj) method SetDefaultIconColors (line 111) | private void SetDefaultIconColors() method OnSaveIcon (line 136) | private void OnSaveIcon(object? _) FILE: src/MaterialDesign3.Demo.Wpf/Domain/IsCheckedValidationRule.cs class IsCheckedValidationRule (line 5) | public class IsCheckedValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MaterialDesign3.Demo.Wpf/Domain/Link.cs class Link (line 6) | public static class Link method OpenInBrowser (line 8) | public static void OpenInBrowser(string? url) FILE: src/MaterialDesign3.Demo.Wpf/Domain/ListsAndGridsViewModel.cs class ListsAndGridsViewModel (line 6) | public class ListsAndGridsViewModel : ViewModelBase method ListsAndGridsViewModel (line 8) | public ListsAndGridsViewModel() method SelectAll (line 41) | private static void SelectAll(bool select, IEnumerable CreateData() FILE: src/MaterialDesign3.Demo.Wpf/Domain/MainWindowViewModel.cs class MainWindowViewModel (line 11) | public class MainWindowViewModel : ViewModelBase method MainWindowViewModel (line 13) | public MainWindowViewModel(ISnackbarMessageQueue snackbarMessageQueue,... method GenerateDemoItems (line 126) | private static IEnumerable GenerateDemoItems(ISnackbarMessag... method DemoItemsFilter (line 483) | private bool DemoItemsFilter(object obj) FILE: src/MaterialDesign3.Demo.Wpf/Domain/NotEmptyValidationRule.cs class NotEmptyValidationRule (line 5) | public class NotEmptyValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MaterialDesign3.Demo.Wpf/Domain/PaletteSelectorViewModel.cs class PaletteSelectorViewModel (line 7) | public class PaletteSelectorViewModel : ViewModelBase method PaletteSelectorViewModel (line 9) | public PaletteSelectorViewModel() method ApplyPrimary (line 18) | private static void ApplyPrimary(Swatch swatch) method ApplySecondary (line 23) | private static void ApplySecondary(Swatch swatch) method ModifyTheme (line 31) | private static void ModifyTheme(Action modificationAction) FILE: src/MaterialDesign3.Demo.Wpf/Domain/PickersViewModel.cs class PickersViewModel (line 5) | public class PickersViewModel : ViewModelBase method PickersViewModel (line 12) | public PickersViewModel() FILE: src/MaterialDesign3.Demo.Wpf/Domain/Sample4Dialog.xaml.cs class Sample4Dialog (line 6) | public partial class Sample4Dialog : UserControl method Sample4Dialog (line 8) | public Sample4Dialog() FILE: src/MaterialDesign3.Demo.Wpf/Domain/SampleDialog.xaml.cs class SampleDialog (line 6) | public partial class SampleDialog : UserControl method SampleDialog (line 8) | public SampleDialog() FILE: src/MaterialDesign3.Demo.Wpf/Domain/SampleDialogViewModel.cs class SampleDialogViewModel (line 5) | public class SampleDialogViewModel : ViewModelBase FILE: src/MaterialDesign3.Demo.Wpf/Domain/SampleItem.cs class SampleItem (line 6) | public class SampleItem : ViewModelBase FILE: src/MaterialDesign3.Demo.Wpf/Domain/SampleMessageDialog.xaml.cs class SampleMessageDialog (line 6) | public partial class SampleMessageDialog : UserControl method SampleMessageDialog (line 8) | public SampleMessageDialog() FILE: src/MaterialDesign3.Demo.Wpf/Domain/SampleProgressDialog.xaml.cs class SampleProgressDialog (line 6) | public partial class SampleProgressDialog : UserControl method SampleProgressDialog (line 8) | public SampleProgressDialog() FILE: src/MaterialDesign3.Demo.Wpf/Domain/SelectableViewModel.cs class SelectableViewModel (line 5) | public class SelectableViewModel : ViewModelBase FILE: src/MaterialDesign3.Demo.Wpf/Domain/SimpleDataTemplateSelector.cs class SimpleDataTemplateSelector (line 3) | public class SimpleDataTemplateSelector : DataTemplateSelector method SelectTemplate (line 7) | public override DataTemplate? SelectTemplate(object item, DependencyOb... FILE: src/MaterialDesign3.Demo.Wpf/Domain/SimpleDateValidationRule.cs class SimpleDateValidationRule (line 5) | public class SimpleDateValidationRule : ValidationRule method Validate (line 7) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: src/MaterialDesign3.Demo.Wpf/Domain/SlidersViewModel.cs class SlidersViewModel (line 5) | public class SlidersViewModel : ViewModelBase class SliderViewModel (line 11) | public class SliderViewModel : ViewModelBase FILE: src/MaterialDesign3.Demo.Wpf/Domain/ThemeSettingsViewModel.cs class ThemeSettingsViewModel (line 6) | public class ThemeSettingsViewModel : ViewModelBase method ThemeSettingsViewModel (line 8) | public ThemeSettingsViewModel() method ModifyTheme (line 128) | private static void ModifyTheme(Action modificationAction) FILE: src/MaterialDesign3.Demo.Wpf/Domain/TreesViewModel.cs class TreeExampleSimpleTemplateSelector (line 8) | public class TreeExampleSimpleTemplateSelector : DataTemplateSelector method SelectTemplate (line 14) | public override DataTemplate? SelectTemplate(object item, DependencyOb... class Movie (line 26) | public sealed class Movie method Movie (line 28) | public Movie(string name, string director) class Planet (line 39) | public class Planet class TestItem (line 50) | public class TestItem method TestItem (line 56) | public TestItem(string name, IEnumerable items) class MovieCategory (line 63) | public sealed class MovieCategory method MovieCategory (line 65) | public MovieCategory(string name, params Movie[] movies) class TreesViewModel (line 76) | public sealed class TreesViewModel : ViewModelBase method TreesViewModel (line 105) | public TreesViewModel() method GenerateString (line 215) | private static string GenerateString(int length) FILE: src/MaterialDesign3.Demo.Wpf/Drawers.xaml.cs class Drawers (line 3) | public partial class Drawers method Drawers (line 5) | public Drawers() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/Elevation.xaml.cs class Elevation (line 3) | public partial class Elevation method Elevation (line 5) | public Elevation() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/Expander.xaml.cs class Expander (line 3) | public partial class Expander method Expander (line 5) | public Expander() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/Fields.xaml.cs class Fields (line 6) | public partial class Fields method Fields (line 8) | public Fields() method Hyperlink_OnRequestNavigate (line 14) | private void Hyperlink_OnRequestNavigate(object sender, RequestNavigat... FILE: src/MaterialDesign3.Demo.Wpf/FieldsLineUp.xaml.cs class FieldsLineUp (line 7) | public partial class FieldsLineUp class ValidationErrorRule (line 11) | private class ValidationErrorRule : ValidationRule method Validate (line 13) | public override ValidationResult Validate(object value, CultureInfo ... method FieldsLineUp (line 21) | public FieldsLineUp() method UpdateThickness (line 61) | private void UpdateThickness(RangeBase slider, DependencyProperty prop... method SetValue (line 74) | private static void SetValue(Control control) FILE: src/MaterialDesign3.Demo.Wpf/GroupBoxes.xaml.cs class GroupBoxes (line 3) | public partial class GroupBoxes method GroupBoxes (line 5) | public GroupBoxes() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/Home.xaml.cs class Home (line 6) | public partial class Home method Home (line 8) | public Home() => InitializeComponent(); method GitHubButton_OnClick (line 10) | private void GitHubButton_OnClick(object sender, RoutedEventArgs e) method TwitterButton_OnClick (line 13) | private void TwitterButton_OnClick(object sender, RoutedEventArgs e) method ChatButton_OnClick (line 16) | private void ChatButton_OnClick(object sender, RoutedEventArgs e) method EmailButton_OnClick (line 19) | private void EmailButton_OnClick(object sender, RoutedEventArgs e) method DonateButton_OnClick (line 22) | private void DonateButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/IconPack.xaml.cs class IconPack (line 3) | public partial class IconPack method IconPack (line 5) | public IconPack() method TextBox_OnGotFocus (line 10) | private void TextBox_OnGotFocus(object sender, RoutedEventArgs e) method Search_OnKeyDown (line 16) | private void Search_OnKeyDown(object sender, KeyEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/Lists.xaml.cs class Lists (line 5) | public partial class Lists method Lists (line 7) | public Lists() FILE: src/MaterialDesign3.Demo.Wpf/MainWindow.xaml.cs class MainWindow (line 10) | public partial class MainWindow method MainWindow (line 13) | public MainWindow() method UIElement_OnPreviewMouseLeftButtonUp (line 57) | private void UIElement_OnPreviewMouseLeftButtonUp(object sender, Mouse... method MenuPopupButton_OnClick (line 74) | private async void MenuPopupButton_OnClick(object sender, RoutedEventA... method OnCopy (line 84) | private void OnCopy(object sender, ExecutedRoutedEventArgs e) method MenuToggleButton_OnClick (line 99) | private void MenuToggleButton_OnClick(object sender, RoutedEventArgs e) method MenuDarkModeButton_Click (line 111) | private void MenuDarkModeButton_Click(object sender, RoutedEventArgs e) method FlowDirectionButton_Click (line 114) | private void FlowDirectionButton_Click(object sender, RoutedEventArgs e) method ModifyTheme (line 119) | private static void ModifyTheme(bool isDarkTheme) method OnSelectedItemChanged (line 128) | private void OnSelectedItemChanged(object sender, DependencyPropertyCh... method GitHubButton_OnClick (line 131) | private void GitHubButton_OnClick(object sender, RoutedEventArgs e) method Window_SizeChanged (line 134) | private void Window_SizeChanged(object sender, SizeChangedEventArgs e) method MenuOpen_Click (line 168) | private void MenuOpen_Click(object sender, RoutedEventArgs e) method CloseNotificationPanel_Click (line 179) | private void CloseNotificationPanel_Click(object sender, RoutedEventAr... FILE: src/MaterialDesign3.Demo.Wpf/MenusAndToolBars.xaml.cs class MenusAndToolBars (line 5) | public partial class MenusAndToolBars method MenusAndToolBars (line 7) | public MenusAndToolBars() => InitializeComponent(); method TwitterButton_OnClick (line 9) | private void TwitterButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/NavigationBar.xaml.cs class NavigationBar (line 9) | public partial class NavigationBar : UserControl method NavigationBar (line 12) | public NavigationBar() FILE: src/MaterialDesign3.Demo.Wpf/NavigationRail.xaml.cs class NavigationRail (line 6) | public partial class NavigationRail method NavigationRail (line 11) | public NavigationRail() method Button_Click (line 58) | private void Button_Click(object sender, System.Windows.RoutedEventArg... method Button_Click_1 (line 61) | private void Button_Click_1(object sender, System.Windows.RoutedEventA... FILE: src/MaterialDesign3.Demo.Wpf/PackIconKindGroup.cs class PackIconKindGroup (line 3) | public class PackIconKindGroup method PackIconKindGroup (line 5) | public PackIconKindGroup(IEnumerable kinds) FILE: src/MaterialDesign3.Demo.Wpf/Palette.xaml.cs class Palette (line 3) | public partial class Palette method Palette (line 5) | public Palette() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/PaletteHelperExtensions.cs class PaletteHelperExtensions (line 8) | public static class PaletteHelperExtensions method ChangePrimaryColor (line 10) | public static void ChangePrimaryColor(this PaletteHelper paletteHelper... method ChangeSecondaryColor (line 21) | public static void ChangeSecondaryColor(this PaletteHelper paletteHelp... FILE: src/MaterialDesign3.Demo.Wpf/PaletteSelector.xaml.cs class PaletteSelector (line 5) | public partial class PaletteSelector method PaletteSelector (line 7) | public PaletteSelector() FILE: src/MaterialDesign3.Demo.Wpf/Pickers.xaml.cs class Pickers (line 8) | public partial class Pickers method Pickers (line 10) | public Pickers() method LocaleCombo_SelectionChanged (line 20) | private void LocaleCombo_SelectionChanged(object sender, SelectionChan... method LoadLocales (line 39) | private void LoadLocales() method CalendarDialogOpenedEventHandler (line 49) | public void CalendarDialogOpenedEventHandler(object sender, DialogOpen... method CalendarDialogClosingEventHandler (line 52) | public void CalendarDialogClosingEventHandler(object sender, DialogClo... method ClockDialogOpenedEventHandler (line 65) | public void ClockDialogOpenedEventHandler(object sender, DialogOpenedE... method ClockDialogClosingEventHandler (line 68) | public void ClockDialogClosingEventHandler(object sender, DialogClosin... method PresetTimePicker_SelectedTimeChanged (line 74) | private void PresetTimePicker_SelectedTimeChanged(object sender, Syste... method CombinedDialogOpenedEventHandler (line 82) | public void CombinedDialogOpenedEventHandler(object sender, DialogOpen... method CombinedDialogClosingEventHandler (line 88) | public void CombinedDialogClosingEventHandler(object sender, DialogClo... FILE: src/MaterialDesign3.Demo.Wpf/Progress.xaml.cs class Progress (line 3) | public partial class Progress method Progress (line 5) | public Progress() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/MaterialDesign3.Demo.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/MaterialDesign3.Demo.Wpf/RatingBar.xaml.cs class RatingBar (line 5) | public partial class RatingBar method RatingBar (line 7) | public RatingBar() => InitializeComponent(); method BasicRatingBar_ValueChanged (line 9) | private void BasicRatingBar_ValueChanged(object sender, RoutedProperty... FILE: src/MaterialDesign3.Demo.Wpf/Sliders.xaml.cs class Sliders (line 5) | public partial class Sliders method Sliders (line 7) | public Sliders() FILE: src/MaterialDesign3.Demo.Wpf/Snackbars.xaml.cs class Snackbars (line 5) | public partial class Snackbars method Snackbars (line 7) | public Snackbars() => InitializeComponent(); method SnackBar3_OnClick (line 9) | private void SnackBar3_OnClick(object sender, RoutedEventArgs e) method SnackBar4_OnClick (line 20) | private void SnackBar4_OnClick(object sender, RoutedEventArgs e) method SnackBar4_OnClearClick (line 37) | private void SnackBar4_OnClearClick(object sender, RoutedEventArgs e) method SnackBar7_OnClick (line 40) | private void SnackBar7_OnClick(object sender, RoutedEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/ThemeSettings.xaml.cs class ThemeSettings (line 5) | public partial class ThemeSettings method ThemeSettings (line 7) | public ThemeSettings() FILE: src/MaterialDesign3.Demo.Wpf/Toggles.xaml.cs class Toggles (line 3) | public partial class Toggles method Toggles (line 5) | public Toggles() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/ToolTips.xaml.cs class ToolTips (line 6) | public partial class ToolTips : UserControl method ToolTips (line 8) | public ToolTips() FILE: src/MaterialDesign3.Demo.Wpf/Transitions.xaml.cs class Transitions (line 3) | public partial class Transitions method Transitions (line 5) | public Transitions() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide1_Intro.xaml.cs class Slide1_Intro (line 9) | public partial class Slide1_Intro : UserControl method Slide1_Intro (line 11) | public Slide1_Intro() class Slide1ViewModel (line 17) | public class Slide1ViewModel : ViewModelBase FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide2_Intro.xaml.cs class Slide2_Intro (line 6) | public partial class Slide2_Intro : UserControl method Slide2_Intro (line 8) | public Slide2_Intro() FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide3_Intro.xaml.cs class Slide3_Intro (line 6) | public partial class Slide3_Intro : UserControl method Slide3_Intro (line 8) | public Slide3_Intro() FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide4_CombineTransitions.xaml.cs class Slide4_CombineTransitions (line 6) | public partial class Slide4_CombineTransitions : UserControl method Slide4_CombineTransitions (line 8) | public Slide4_CombineTransitions() FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide5_TransitioningContent.xaml.cs class Slide5_TransitioningContent (line 6) | public partial class Slide5_TransitioningContent : UserControl method Slide5_TransitioningContent (line 8) | public Slide5_TransitioningContent() FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide6_Origins.xaml.cs class Slide6_Origins (line 6) | public partial class Slide6_Origins : UserControl method Slide6_Origins (line 8) | public Slide6_Origins() method FirstSlideButton_OnClick (line 13) | private void FirstSlideButton_OnClick(object sender, RoutedEventArgs e) method SecondSlideButton_OnClick (line 18) | private void SecondSlideButton_OnClick(object sender, RoutedEventArgs e) FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide7_MVVM.xaml.cs class Slide7_MVVM (line 6) | public partial class Slide7_MVVM : UserControl method Slide7_MVVM (line 8) | public Slide7_MVVM() FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide7_MasterModel.cs class Slide7_MasterModel (line 3) | public class Slide7_MasterModel class Slide8_DetailsModel (line 7) | public class Slide8_DetailsModel FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/Slide8_Details.xaml.cs class Slide8_Details (line 6) | public partial class Slide8_Details : UserControl method Slide8_Details (line 8) | public Slide8_Details() FILE: src/MaterialDesign3.Demo.Wpf/TransitionsDemo/TransitionsDemoHome.xaml.cs class TransitionsDemoHome (line 6) | public partial class TransitionsDemoHome : UserControl method TransitionsDemoHome (line 8) | public TransitionsDemoHome() FILE: src/MaterialDesign3.Demo.Wpf/Trees.xaml.cs class Trees (line 5) | public partial class Trees method Trees (line 9) | public Trees() method TreeView_SelectedItemChanged (line 21) | private void TreeView_SelectedItemChanged(object sender, RoutedPropert... FILE: src/MaterialDesign3.Demo.Wpf/Typography.xaml.cs class Typography (line 3) | public partial class Typography method Typography (line 5) | public Typography() => InitializeComponent(); FILE: src/MaterialDesign3.Demo.Wpf/XamlDisplayEx.cs class XamlDisplayEx (line 3) | public static class XamlDisplayEx method SetButtonDock (line 8) | public static void SetButtonDock(DependencyObject element, Dock value) method GetButtonDock (line 13) | public static Dock GetButtonDock(DependencyObject element) FILE: src/MaterialDesign3.MaterialColorUtilities/Blend/Blend.cs class Blend (line 9) | public static class Blend method Harmonize (line 21) | public static int Harmonize(int designColor, int sourceColor) method HctHue (line 42) | public static int HctHue(int from, int to, double amount) method Cam16Ucs (line 60) | public static int Cam16Ucs(int from, int to, double amount) FILE: src/MaterialDesign3.MaterialColorUtilities/Contrast/Contrast.cs class Contrast (line 14) | public static class Contrast method RatioOfYs (line 75) | public static double RatioOfYs(double y1, double y2) method RatioOfTones (line 97) | public static double RatioOfTones(double toneA, double toneB) method Lighter (line 110) | public static double Lighter(double tone, double ratio) method LighterUnsafe (line 145) | public static double LighterUnsafe(double tone, double ratio) method Darker (line 157) | public static double Darker(double tone, double ratio) method DarkerUnsafe (line 191) | public static double DarkerUnsafe(double tone, double ratio) FILE: src/MaterialDesign3.MaterialColorUtilities/Dislike/DislikeAnalyzer.cs class DislikeAnalyzer (line 14) | public static class DislikeAnalyzer method IsDisliked (line 21) | public static bool IsDisliked(Hct hct) method FixIfDisliked (line 37) | public static Hct FixIfDisliked(Hct hct) FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/ColorSpec.cs type ColorSpec (line 3) | public interface ColorSpec method HighestSurface (line 93) | DynamicColor HighestSurface(DynamicScheme s); method GetHct (line 96) | Hct GetHct(DynamicScheme scheme, DynamicColor color); method GetTone (line 97) | double GetTone(DynamicScheme scheme, DynamicColor color); method GetPrimaryPalette (line 100) | TonalPalette GetPrimaryPalette(Variant variant, Hct sourceColorHct, bo... method GetSecondaryPalette (line 101) | TonalPalette GetSecondaryPalette(Variant variant, Hct sourceColorHct, ... method GetTertiaryPalette (line 102) | TonalPalette GetTertiaryPalette(Variant variant, Hct sourceColorHct, b... method GetNeutralPalette (line 103) | TonalPalette GetNeutralPalette(Variant variant, Hct sourceColorHct, bo... method GetNeutralVariantPalette (line 104) | TonalPalette GetNeutralVariantPalette(Variant variant, Hct sourceColor... method GetErrorPalette (line 105) | TonalPalette? GetErrorPalette(Variant variant, Hct sourceColorHct, boo... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/ColorSpec2021.cs class ColorSpec2021 (line 3) | public class ColorSpec2021 : ColorSpec method HighestSurface (line 552) | public DynamicColor HighestSurface(DynamicScheme s) => s.IsDark ? Surf... method IsFidelity (line 554) | private static bool IsFidelity(DynamicScheme scheme) => scheme.Variant... method IsMonochrome (line 555) | private static bool IsMonochrome(DynamicScheme scheme) => scheme.Varia... method FindDesiredChromaByTone (line 557) | private static double FindDesiredChromaByTone(double hue, double chrom... method GetHct (line 589) | public Hct GetHct(DynamicScheme scheme, DynamicColor color) method GetTone (line 595) | public double GetTone(DynamicScheme scheme, DynamicColor color) method GetPrimaryPalette (line 751) | public TonalPalette GetPrimaryPalette(Variant variant, Hct sourceColor... method GetSecondaryPalette (line 767) | public TonalPalette GetSecondaryPalette(Variant variant, Hct sourceCol... method GetTertiaryPalette (line 793) | public TonalPalette GetTertiaryPalette(Variant variant, Hct sourceColo... method GetNeutralPalette (line 819) | public TonalPalette GetNeutralPalette(Variant variant, Hct sourceColor... method GetNeutralVariantPalette (line 835) | public TonalPalette GetNeutralVariantPalette(Variant variant, Hct sour... method GetErrorPalette (line 851) | public TonalPalette? GetErrorPalette(Variant variant, Hct sourceColorH... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/ColorSpec2025.cs class ColorSpec2025 (line 3) | public class ColorSpec2025 : ColorSpec2021 method FindBestToneForChroma (line 1163) | private static double FindBestToneForChroma(double hue, double chroma,... method TMaxC (line 1181) | private static double TMaxC(TonalPalette palette) => TMaxC(palette, 0,... method TMaxC (line 1183) | private static double TMaxC(TonalPalette palette, double lowerBound, d... method TMaxC (line 1185) | private static double TMaxC(TonalPalette palette, double lowerBound, d... method TMinC (line 1191) | private static double TMinC(TonalPalette palette) => TMinC(palette, 0,... method TMinC (line 1193) | private static double TMinC(TonalPalette palette, double lowerBound, d... method GetContrastCurve (line 1199) | private static ContrastCurve GetContrastCurve(double @default) method GetHct (line 1213) | public new Hct GetHct(DynamicScheme scheme, DynamicColor color) method GetTone (line 1223) | public new double GetTone(DynamicScheme scheme, DynamicColor color) method GetPrimaryPalette (line 1360) | public new TonalPalette GetPrimaryPalette(Variant variant, Hct sourceC... method GetSecondaryPalette (line 1374) | public new TonalPalette GetSecondaryPalette(Variant variant, Hct sourc... method GetTertiaryPalette (line 1396) | public new TonalPalette GetTertiaryPalette(Variant variant, Hct source... method GetNeutralPalette (line 1428) | public new TonalPalette GetNeutralPalette(Variant variant, Hct sourceC... method GetNeutralVariantPalette (line 1440) | public new TonalPalette GetNeutralVariantPalette(Variant variant, Hct ... method GetErrorPalette (line 1463) | public new TonalPalette? GetErrorPalette(Variant variant, Hct sourceCo... method GetExpressiveNeutralHue (line 1479) | private static double GetExpressiveNeutralHue(Hct sourceColorHct) method GetExpressiveNeutralChroma (line 1487) | private static double GetExpressiveNeutralChroma(Hct sourceColorHct, b... method GetVibrantNeutralHue (line 1493) | private static double GetVibrantNeutralHue(Hct sourceColorHct) method GetVibrantNeutralChroma (line 1501) | private static double GetVibrantNeutralChroma(Hct sourceColorHct, Plat... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/ColorSpecs.cs class ColorSpecs (line 3) | public static class ColorSpecs method Get (line 8) | public static ColorSpec Get() => Get(SpecVersion.Spec2021); method Get (line 10) | public static ColorSpec Get(SpecVersion specVersion) => specVersion ==... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/ContrastCurve.cs type ContrastCurve (line 5) | public record ContrastCurve(double Low, double Normal, double Medium, do... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/DeltaConstraint.cs type DeltaConstraint (line 3) | public enum DeltaConstraint FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/DynamicColor.cs class DynamicColor (line 5) | public sealed class DynamicColor method DynamicColor (line 20) | public DynamicColor( method DynamicColor (line 43) | public DynamicColor( method DynamicColor (line 67) | public DynamicColor( method FromPalette (line 91) | public static DynamicColor FromPalette( method FromPalette (line 107) | public static DynamicColor FromPalette( method FromArgb (line 124) | public static DynamicColor FromArgb(string name, int argb) method GetArgb (line 131) | public int GetArgb(DynamicScheme scheme) method GetColor (line 143) | public System.Windows.Media.Color GetColor(DynamicScheme scheme) method GetHct (line 146) | public Hct GetHct(DynamicScheme scheme) method GetTone (line 161) | public double GetTone(DynamicScheme scheme) => ColorSpecs.Get(scheme.S... method ForegroundTone (line 163) | public static double ForegroundTone(double bgTone, double ratio) method EnableLightForeground (line 190) | public static double EnableLightForeground(double tone) method TonePrefersLightForeground (line 199) | public static bool TonePrefersLightForeground(double tone) => Round(to... method ToneAllowsLightForeground (line 201) | public static bool ToneAllowsLightForeground(double tone) => Round(ton... method GetInitialToneFromBackground (line 203) | public static Func GetInitialToneFromBackground( method ToBuilder (line 218) | public Builder ToBuilder() class Builder (line 233) | public sealed class Builder method SetName (line 246) | public Builder SetName(string name) { _name = name; return this; } method SetPalette (line 247) | public Builder SetPalette(Func palette)... method SetTone (line 248) | public Builder SetTone(Func tone) { _tone = t... method SetIsBackground (line 249) | public Builder SetIsBackground(bool isBackground) { _isBackground = ... method SetChromaMultiplier (line 250) | public Builder SetChromaMultiplier(Func chrom... method SetBackground (line 251) | public Builder SetBackground(Func backg... method SetSecondBackground (line 252) | public Builder SetSecondBackground(Func... method SetContrastCurve (line 253) | public Builder SetContrastCurve(Func c... method SetToneDeltaPair (line 254) | public Builder SetToneDeltaPair(Func t... method SetOpacity (line 255) | public Builder SetOpacity(Func opacity) { _op... method ExtendSpecVersion (line 257) | public Builder ExtendSpecVersion(SpecVersion specVersion, DynamicCol... method Build (line 285) | public DynamicColor Build() method ValidateExtendedColor (line 314) | private void ValidateExtendedColor(SpecVersion specVersion, DynamicC... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/DynamicScheme.cs class DynamicScheme (line 5) | public class DynamicScheme method DynamicScheme (line 26) | public DynamicScheme() => throw new NotImplementedException(); method DynamicScheme (line 28) | public DynamicScheme( method DynamicScheme (line 54) | public DynamicScheme( method DynamicScheme (line 81) | public DynamicScheme( method From (line 111) | public static DynamicScheme From(DynamicScheme other, bool isDark) => ... method From (line 113) | public static DynamicScheme From(DynamicScheme other, bool isDark, dou... method GetPiecewiseValue (line 130) | public static double GetPiecewiseValue(Hct sourceColorHct, double[] hu... method GetRotatedHue (line 149) | public static double GetRotatedHue(Hct sourceColorHct, double[] hueBre... method GetHct (line 164) | public Hct GetHct(DynamicColor dynamicColor) => dynamicColor.GetHct(th... method GetArgb (line 166) | public int GetArgb(DynamicColor dynamicColor) => dynamicColor.GetArgb(... method ToString (line 168) | public override string ToString() FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/MaterialDynamicColors.cs class MaterialDynamicColors (line 3) | public sealed class MaterialDynamicColors method HighestSurface (line 7) | public DynamicColor HighestSurface(DynamicScheme s) => colorSpec.Highe... method AllDynamicColors (line 97) | public IEnumerable AllDynamicColors() FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/Platform.cs type Platform (line 3) | public enum Platform FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/SpecVersion.cs type SpecVersion (line 3) | public enum SpecVersion FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/ToneDeltaPair.cs class ToneDeltaPair (line 3) | public sealed class ToneDeltaPair method ToneDeltaPair (line 12) | public ToneDeltaPair(DynamicColor roleA, DynamicColor roleB, double de... method ToneDeltaPair (line 22) | public ToneDeltaPair(DynamicColor roleA, DynamicColor roleB, double de... FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/TonePolarity.cs type TonePolarity (line 3) | public enum TonePolarity FILE: src/MaterialDesign3.MaterialColorUtilities/DynamicColor/Variant.cs type Variant (line 3) | public enum Variant FILE: src/MaterialDesign3.MaterialColorUtilities/Hct/Cam16.cs class Cam16 (line 9) | public sealed class Cam16 method Distance (line 50) | public double Distance(Cam16 other) method GetHue (line 63) | public double GetHue() => Hue; method GetChroma (line 68) | public double GetChroma() => Chroma; method GetJ (line 73) | public double GetJ() => J; method GetQ (line 78) | public double GetQ() => Q; method GetM (line 83) | public double GetM() => M; method GetS (line 88) | public double GetS() => S; method GetJstar (line 93) | public double GetJstar() => Jstar; method GetAstar (line 98) | public double GetAstar() => Astar; method GetBstar (line 103) | public double GetBstar() => Bstar; method Cam16 (line 108) | private Cam16( method FromInt (line 133) | public static Cam16 FromInt(int argb) => FromIntInViewingConditions(ar... method FromIntInViewingConditions (line 138) | internal static Cam16 FromIntInViewingConditions(int argb, ViewingCond... method FromXyzInViewingConditions (line 154) | internal static Cam16 FromXyzInViewingConditions( method FromJch (line 235) | internal static Cam16 FromJch(double j, double c, double h) => FromJch... method FromJchInViewingConditions (line 240) | private static Cam16 FromJchInViewingConditions(double j, double c, do... method FromUcs (line 264) | public static Cam16 FromUcs(double jstar, double astar, double bstar) ... method FromUcsInViewingConditions (line 269) | public static Cam16 FromUcsInViewingConditions(double jstar, double as... method ToInt (line 286) | public int ToInt() => Viewed(ViewingConditions.DEFAULT); method Viewed (line 291) | internal int Viewed(ViewingConditions viewingConditions) method XyzInViewingConditions (line 297) | public double[] XyzInViewingConditions(ViewingConditions viewingCondit... FILE: src/MaterialDesign3.MaterialColorUtilities/Hct/Hct.cs class Hct (line 10) | public sealed class Hct method From (line 20) | public static Hct From(double hue, double chroma, double tone) method FromInt (line 29) | public static Hct FromInt(int argb) => new(argb); method Hct (line 31) | private Hct(int argb) => SetInternalState(argb); method SetHue (line 37) | public void SetHue(double newHue) => SetInternalState(HctSolver.SolveT... method SetChroma (line 43) | public void SetChroma(double newChroma) => SetInternalState(HctSolver.... method SetTone (line 49) | public void SetTone(double newTone) => SetInternalState(HctSolver.Solv... method ToString (line 51) | public override string ToString() => $"HCT({(int)Round(Hue)}, {(int)Ro... method IsBlue (line 53) | public static bool IsBlue(double hue) => hue is >= 250 and < 270; method IsYellow (line 55) | public static bool IsYellow(double hue) => hue is >= 105 and < 125; method IsCyan (line 57) | public static bool IsCyan(double hue) => hue is >= 170 and < 207; method InViewingConditions (line 62) | public Hct InViewingConditions(ViewingConditions vc) method SetInternalState (line 78) | private void SetInternalState(int argb) FILE: src/MaterialDesign3.MaterialColorUtilities/Hct/HctSolver.cs class HctSolver (line 8) | public static class HctSolver method SanitizeRadians (line 97) | internal static double SanitizeRadians(double angle) => (angle + PI * ... method TrueDelinearized (line 99) | internal static double TrueDelinearized(double rgbComponent) method ChromaticAdaptation (line 114) | internal static double ChromaticAdaptation(double component) method HueOf (line 123) | internal static double HueOf(double[] linrgb) method AreInCyclicOrder (line 134) | internal static bool AreInCyclicOrder(double a, double b, double c) method Intercept (line 144) | internal static double Intercept(double source, double mid, double tar... method LerpPoint (line 146) | internal static double[] LerpPoint(double[] source, double t, double[]... method SetCoordinate (line 158) | internal static double[] SetCoordinate(double[] source, double coordin... method IsBounded (line 164) | internal static bool IsBounded(double x) => 0.0 <= x && x <= 100.0; method NthVertex (line 169) | internal static double[] NthVertex(double y, int n) method BisectToSegment (line 223) | internal static double[][] BisectToSegment(double y, double targetHue) method Midpoint (line 266) | internal static double[] Midpoint(double[] a, double[] b) => [(a[0] + ... method CriticalPlaneBelow (line 268) | internal static int CriticalPlaneBelow(double x) => (int)Floor(x - 0.5); method CriticalPlaneAbove (line 270) | internal static int CriticalPlaneAbove(double x) => (int)Ceiling(x - 0... method BisectToLimit (line 275) | internal static double[] BisectToLimit(double y, double targetHue) method InverseChromaticAdaptation (line 327) | internal static double InverseChromaticAdaptation(double adapted) method FindResultByJ (line 337) | internal static int FindResultByJ(double hueRadians, double chroma, do... method SolveToInt (line 397) | public static int SolveToInt(double hueDegrees, double chroma, double ... method SolveToCam (line 418) | public static Cam16 SolveToCam(double hueDegrees, double chroma, doubl... FILE: src/MaterialDesign3.MaterialColorUtilities/Hct/ViewingConditions.cs class ViewingConditions (line 11) | public sealed class ViewingConditions method Make (line 33) | public static ViewingConditions Make( method DefaultWithBackgroundLstar (line 98) | public static ViewingConditions DefaultWithBackgroundLstar(double lstar) method ViewingConditions (line 111) | private ViewingConditions( FILE: src/MaterialDesign3.MaterialColorUtilities/Palettes/CorePalette.cs class CorePalette (line 8) | [Obsolete("Use DynamicScheme for color scheme generation. Use CorePalett... method Of (line 21) | [Obsolete("Use DynamicScheme for color scheme generation. Use CorePale... method ContentOf (line 27) | [Obsolete("Use DynamicScheme for color scheme generation. Use CorePale... method CorePalette (line 30) | private CorePalette(int argb, bool isContent) FILE: src/MaterialDesign3.MaterialColorUtilities/Palettes/CorePalettes.cs type CorePalettes (line 7) | public record CorePalettes( FILE: src/MaterialDesign3.MaterialColorUtilities/Palettes/TonalPalette.cs class TonalPalette (line 9) | public sealed class TonalPalette method FromInt (line 19) | public static TonalPalette FromInt(int argb) => FromHct(Hct.FromInt(ar... method FromHct (line 24) | public static TonalPalette FromHct(Hct hct) => new(hct.Hue, hct.Chroma... method FromHueAndChroma (line 29) | public static TonalPalette FromHueAndChroma(double hue, double chroma) method TonalPalette (line 35) | private TonalPalette(double hue, double chroma, Hct keyColor) method Tone (line 45) | public int Tone(int tone) method GetHct (line 67) | public Hct GetHct(double tone) => Hct.From(_hue, _chroma, tone); method GetChroma (line 70) | public double GetChroma() => _chroma; method GetHue (line 73) | public double GetHue() => _hue; method GetKeyColor (line 76) | public Hct GetKeyColor() => _keyColor; method AverageArgb (line 78) | private static int AverageArgb(int argb1, int argb2) class KeyColor (line 95) | private sealed class KeyColor method KeyColor (line 102) | public KeyColor(double hue, double requestedChroma) method Create (line 108) | public Hct Create() method MaxChroma (line 152) | private double MaxChroma(int tone) FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/PointProvider.cs type PointProvider (line 3) | public interface PointProvider method FromInt (line 6) | double[] FromInt(int argb); method ToInt (line 9) | int ToInt(double[] point); method Distance (line 12) | double Distance(double[] a, double[] b); FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/PointProviderLab.cs class PointProviderLab (line 7) | public sealed class PointProviderLab: PointProvider method FromInt (line 14) | public double[] FromInt(int argb) method ToInt (line 25) | public int ToInt(double[] lab) => ColorUtils.ArgbFromLab(lab[0], lab[1... method Distance (line 35) | public double Distance(double[] one, double[] two) FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/Quantizer.cs type Quantizer (line 3) | public interface Quantizer method Quantize (line 5) | QuantizerResult Quantize(int[] pixels, int maxColors); FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/QuantizerCelebi.cs class QuantizerCelebi (line 3) | public sealed class QuantizerCelebi method QuantizerCelebi (line 5) | private QuantizerCelebi() { } method Quantize (line 7) | public static Dictionary Quantize(int[] pixels, int maxColors) FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/QuantizerMap.cs class QuantizerMap (line 3) | public sealed class QuantizerMap: Quantizer method Quantize (line 7) | public QuantizerResult Quantize(int[] pixels, int colorCount) FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/QuantizerResult.cs type QuantizerResult (line 3) | public record QuantizerResult(Dictionary ColorToCount); FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/QuantizerWsmeans.cs class QuantizerWsMeans (line 5) | public static class QuantizerWsMeans class Distance (line 7) | private sealed class Distance : IComparable method CompareTo (line 11) | public int CompareTo(Distance? other) method Quantize (line 21) | public static Dictionary Quantize(int[] inputPixels, int[] s... FILE: src/MaterialDesign3.MaterialColorUtilities/Quantize/QuantizerWu.cs class QuantizerWu (line 3) | public sealed class QuantizerWu: Quantizer method Quantize (line 17) | public QuantizerResult Quantize(int[] pixels, int colorCount) method GetIndex (line 32) | private static int GetIndex(int r, int g, int b) => (r << (INDEX_BITS ... method ConstructHistogram (line 34) | private void ConstructHistogram(Dictionary pixels) method CreateMoments (line 62) | private void CreateMoments() method CreateBoxes (line 105) | private CreateBoxesResult CreateBoxes(int maxColorCount) method CreateResult (line 150) | private List CreateResult(int colorCount) method Variance (line 169) | private double Variance(Box cube) method Cut (line 189) | private bool Cut(Box one, Box two) method Maximize (line 252) | private MaximizeResult Maximize( method Volume (line 305) | private static int Volume(Box cube, int[] moment) method Bottom (line 317) | private static int Bottom(Box cube, Direction direction, int[] moment) method Top (line 339) | private static int Top(Box cube, Direction direction, int position, in... type Direction (line 361) | private enum Direction { RED, GREEN, BLUE } class MaximizeResult (line 363) | private sealed class MaximizeResult method MaximizeResult (line 367) | public MaximizeResult(int cut, double max) class CreateBoxesResult (line 374) | private sealed class CreateBoxesResult method CreateBoxesResult (line 378) | public CreateBoxesResult(int requestedCount, int resultCount) class Box (line 385) | private sealed class Box FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/DynamicSchemeFactory.cs class DynamicSchemeFactory (line 8) | public static class DynamicSchemeFactory method Create (line 17) | public static DynamicScheme Create( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/Scheme.cs type Scheme (line 6) | public record Scheme( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeContent.cs class SchemeContent (line 3) | public class SchemeContent: DynamicScheme method SchemeContent (line 5) | public SchemeContent(Hct sourceColorHct, bool isDark, double contrastL... method SchemeContent (line 10) | public SchemeContent( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeExpressive.cs class SchemeExpressive (line 3) | public class SchemeExpressive: DynamicScheme method SchemeExpressive (line 5) | public SchemeExpressive(Hct sourceColorHct, bool isDark, double contra... method SchemeExpressive (line 10) | public SchemeExpressive( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeFidelity.cs class SchemeFidelity (line 3) | public class SchemeFidelity: DynamicScheme method SchemeFidelity (line 5) | public SchemeFidelity(Hct sourceColorHct, bool isDark, double contrast... method SchemeFidelity (line 10) | public SchemeFidelity( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeFruitSalad.cs class SchemeFruitSalad (line 3) | public class SchemeFruitSalad: DynamicScheme method SchemeFruitSalad (line 5) | public SchemeFruitSalad(Hct sourceColorHct, bool isDark, double contra... method SchemeFruitSalad (line 10) | public SchemeFruitSalad( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeMonochrome.cs class SchemeMonochrome (line 3) | public class SchemeMonochrome: DynamicScheme method SchemeMonochrome (line 5) | public SchemeMonochrome(Hct sourceColorHct, bool isDark, double contra... method SchemeMonochrome (line 10) | public SchemeMonochrome( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeNeutral.cs class SchemeNeutral (line 3) | public class SchemeNeutral: DynamicScheme method SchemeNeutral (line 5) | public SchemeNeutral(Hct sourceColorHct, bool isDark, double contrastL... method SchemeNeutral (line 10) | public SchemeNeutral( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeRainbow.cs class SchemeRainbow (line 3) | public class SchemeRainbow: DynamicScheme method SchemeRainbow (line 5) | public SchemeRainbow(Hct sourceColorHct, bool isDark, double contrastL... method SchemeRainbow (line 10) | public SchemeRainbow( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeTonalSpot.cs class SchemeTonalSpot (line 3) | public class SchemeTonalSpot: DynamicScheme method SchemeTonalSpot (line 5) | public SchemeTonalSpot(Hct sourceColorHct, bool isDark, double contras... method SchemeTonalSpot (line 10) | public SchemeTonalSpot( FILE: src/MaterialDesign3.MaterialColorUtilities/Scheme/SchemeVibrant.cs class SchemeVibrant (line 3) | public class SchemeVibrant: DynamicScheme method SchemeVibrant (line 5) | public SchemeVibrant(Hct sourceColorHct, bool isDark, double contrastL... method SchemeVibrant (line 10) | public SchemeVibrant( FILE: src/MaterialDesign3.MaterialColorUtilities/Score/Score.cs class Score (line 6) | public static class Score method ScoreColors (line 26) | public static IEnumerable ScoreColors( type ScoredHct (line 116) | private record ScoredHct(Hct Hct, double Score); class ScoredComparator (line 118) | private sealed class ScoredComparator : IComparer method Compare (line 120) | public int Compare(ScoredHct? x, ScoredHct? y) FILE: src/MaterialDesign3.MaterialColorUtilities/Temperature/TemperatureCache.cs class TemperatureCache (line 9) | public sealed class TemperatureCache method TemperatureCache (line 21) | public TemperatureCache(Hct input) => this.input = input; method GetComplement (line 26) | public Hct GetComplement() method GetAnalogousColors (line 70) | public List GetAnalogousColors() => GetAnalogousColors(5, 12); method GetAnalogousColors (line 77) | public List GetAnalogousColors(int count, int divisions) method GetRelativeTemperature (line 176) | public double GetRelativeTemperature(Hct hct) method RawTemperature (line 191) | public static double RawTemperature(Hct color) method GetColdest (line 202) | private Hct GetColdest() => GetHctsByTemp()[0]; method GetHctsByHue (line 207) | private List GetHctsByHue() method GetHctsByTemp (line 226) | private List GetHctsByTemp() method GetTempsByHct (line 246) | private Dictionary GetTempsByHct() method GetWarmest (line 272) | private Hct GetWarmest() method IsBetween (line 281) | private static bool IsBetween(double angle, double a, double b) FILE: src/MaterialDesign3.MaterialColorUtilities/Utils/ColorUtils.cs class ColorUtils (line 6) | public static class ColorUtils method ArgbFromRgb (line 27) | public static int ArgbFromRgb(int red, int green, int blue) => (255 <<... method ColorFromArgb (line 32) | public static System.Windows.Media.Color ColorFromArgb(int argb) => method ArgbFromColor (line 42) | public static int ArgbFromColor(System.Windows.Media.Color color) => method ArgbFromLinrgb (line 48) | public static int ArgbFromLinrgb(double[] linrgb) method AlphaFromArgb (line 59) | public static int AlphaFromArgb(int argb) => (argb >> 24) & 255; method RedFromArgb (line 64) | public static int RedFromArgb(int argb) => (argb >> 16) & 255; method GreenFromArgb (line 69) | public static int GreenFromArgb(int argb) => (argb >> 8) & 255; method BlueFromArgb (line 74) | public static int BlueFromArgb(int argb) => argb & 255; method IsOpaque (line 79) | public static bool IsOpaque(int argb) => AlphaFromArgb(argb) >= 255; method ArgbFromXyz (line 84) | public static int ArgbFromXyz(double x, double y, double z) method XyzFromArgb (line 99) | public static double[] XyzFromArgb(int argb) method ArgbFromLab (line 110) | public static int ArgbFromLab(double l, double a, double b) method LabFromArgb (line 127) | public static double[] LabFromArgb(int argb) method ArgbFromLstar (line 151) | public static int ArgbFromLstar(double lstar) method LstarFromArgb (line 161) | public static double LstarFromArgb(int argb) method YFromLstar (line 170) | public static double YFromLstar(double lstar) => 100.0 * LabInvf((lsta... method LstarFromY (line 175) | public static double LstarFromY(double y) => LabF(y / 100.0) * 116.0 -... method Linearized (line 180) | public static double Linearized(int rgbComponent) method Delinearized (line 194) | public static int Delinearized(double rgbComponent) method WhitePointD65 (line 212) | public static double[] WhitePointD65() => WHITE_POINT_D65; method LabF (line 214) | internal static double LabF(double t) method LabInvf (line 226) | internal static double LabInvf(double ft) FILE: src/MaterialDesign3.MaterialColorUtilities/Utils/MathUtils.cs class MathUtils (line 6) | public static class MathUtils method Signum (line 11) | public static int Signum(double num) method Lerp (line 21) | public static double Lerp(double start, double stop, double amount) =>... method ClampInt (line 26) | public static int ClampInt(int min, int max, int input) method ClampDouble (line 36) | public static double ClampDouble(double min, double max, double input) method SanitizeDegreesInt (line 46) | public static int SanitizeDegreesInt(int degrees) method SanitizeDegreesDouble (line 56) | public static double SanitizeDegreesDouble(double degrees) method RotationDirection (line 66) | public static double RotationDirection(double from, double to) method DifferenceDegrees (line 75) | public static double DifferenceDegrees(double a, double b) => 180.0 - ... method MatrixMultiply (line 80) | public static double[] MatrixMultiply(double[] row, double[][] matrix) method Hypot (line 93) | public static double Hypot(double x, double y) method Expm1 (line 107) | public static double Expm1(double x) method Log1p (line 122) | public static double Log1p(double x) method Cbrt (line 141) | public static double Cbrt(double x) => x < 0 ? -Math.Pow(-x, 1.0 / 3.0... method Clamp (line 143) | public static double Clamp(double min, double max, double value) FILE: src/MaterialDesign3.MaterialColorUtilities/Utils/StringUtils.cs class StringUtils (line 6) | public static class StringUtils method HexFromArgb (line 11) | public static string HexFromArgb(int argb) FILE: src/MaterialDesign3.Motion/AnimationEndReason.cs type AnimationEndReason (line 6) | public enum AnimationEndReason FILE: src/MaterialDesign3.Motion/AnimationParameters.cs class AnimationParameters (line 6) | public sealed class AnimationParameters FILE: src/MaterialDesign3.Motion/AnimationSpec.cs class AnimationSpec (line 6) | public sealed class AnimationSpec FILE: src/MaterialDesign3.Motion/AnimationVector.cs class AnimationVector (line 9) | public abstract class AnimationVector method Reset (line 11) | internal abstract void Reset(); method NewVector (line 13) | internal abstract AnimationVector NewVector(); method GetValue (line 15) | internal abstract float GetValue(int index); method SetValue (line 17) | internal abstract void SetValue(int index, float value); FILE: src/MaterialDesign3.Motion/AnimationVector1D.cs class AnimationVector1D (line 6) | public sealed class AnimationVector1D : AnimationVector method AnimationVector1D (line 8) | public AnimationVector1D() method AnimationVector1D (line 13) | public AnimationVector1D(float value) method Reset (line 20) | internal override void Reset() => Value = 0f; method NewVector (line 22) | internal override AnimationVector NewVector() => new AnimationVector1D... method GetValue (line 24) | internal override float GetValue(int index) => index == 0 ? Value : 0f; method SetValue (line 26) | internal override void SetValue(int index, float value) method ToString (line 36) | public override string ToString() => $"AnimationVector1D(Value = {Valu... method Equals (line 38) | public override bool Equals(object? obj) => method GetHashCode (line 41) | public override int GetHashCode() => Value.GetHashCode(); FILE: src/MaterialDesign3.Motion/AnimationVector2D.cs class AnimationVector2D (line 6) | public sealed class AnimationVector2D : AnimationVector method AnimationVector2D (line 8) | public AnimationVector2D() method AnimationVector2D (line 13) | public AnimationVector2D(float v1, float v2) method Reset (line 23) | internal override void Reset() method NewVector (line 29) | internal override AnimationVector NewVector() => new AnimationVector2D... method GetValue (line 31) | internal override float GetValue(int index) => index switch method SetValue (line 38) | internal override void SetValue(int index, float value) method ToString (line 53) | public override string ToString() => $"AnimationVector2D(V1 = {V1}, V2... method Equals (line 55) | public override bool Equals(object? obj) => method GetHashCode (line 58) | public override int GetHashCode() => HashCode.Combine(V1, V2); FILE: src/MaterialDesign3.Motion/AnimationVector3D.cs class AnimationVector3D (line 6) | public sealed class AnimationVector3D : AnimationVector method AnimationVector3D (line 8) | public AnimationVector3D() method AnimationVector3D (line 13) | public AnimationVector3D(float v1, float v2, float v3) method Reset (line 26) | internal override void Reset() method NewVector (line 33) | internal override AnimationVector NewVector() => new AnimationVector3D... method GetValue (line 35) | internal override float GetValue(int index) => index switch method SetValue (line 43) | internal override void SetValue(int index, float value) method ToString (line 61) | public override string ToString() => $"AnimationVector3D(V1 = {V1}, V2... method Equals (line 63) | public override bool Equals(object? obj) => method GetHashCode (line 69) | public override int GetHashCode() => HashCode.Combine(V1, V2, V3); FILE: src/MaterialDesign3.Motion/AnimationVector4D.cs class AnimationVector4D (line 6) | public sealed class AnimationVector4D : AnimationVector method AnimationVector4D (line 8) | public AnimationVector4D() method AnimationVector4D (line 13) | public AnimationVector4D(float v1, float v2, float v3, float v4) method Reset (line 29) | internal override void Reset() method NewVector (line 37) | internal override AnimationVector NewVector() => new AnimationVector4D... method GetValue (line 39) | internal override float GetValue(int index) => index switch method SetValue (line 48) | internal override void SetValue(int index, float value) method ToString (line 69) | public override string ToString() => $"AnimationVector4D(V1 = {V1}, V2... method Equals (line 71) | public override bool Equals(object? obj) => method GetHashCode (line 78) | public override int GetHashCode() => HashCode.Combine(V1, V2, V3, V4); FILE: src/MaterialDesign3.Motion/AnimationVectorExtensions.cs class AnimationVectorExtensions (line 3) | internal static class AnimationVectorExtensions method NewInstance (line 5) | public static T NewInstance(this T vector) method Copy (line 16) | public static T Copy(this T vector) method CopyFrom (line 33) | public static void CopyFrom(this T vector, T source) FILE: src/MaterialDesign3.Motion/AnimationVectorFactory.cs class AnimationVectorFactory (line 3) | public static class AnimationVectorFactory method Create (line 5) | public static AnimationVector1D Create(float v1) => new(v1); method Create (line 7) | public static AnimationVector2D Create(float v1, float v2) => new(v1, ... method Create (line 9) | public static AnimationVector3D Create(float v1, float v2, float v3) =... method Create (line 11) | public static AnimationVector4D Create(float v1, float v2, float v3, f... FILE: src/MaterialDesign3.Motion/ArcSpline.cs class ArcSpline (line 6) | internal sealed class ArcSpline method ArcSpline (line 21) | public ArcSpline(int[] arcModes, float[] timePoints, float[][] y) method GetPos (line 82) | public void GetPos(float time, float[] values) => GetPos(time, values,... method GetPos (line 84) | public void GetPos(float time, float[] values, int offset) method GetSlope (line 178) | public void GetSlope(float time, float[] slope) method GetSlope (line 220) | public float GetSlope(float time, int component) class Arc (line 253) | private sealed class Arc method Arc (line 294) | public Arc(int mode, float time1, float time2, float x1, float y1, f... method SetPoint (line 341) | public void SetPoint(float time) method CalcAngle (line 348) | private float CalcAngle(float time) method CalcX (line 354) | public float CalcX() => EllipseCenterX + EllipseA * _tmpSinAngle; method CalcY (line 356) | public float CalcY() => EllipseCenterY + EllipseB * _tmpCosAngle; method CalcDx (line 358) | public float CalcDx() method CalcDy (line 366) | public float CalcDy() method GetLinearX (line 374) | public float GetLinearX(float time) method GetLinearY (line 380) | public float GetLinearY(float time) method Lookup (line 386) | private float Lookup(float v) method BuildTable (line 399) | private void BuildTable(float x1, float y1, float x2, float y2) method Hypot (line 453) | private static float Hypot(float x, float y) method ToRadians (line 485) | internal static double ToRadians(double value) => value * Math.PI / 18... method BinarySearch (line 491) | internal static int BinarySearch(float[] array, float position) FILE: src/MaterialDesign3.Motion/CubicBezierEasing.cs type CubicBezierEasing (line 27) | public record CubicBezierEasing(float X1, float Y1, float X2, float Y2); FILE: src/MaterialDesign3.Motion/Easing.cs type Easing (line 11) | public record Easing(CubicBezierEasing? CubicBezier); FILE: src/MaterialDesign3.Motion/Hermite.cs class Hermite (line 3) | internal static class Hermite method Interpolate (line 5) | public static float Interpolate(float h, float x, float y1, float y2, ... method Differential (line 12) | public static float Differential(float h, float x, float y1, float y2,... FILE: src/MaterialDesign3.Motion/IMotionScheme.cs type IMotionScheme (line 6) | public interface IMotionScheme FILE: src/MaterialDesign3.Motion/ITwoWayConverter.cs type ITwoWayConverter (line 8) | public interface ITwoWayConverter FILE: src/MaterialDesign3.Motion/MonoSpline.cs class MonoSpline (line 3) | internal sealed class MonoSpline method MonoSpline (line 9) | public MonoSpline(float[] time, float[][] y, float periodicBias) method GetPos (line 70) | public float GetPos(float time, int component) method GetPos (line 104) | public void GetPos(float time, AnimationVector vector, int index = 0) method GetSlope (line 134) | public float GetSlope(float time, int component) method GetSlope (line 155) | public void GetSlope(float time, float[] slope) method GetSlope (line 185) | public void GetSlope(float time, AnimationVector vector, int index = 0) method MakeFloatArray (line 234) | private static float[][] MakeFloatArray(int count, int dimension) method Clamp (line 245) | private static float Clamp(float value, float min, float max) FILE: src/MaterialDesign3.Motion/Motion.cs type Motion (line 3) | internal readonly record struct Motion(float Value, float Velocity); FILE: src/MaterialDesign3.Motion/MotionSchemeContext.cs class MotionSchemeContext (line 6) | public static class MotionSchemeContext FILE: src/MaterialDesign3.Motion/MotionSchemeExtensions.cs class MotionSchemeExtensions (line 3) | public static class MotionSchemeExtensions method RememberDefaultSpatialSpec (line 5) | public static SpringMotionSpec RememberDefaultSpatialSpec(this IMotion... method RememberFastSpatialSpec (line 6) | public static SpringMotionSpec RememberFastSpatialSpec(this IMotionSch... method RememberSlowSpatialSpec (line 7) | public static SpringMotionSpec RememberSlowSpatialSpec(this IMotionSch... method RememberDefaultEffectsSpec (line 8) | public static SpringMotionSpec RememberDefaultEffectsSpec(this IMotion... method RememberFastEffectsSpec (line 9) | public static SpringMotionSpec RememberFastEffectsSpec(this IMotionSch... method RememberSlowEffectsSpec (line 10) | public static SpringMotionSpec RememberSlowEffectsSpec(this IMotionSch... method FromToken (line 12) | internal static SpringMotionSpec FromToken(this IMotionScheme scheme, ... FILE: src/MaterialDesign3.Motion/MotionSchemeKeyTokenExtensions.cs class MotionSchemeKeyTokenExtensions (line 3) | internal static class MotionSchemeKeyTokenExtensions method Value (line 5) | internal static SpringMotionSpec Value(this MotionSchemeKeyTokens toke... method Value (line 8) | internal static SpringMotionSpec Value( FILE: src/MaterialDesign3.Motion/MotionSchemeKeyTokens.cs type MotionSchemeKeyTokens (line 3) | public enum MotionSchemeKeyTokens FILE: src/MaterialDesign3.Motion/MotionSchemes.cs class MotionSchemes (line 6) | public static class MotionSchemes method Standard (line 8) | public static IMotionScheme Standard() => new DelegateMotionScheme( method Expressive (line 16) | public static IMotionScheme Expressive() => new DelegateMotionScheme( class DelegateMotionScheme (line 24) | private sealed class DelegateMotionScheme : IMotionScheme method DelegateMotionScheme (line 26) | public DelegateMotionScheme( FILE: src/MaterialDesign3.Motion/MotionTokens.cs class MotionTokens (line 3) | public static class MotionTokens FILE: src/MaterialDesign3.Motion/Preconditions.cs class Preconditions (line 3) | internal static class Preconditions method ThrowIllegalArgumentException (line 5) | internal static void ThrowIllegalArgumentException(string message) => method RequirePrecondition (line 8) | internal static void RequirePrecondition(bool value, Func lazy... method ThrowIllegalStateException (line 18) | internal static void ThrowIllegalStateException(string message) => method ThrowIllegalStateExceptionForNullCheck (line 21) | internal static void ThrowIllegalStateExceptionForNullCheck(string mes... method CheckPreconditionNotNull (line 24) | internal static T CheckPreconditionNotNull(T? value, Func l... method CheckPrecondition (line 35) | internal static void CheckPrecondition(bool value, Func lazyMe... FILE: src/MaterialDesign3.Motion/RepeatMode.cs type RepeatMode (line 6) | public enum RepeatMode FILE: src/MaterialDesign3.Motion/Repeatable.cs class Repeatable (line 6) | public sealed class Repeatable FILE: src/MaterialDesign3.Motion/SpringConstants.cs class SpringConstants (line 6) | public static class SpringConstants FILE: src/MaterialDesign3.Motion/SpringEstimation.cs class SpringEstimation (line 3) | internal static class SpringEstimation method EstimateAnimationDuration (line 5) | public static TimeSpan EstimateAnimationDuration(float stiffness, floa... method EstimateAnimationDuration (line 20) | public static TimeSpan EstimateAnimationDuration(double stiffness, dou... method EstimateAnimationDuration (line 42) | public static TimeSpan EstimateAnimationDuration(double springConstant... method EstimateUnderDamped (line 66) | private static double EstimateUnderDamped(double firstRootReal, double... method EstimateCriticallyDamped (line 76) | private static double EstimateCriticallyDamped(double firstRootReal, d... method EstimateOverDamped (line 145) | private static double EstimateOverDamped(double firstRootReal, double ... method EstimateDurationInternal (line 203) | private static TimeSpan EstimateDurationInternal(double firstRootReal,... method IterateNewtonsMethod (line 228) | private static double IterateNewtonsMethod(double x, Func double.IsNaN(val... method IsFinite (line 237) | private static bool IsFinite(this double value) => !double.IsNaN(value... method EvaluateOverDampedPosition (line 239) | private static double EvaluateOverDampedPosition(double c1, double c2,... FILE: src/MaterialDesign3.Motion/SpringMotionSpec.cs type SpringMotionSpec (line 8) | public record class SpringMotionSpec(double DampingRatio, double Stiffne... FILE: src/MaterialDesign3.Motion/SpringSimulation.cs class SpringSimulation (line 3) | internal sealed class SpringSimulation method SpringSimulation (line 9) | public SpringSimulation(float finalPosition) method GetAcceleration (line 48) | public float GetAcceleration(float lastDisplacement, float lastVelocity) method UpdateValues (line 58) | internal Motion UpdateValues(float lastDisplacement, float lastVelocit... FILE: src/MaterialDesign3.Motion/TwoWayConverter.cs class TwoWayConverter (line 3) | public static class TwoWayConverter method Create (line 5) | public static ITwoWayConverter Create(Func convertTo... class TwoWayConverterImpl (line 16) | private sealed class TwoWayConverterImpl : ITwoWayConverter method TwoWayConverterImpl (line 19) | public TwoWayConverterImpl(Func convertToVector, Func co... FILE: src/MaterialDesign3.Motion/VectorConverters.cs class VectorConverters (line 3) | internal static class VectorConverters method Lerp (line 5) | public static float Lerp(float start, float stop, float fraction) => FILE: src/MaterialDesignColors.Wpf/ColorManipulation/ColorAssist.cs class ColorAssist (line 5) | public static class ColorAssist method RelativeLuminance (line 21) | public static float RelativeLuminance(this Color color) method ContrastRatio (line 41) | public static float ContrastRatio(this Color color, Color color2) method EnsureContrastRatio (line 62) | public static Color EnsureContrastRatio(this Color foreground, Color b... method EnsureContrastRatio (line 74) | public static Color EnsureContrastRatio(this Color foreground, Color b... method ContrastingForegroundColor (line 155) | public static Color ContrastingForegroundColor(this Color color) method IsLightColor (line 158) | public static bool IsLightColor(this Color color) method IsDarkColor (line 175) | public static bool IsDarkColor(this Color color) method ShiftLightness (line 178) | public static Color ShiftLightness(this Color color, double amount = 1... method ShiftLightness (line 185) | public static Color ShiftLightness(this Color color, int amount = 1) method Darken (line 192) | public static Color Darken(this Color color, int amount = 1) method Lighten (line 195) | public static Color Lighten(this Color color, int amount = 1) FILE: src/MaterialDesignColors.Wpf/ColorManipulation/Hsb.cs type Hsb (line 3) | public record struct Hsb(double Hue, double Saturation, double Brightness); FILE: src/MaterialDesignColors.Wpf/ColorManipulation/HsbExtensions.cs class HsbExtensions (line 5) | public static class HsbExtensions method ToColor (line 7) | public static Color ToColor(this Hsb hsv) method ToHsb (line 41) | public static Hsb ToHsb(this Color color) method IsCloseTo (line 85) | private static bool IsCloseTo(this double value, double target, double... FILE: src/MaterialDesignColors.Wpf/ColorManipulation/Hsl.cs type Hsl (line 3) | internal record struct Hsl(double H, double S, double L); FILE: src/MaterialDesignColors.Wpf/ColorManipulation/HslExtensions.cs class HslExtensions (line 5) | internal static class HslExtensions method ToColor (line 7) | public static Color ToColor(this Hsl hsl) FILE: src/MaterialDesignColors.Wpf/ColorManipulation/Lab.cs type Lab (line 3) | internal record struct Lab(double L, double A, double B); class LabConstants (line 5) | internal class LabConstants FILE: src/MaterialDesignColors.Wpf/ColorManipulation/LabExtensions.cs class LabExtensions (line 5) | internal static class LabExtensions method ToLab (line 7) | public static Lab ToLab(this Color c) method ToLab (line 10) | public static Lab ToLab(this Xyz xyz) method ToColor (line 30) | public static Color ToColor(this Lab lab) FILE: src/MaterialDesignColors.Wpf/ColorManipulation/Xyz.cs type Xyz (line 3) | internal record struct Xyz(double X, double Y, double Z); FILE: src/MaterialDesignColors.Wpf/ColorManipulation/XyzExtensions.cs class XyzExtensions (line 5) | internal static class XyzExtensions method ToColor (line 7) | public static Color ToColor(this Xyz xyz) method ToXyz (line 29) | public static Xyz ToXyz(this Color c) method ToXyz (line 50) | public static Xyz ToXyz(this Lab lab) FILE: src/MaterialDesignColors.Wpf/ColorPair.cs type ColorPair (line 7) | [DebuggerDisplay($"Color: {{{nameof(Color)}}}; Foreground: {{{nameof(For... method ColorPair (line 16) | public ColorPair(Color color) method GetForegroundColor (line 20) | public Color GetForegroundColor() => ForegroundColor ?? Color.Contrast... FILE: src/MaterialDesignColors.Wpf/Hue.cs class Hue (line 5) | public class Hue method Hue (line 7) | public Hue(string name, Color color, Color foreground) method ToString (line 22) | public override string ToString() => Name; FILE: src/MaterialDesignColors.Wpf/ISwatch.cs type ISwatch (line 5) | public interface ISwatch FILE: src/MaterialDesignColors.Wpf/MaterialDesignColor.cs type PrimaryColor (line 3) | public enum PrimaryColor type SecondaryColor (line 27) | public enum SecondaryColor type MaterialDesignColor (line 48) | public enum MaterialDesignColor FILE: src/MaterialDesignColors.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/MaterialDesignColors.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/MaterialDesignColors.Wpf/Recommended/AmberSwatch.cs class AmberSwatch (line 4) | public class AmberSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/BlueGreySwatch.cs class BlueGreySwatch (line 4) | public class BlueGreySwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/BlueSwatch.cs class BlueSwatch (line 4) | public class BlueSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/BrownSwatch.cs class BrownSwatch (line 4) | public class BrownSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/CyanSwatch.cs class CyanSwatch (line 4) | public class CyanSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/DeepOrangeSwatch.cs class DeepOrangeSwatch (line 4) | public class DeepOrangeSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/DeepPurpleSwatch.cs class DeepPurpleSwatch (line 4) | public class DeepPurpleSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/GreenSwatch.cs class GreenSwatch (line 4) | public class GreenSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/GreySwatch.cs class GreySwatch (line 4) | public class GreySwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/IndigoSwatch.cs class IndigoSwatch (line 4) | public class IndigoSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/LightBlueSwatch.cs class LightBlueSwatch (line 4) | public class LightBlueSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/LightGreenSwatch.cs class LightGreenSwatch (line 4) | public class LightGreenSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/LimeSwatch.cs class LimeSwatch (line 4) | public class LimeSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/OrangeSwatch.cs class OrangeSwatch (line 4) | public class OrangeSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/PinkSwatch.cs class PinkSwatch (line 4) | public class PinkSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/PurpleSwatch.cs class PurpleSwatch (line 4) | public class PurpleSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/RedSwatch.cs class RedSwatch (line 4) | public class RedSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/TealSwatch.cs class TealSwatch (line 4) | public class TealSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/Recommended/YellowSwatch.cs class YellowSwatch (line 4) | public class YellowSwatch : ISwatch FILE: src/MaterialDesignColors.Wpf/StaticResourceExtension.cs class StaticResourceExtension (line 7) | [MarkupExtensionReturnType(typeof(object))] method StaticResourceExtension (line 11) | public StaticResourceExtension() method StaticResourceExtension (line 15) | public StaticResourceExtension(object resourceKey) FILE: src/MaterialDesignColors.Wpf/Swatch.cs class Swatch (line 6) | public class Swatch method Swatch (line 8) | public Swatch(string name, IEnumerable primaryHues, IEnumerable Name; FILE: src/MaterialDesignColors.Wpf/SwatchHelper.cs class SwatchHelper (line 6) | public static class SwatchHelper FILE: src/MaterialDesignColors.Wpf/SwatchesProvider.cs class SwatchesProvider (line 13) | public class SwatchesProvider method SwatchesProvider (line 21) | public SwatchesProvider(Assembly assembly) method SwatchesProvider (line 49) | public SwatchesProvider() : this(Assembly.GetExecutingAssembly()) method CreateSwatch (line 54) | private static Swatch CreateSwatch(string name, ResourceDictionary? pr... method Read (line 92) | private static ResourceDictionary? Read(string? assemblyName, string? ... FILE: src/MaterialDesignDemo.Shared/ColorScheme.cs type ColorScheme (line 3) | public enum ColorScheme FILE: src/MaterialDesignDemo.Shared/Converters/BoolToTextWrappingConverter.cs class BoolToTextWrappingConverter (line 6) | public class BoolToTextWrappingConverter : IValueConverter method Convert (line 8) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 17) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignDemo.Shared/Converters/BooleanToDoubleConverter.cs class BooleanToDoubleConverter (line 6) | public sealed class BooleanToDoubleConverter : MarkupExtension, IValueCo... method ProvideValue (line 11) | public override object ProvideValue(IServiceProvider serviceProvider) ... method Convert (line 13) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignDemo.Shared/Converters/BrushToHexConverter.cs class BrushToHexConverter (line 7) | public class BrushToHexConverter : IValueConverter method Convert (line 9) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 21) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignDemo.Shared/Converters/ColorToBrushConverter.cs class ColorToBrushConverter (line 7) | [ValueConversion(typeof(Color), typeof(Brush))] method Convert (line 10) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 21) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignDemo.Shared/Converters/IsTransparentConverter.cs class IsTransparentConverter (line 7) | public sealed class IsTransparentConverter : IValueConverter method Convert (line 9) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 20) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignDemo.Shared/Converters/MultiValueEqualityConverter.cs class MultiValueEqualityConverter (line 6) | public sealed class MultiValueEqualityConverter : IMultiValueConverter method Convert (line 8) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 11) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignDemo.Shared/Converters/StringJoinConverter.cs class StringJoinConverter (line 7) | public sealed class StringJoinConverter : IValueConverter method Convert (line 11) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 17) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignDemo.Shared/Domain/AnotherCommandImplementation.cs class AnotherCommandImplementation (line 6) | public class AnotherCommandImplementation : ICommand method AnotherCommandImplementation (line 11) | public AnotherCommandImplementation(Action execute) method AnotherCommandImplementation (line 15) | public AnotherCommandImplementation(Action execute, Func _canExecute(parameter); method Execute (line 25) | public void Execute(object? parameter) => _execute(parameter); method Refresh (line 39) | public void Refresh() => CommandManager.InvalidateRequerySuggested(); FILE: src/MaterialDesignDemo.Shared/Domain/ButtonsViewModel.cs class ButtonsViewModel (line 8) | public sealed partial class ButtonsViewModel : ObservableObject method ButtonsViewModel (line 12) | public ButtonsViewModel() method FloatingActionDemo (line 70) | private static void FloatingActionDemo(object? o) method Dismiss (line 74) | [RelayCommand] method UpdateDemoRestartCountdownText (line 86) | private void UpdateDemoRestartCountdownText(DateTime endTime, out bool... method IncrementOrClickMeCount (line 97) | [RelayCommand] method Save (line 105) | [RelayCommand] FILE: src/MaterialDesignDemo.Shared/Domain/ColorToolViewModel.cs class ColorToolViewModel (line 7) | public class ColorToolViewModel : ViewModelBase method ApplyBase (line 67) | private void ApplyBase(bool isDark) method ColorToolViewModel (line 74) | public ColorToolViewModel() method ChangeCustomColor (line 93) | private void ChangeCustomColor(object? obj) method ChangeScheme (line 119) | private void ChangeScheme(ColorScheme scheme) method ChangeHue (line 148) | private void ChangeHue(object? obj) method SetPrimaryForegroundToSingleColor (line 177) | private void SetPrimaryForegroundToSingleColor(Color color) method SetSecondaryForegroundToSingleColor (line 188) | private void SetSecondaryForegroundToSingleColor(Color color) FILE: src/MaterialDesignDemo.Shared/Domain/ComboBoxesViewModel.cs class ComboBoxesViewModel (line 5) | public class ComboBoxesViewModel : ViewModelBase method ComboBoxesViewModel (line 12) | public ComboBoxesViewModel() FILE: src/MaterialDesignDemo.Shared/Domain/ToolTipsViewModel.cs class ToolTipsViewModel (line 12) | public partial class ToolTipsViewModel : ObservableObject method ToolTipsViewModel (line 14) | public ToolTipsViewModel() method ResetToDefaults (line 19) | [RelayCommand] method EnumToEnumerable (line 60) | private static IEnumerable EnumToEnumerable() where T : Enum FILE: src/MaterialDesignDemo.Shared/Domain/ViewModelBase.cs class ViewModelBase (line 6) | public abstract class ViewModelBase : INotifyPropertyChanged method SetProperty (line 19) | protected virtual bool SetProperty(ref T member, T value, [CallerMe... method OnPropertyChanged (line 35) | protected void OnPropertyChanged([CallerMemberName] string? propertyNa... FILE: src/MaterialDesignDemo.Shared/PaletteHelperExtensions.cs class PaletteHelperExtensions (line 8) | public static class PaletteHelperExtensions method ChangePrimaryColor (line 10) | public static void ChangePrimaryColor(this PaletteHelper paletteHelper... method ChangeSecondaryColor (line 21) | public static void ChangeSecondaryColor(this PaletteHelper paletteHelp... FILE: src/MaterialDesignThemes.MahApps/BaseThemeExtensions.cs class BaseThemeExtensions (line 7) | internal static class BaseThemeExtensions method GetMahAppsBaseColorScheme (line 9) | public static string GetMahAppsBaseColorScheme(this BaseTheme baseTheme) FILE: src/MaterialDesignThemes.MahApps/FlyoutAssist.cs class FlyoutAssist (line 5) | public static class FlyoutAssist method SetHeaderColorMode (line 10) | public static void SetHeaderColorMode(DependencyObject element, ColorZ... method GetHeaderColorMode (line 13) | public static ColorZoneMode GetHeaderColorMode(DependencyObject element) method SetHeaderElevation (line 19) | public static void SetHeaderElevation(DependencyObject element, Elevat... method GetHeaderElevation (line 22) | public static Elevation GetHeaderElevation(DependencyObject element) FILE: src/MaterialDesignThemes.MahApps/MahAppsBundledTheme.cs class MahAppsBundledTheme (line 9) | public class MahAppsBundledTheme : BundledTheme method ApplyTheme (line 13) | protected override void ApplyTheme(Theme theme) method TryGetResourceDictionaries (line 46) | private bool TryGetResourceDictionaries(Theme theme, out ResourceDicti... method ThemeManagerOnThemeChanged (line 93) | private void ThemeManagerOnThemeChanged(object? sender, Wpf.ThemeChang... FILE: src/MaterialDesignThemes.MahApps/MahAppsCustomColorTheme.cs class MahAppsCustomColorTheme (line 10) | public class MahAppsCustomColorTheme : CustomColorTheme method ApplyTheme (line 14) | protected override void ApplyTheme(Theme theme) method TryGetResourceDictionaries (line 36) | private bool TryGetResourceDictionaries(Theme theme, out ResourceDicti... method ThemeManagerOnThemeChanged (line 84) | private void ThemeManagerOnThemeChanged(object? sender, Wpf.ThemeChang... FILE: src/MaterialDesignThemes.MahApps/MaterialDesignAssist.cs class MaterialDesignAssist (line 10) | public static class MaterialDesignAssist method SetMahApps (line 12) | public static void SetMahApps(this ResourceDictionary resourceDictiona... method SetBrush (line 456) | private static void SetBrush(this ResourceDictionary resourceDictionar... method SetBrush (line 480) | private static void SetBrush(this ResourceDictionary resourceDictionar... method SetBrush (line 492) | private static void SetBrush(this ResourceDictionary resourceDictionar... method SetColor (line 500) | private static void SetColor(this ResourceDictionary resourceDictionar... method SetMahAppsBaseTheme (line 503) | internal static void SetMahAppsBaseTheme(this ResourceDictionary resou... FILE: src/MaterialDesignThemes.MahApps/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/MaterialDesignThemes.MahApps/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/MaterialDesignThemes.Wpf/AdornerExtensions.cs class AdornerExtensions (line 10) | internal static class AdornerExtensions method AddAdorner (line 12) | public static void AddAdorner(this UIElement element, TAdorn... method RemoveAdorners (line 25) | public static void RemoveAdorners(this UIElement element) wh... FILE: src/MaterialDesignThemes.Wpf/AutoSuggestBox.cs class AutoSuggestBox (line 9) | [TemplatePart(Name = AutoSuggestBoxListPart, Type = typeof(ListBox))] method GetIsInteractiveElement (line 12) | public static bool? GetIsInteractiveElement(DependencyObject obj) method SetIsInteractiveElement (line 15) | public static void SetIsInteractiveElement(DependencyObject obj, bool?... method AutoSuggestBox (line 139) | static AutoSuggestBox() => DefaultStyleKeyProperty.OverrideMetadata(ty... method OnApplyTemplate (line 143) | public override void OnApplyTemplate() method OnPreviewKeyDown (line 160) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnLostFocus (line 195) | protected override void OnLostFocus(RoutedEventArgs e) method OnTextChanged (line 205) | protected override void OnTextChanged(TextChangedEventArgs e) method AutoSuggestionListBox_PreviewMouseDown (line 220) | private void AutoSuggestionListBox_PreviewMouseDown(object sender, Mou... method IsInteractiveElement (line 260) | private bool IsInteractiveElement(DependencyObject? element) method CloseAutoSuggestionPopUp (line 282) | private void CloseAutoSuggestionPopUp() method CommitValueSelection (line 287) | private bool CommitValueSelection() method CommitValueSelection (line 290) | private bool CommitValueSelection(object? selectedValue) method DecrementSelection (line 313) | private void DecrementSelection() method IncrementSelection (line 327) | private void IncrementSelection() FILE: src/MaterialDesignThemes.Wpf/Automation/Peers/TreeListViewItemAutomationPeer.cs class TreeListViewAutomationPeer (line 5) | public class TreeListViewAutomationPeer(TreeListView owner) : ListViewAu... method GetAutomationControlTypeCore (line 7) | protected override AutomationControlType GetAutomationControlTypeCore(... method GetClassNameCore (line 9) | protected override string GetClassNameCore() => "TreeListView"; method GetChildrenCore (line 11) | protected override List? GetChildrenCore() method CreateItemAutomationPeer (line 33) | protected override ItemAutomationPeer CreateItemAutomationPeer(object ... class TreeListViewItemAutomationPeer (line 36) | public class TreeListViewItemAutomationPeer(object owner, SelectorAutoma... method GetChildrenCore (line 38) | protected override List GetChildrenCore() method GetPattern (line 58) | public override object GetPattern(PatternInterface patternInterface) method GetAutomationControlTypeCore (line 67) | protected override AutomationControlType GetAutomationControlTypeCore(... method GetClassNameCore (line 68) | protected override string GetClassNameCore() => "TreeListViewItem"; FILE: src/MaterialDesignThemes.Wpf/Badged.cs type BadgePlacementMode (line 6) | public enum BadgePlacementMode class Badged (line 18) | [TemplatePart(Name = BadgeContainerPartName, Type = typeof(UIElement))] method OnBadgeChanged (line 89) | private static void OnBadgeChanged(DependencyObject d, DependencyPrope... method Badged (line 134) | static Badged() method OnApplyTemplate (line 139) | public override void OnApplyTemplate() method ArrangeOverride (line 148) | protected override Size ArrangeOverride(Size arrangeBounds) method OnBadgeChanged (line 169) | private void OnBadgeChanged(object sender, RoutedPropertyChangedEventA... FILE: src/MaterialDesignThemes.Wpf/BadgedAssist.cs class BadgedAssist (line 5) | public static class BadgedAssist method GetBadge (line 8) | public static object? GetBadge(DependencyObject element) method SetBadge (line 10) | public static void SetBadge(DependencyObject element, object? value) method GetBadgeBackground (line 18) | public static Brush? GetBadgeBackground(DependencyObject element) method SetBadgeBackground (line 20) | public static void SetBadgeBackground(DependencyObject element, Brush?... method GetBadgeForeground (line 28) | public static Brush? GetBadgeForeground(DependencyObject element) method SetBadgeForeground (line 30) | public static void SetBadgeForeground(DependencyObject element, Brush?... method GetBadgePlacementMode (line 38) | public static BadgePlacementMode GetBadgePlacementMode(DependencyObjec... method SetBadgePlacementMode (line 40) | public static void SetBadgePlacementMode(DependencyObject element, Bad... method GetIsMiniBadge (line 48) | public static bool GetIsMiniBadge(DependencyObject element) method SetIsMiniBadge (line 50) | public static void SetIsMiniBadge(DependencyObject element, bool value) FILE: src/MaterialDesignThemes.Wpf/BaseTheme.cs type BaseTheme (line 3) | public enum BaseTheme FILE: src/MaterialDesignThemes.Wpf/BehaviorCollection.cs class BehaviorCollection (line 5) | public class BehaviorCollection : FreezableCollection method CreateInstanceCore (line 7) | protected override Freezable CreateInstanceCore() => new BehaviorColle... FILE: src/MaterialDesignThemes.Wpf/Behaviors/Internal/TabControlHeaderScrollBehavior.cs class TabControlHeaderScrollBehavior (line 7) | public class TabControlHeaderScrollBehavior : Behavior method GetCustomHorizontalOffset (line 12) | public static double GetCustomHorizontalOffset(DependencyObject obj) =... method SetCustomHorizontalOffset (line 13) | public static void SetCustomHorizontalOffset(DependencyObject obj, dou... method CustomHorizontalOffsetChanged (line 14) | private static void CustomHorizontalOffsetChanged(DependencyObject d, ... method GetScrollDirection (line 23) | public static TabScrollDirection GetScrollDirection(DependencyObject o... method SetScrollDirection (line 24) | public static void SetScrollDirection(DependencyObject obj, TabScrollD... method OnTabControlChanged (line 37) | private static void OnTabControlChanged(DependencyObject d, Dependency... method OnScrollableContentChanged (line 64) | private static void OnScrollableContentChanged(DependencyObject d, Dep... method OnTabChanged (line 73) | private void OnTabChanged(object sender, SelectionChangedEventArgs e) method OnTabControlSizeChanged (line 98) | private void OnTabControlSizeChanged(object sender, SizeChangedEventAr... method AssociatedObject_SizeChanged (line 99) | private void AssociatedObject_SizeChanged(object sender, SizeChangedEv... method AddPaddingToScrollableContentIfWiderThanViewPort (line 101) | private void AddPaddingToScrollableContentIfWiderThanViewPort() method OnTabControlPreviewKeyDown (line 119) | private void OnTabControlPreviewKeyDown(object sender, KeyEventArgs e) method OnAttached (line 128) | protected override void OnAttached() method OnDetaching (line 136) | protected override void OnDetaching() method AssociatedObject_ScrollChanged (line 146) | private void AssociatedObject_ScrollChanged(object sender, ScrollChang... type TabScrollDirection (line 178) | public enum TabScrollDirection FILE: src/MaterialDesignThemes.Wpf/Behaviors/Internal/TextBoxHorizontalScrollBarBehavior.cs class TextBoxHorizontalScrollBarBehavior (line 5) | public class TextBoxHorizontalScrollBarBehavior : Behavior method TargetScrollBarChanged (line 17) | private static void TargetScrollBarChanged(DependencyObject d, Depende... method TargetScrollBar_OnScroll (line 39) | private void TargetScrollBar_OnScroll(object sender, ScrollEventArgs e) method AssociatedObject_Loaded (line 45) | private void AssociatedObject_Loaded(object sender, RoutedEventArgs e) method AssociatedObject_SizeChanged (line 51) | private void AssociatedObject_SizeChanged(object sender, SizeChangedEv... method AssociatedObject_ScrollChanged (line 61) | private void AssociatedObject_ScrollChanged(object sender, ScrollChang... method UpdateTargetScrollBarVisibility (line 70) | private void UpdateTargetScrollBarVisibility(bool showIfRequired) method OnAttached (line 83) | protected override void OnAttached() method OnDetaching (line 91) | protected override void OnDetaching() FILE: src/MaterialDesignThemes.Wpf/Behaviors/PasswordBoxBehavior.cs class PasswordBoxBehavior (line 5) | internal class PasswordBoxBehavior : Behavior method PasswordBoxLoaded (line 7) | private void PasswordBoxLoaded(object sender, RoutedEventArgs e) => Pa... method PasswordBoxPreviewGotKeyboardFocus (line 9) | private void PasswordBoxPreviewGotKeyboardFocus(object sender, Keyboar... method OnAttached (line 31) | protected override void OnAttached() method OnDetaching (line 38) | protected override void OnDetaching() FILE: src/MaterialDesignThemes.Wpf/Behaviors/PasswordBoxRevealTextBoxBehavior.cs class PasswordBoxRevealTextBoxBehavior (line 7) | internal class PasswordBoxRevealTextBoxBehavior : Behavior method SetSelection (line 11) | private static void SetSelection(DependencyObject obj, TextSelection? ... method GetSelection (line 12) | private static TextSelection? GetSelection(DependencyObject obj) => (T... method PasswordBoxRevealTextBoxBehavior (line 29) | static PasswordBoxRevealTextBoxBehavior() method OnAttached (line 40) | protected override void OnAttached() method OnDetaching (line 51) | protected override void OnDetaching() method AssociatedObjectOnIsVisibleChanged (line 61) | private void AssociatedObjectOnIsVisibleChanged(object sender, Depende... method GetPasswordBoxSelection (line 78) | private PasswordBoxSelection GetPasswordBoxSelection() method SetPasswordBoxSelection (line 94) | private void SetPasswordBoxSelection(int selectionStart, int selection... type PasswordBoxSelection (line 96) | private record struct PasswordBoxSelection(int SelectionStart, int Sel... FILE: src/MaterialDesignThemes.Wpf/Behaviors/SmartHintBehavior.cs class SmartHintBehavior (line 5) | public class SmartHintBehavior : Behavior method GetYOffset (line 9) | public static double GetYOffset(DependencyObject obj) method SetYOffset (line 11) | public static void SetYOffset(DependencyObject obj, double value) method UpdateSmartHintLocationRecalculationTrigger (line 14) | private void UpdateSmartHintLocationRecalculationTrigger() method HintHostOnLayoutUpdated (line 22) | private void HintHostOnLayoutUpdated(object? sender, EventArgs e) method OnAttached (line 25) | protected override void OnAttached() method OnDetaching (line 31) | protected override void OnDetaching() FILE: src/MaterialDesignThemes.Wpf/Behaviors/TextBoxLineCountBehavior.cs class TextBoxLineCountBehavior (line 9) | public class TextBoxLineCountBehavior : Behavior method AssociatedObjectOnTextChanged (line 11) | private void AssociatedObjectOnTextChanged(object sender, TextChangedE... method AssociatedObjectOnLayoutUpdated (line 12) | private void AssociatedObjectOnLayoutUpdated(object? sender, EventArgs... method UpdateAttachedProperties (line 14) | private void UpdateAttachedProperties() method OnAttached (line 29) | protected override void OnAttached() method OnDetaching (line 36) | protected override void OnDetaching() FILE: src/MaterialDesignThemes.Wpf/BehaviorsAssist.cs class BehaviorsAssist (line 8) | public static class BehaviorsAssist method SetOriginalBehavior (line 12) | private static void SetOriginalBehavior(DependencyObject obj, Behavior... method GetOriginalBehavior (line 13) | private static Behavior? GetOriginalBehavior(DependencyObject obj) => ... method SetBehaviors (line 17) | public static void SetBehaviors(DependencyObject uie, BehaviorCollecti... method GetBehaviors (line 18) | public static BehaviorCollection? GetBehaviors(DependencyObject uie) =... method OnPropertyChanged (line 20) | private static void OnPropertyChanged(DependencyObject dpo, Dependency... method FrameworkElementUnloaded (line 68) | private static void FrameworkElementUnloaded(object sender, RoutedEven... method FrameworkElementLoaded (line 85) | private static void FrameworkElementLoaded(object sender, RoutedEventA... method GetIndexOf (line 100) | private static int GetIndexOf(Microsoft.Xaml.Behaviors.BehaviorCollect... FILE: src/MaterialDesignThemes.Wpf/BottomDashedLineAdorner.cs class BottomDashedLineAdorner (line 6) | public class BottomDashedLineAdorner : Adorner method GetIsAttached (line 16) | public static bool GetIsAttached(DependencyObject element) method SetIsAttached (line 18) | public static void SetIsAttached(DependencyObject element, bool value) method GetBrush (line 26) | public static Brush? GetBrush(DependencyObject element) method SetBrush (line 28) | public static void SetBrush(DependencyObject element, Brush? value) method GetThickness (line 36) | public static Thickness GetThickness(DependencyObject element) method SetThickness (line 38) | public static void SetThickness(DependencyObject element, Thickness va... method GetThicknessScale (line 46) | public static double GetThicknessScale(DependencyObject element) method SetThicknessScale (line 48) | public static void SetThicknessScale(DependencyObject element, double ... method GetBrushOpacity (line 56) | public static double GetBrushOpacity(DependencyObject element) method SetBrushOpacity (line 58) | public static void SetBrushOpacity(DependencyObject element, double va... method SetDashStyle (line 66) | public static void SetDashStyle(DependencyObject element, DashStyle? v... method GetDashStyle (line 68) | public static DashStyle? GetDashStyle(DependencyObject element) method BottomDashedLineAdorner (line 72) | public BottomDashedLineAdorner(UIElement adornedElement) : base(adorne... method OnRender (line 76) | protected override void OnRender(DrawingContext drawingContext) method OnIsAttachedChanged (line 94) | private static void OnIsAttachedChanged(DependencyObject d, Dependency... FILE: src/MaterialDesignThemes.Wpf/BundledTheme.cs class BundledTheme (line 6) | public class BundledTheme : ResourceDictionary, IMaterialDesignThemeDict... method SetTheme (line 60) | private void SetTheme() method SetField (line 86) | protected static bool SetField(ref T field, T value) method ApplyTheme (line 93) | protected virtual void ApplyTheme(Theme theme) => FILE: src/MaterialDesignThemes.Wpf/ButtonAssist.cs class ButtonAssist (line 3) | public static class ButtonAssist method GetCornerRadius (line 14) | public static CornerRadius GetCornerRadius(DependencyObject element) =... method SetCornerRadius (line 15) | public static void SetCornerRadius(DependencyObject element, CornerRad... FILE: src/MaterialDesignThemes.Wpf/ButtonProgressAssist.cs class ButtonProgressAssist (line 5) | public static class ButtonProgressAssist method GetMinimum (line 13) | public static double GetMinimum(ButtonBase element) => (double)element... method SetMinimum (line 14) | public static void SetMinimum(ButtonBase element, double value) => ele... method GetMaximum (line 21) | public static double GetMaximum(ButtonBase element) => (double)element... method SetMaximum (line 22) | public static void SetMaximum(ButtonBase element, double value) => ele... method GetValue (line 29) | public static double GetValue(ButtonBase element) => (double)element.G... method SetValue (line 30) | public static void SetValue(ButtonBase element, double value) => eleme... method GetIsIndeterminate (line 37) | public static bool GetIsIndeterminate(ButtonBase element) => (bool)ele... method SetIsIndeterminate (line 38) | public static void SetIsIndeterminate(ButtonBase element, bool isIndet... method GetIndicatorForeground (line 45) | public static Brush GetIndicatorForeground(ButtonBase element) => (Bru... method SetIndicatorForeground (line 46) | public static void SetIndicatorForeground(ButtonBase element, Brush in... method GetIndicatorBackground (line 53) | public static Brush GetIndicatorBackground(ButtonBase element) => (Bru... method SetIndicatorBackground (line 54) | public static void SetIndicatorBackground(ButtonBase element, Brush in... method GetIsIndicatorVisible (line 61) | public static bool GetIsIndicatorVisible(ButtonBase element) => (bool)... method SetIsIndicatorVisible (line 62) | public static void SetIsIndicatorVisible(ButtonBase element, bool isIn... method GetOpacity (line 69) | public static double GetOpacity(ButtonBase element) => (double)element... method SetOpacity (line 70) | public static void SetOpacity(ButtonBase element, double opacity) => e... FILE: src/MaterialDesignThemes.Wpf/CalendarAssist.cs type CalendarOrientation (line 5) | public enum CalendarOrientation class CalendarAssist (line 10) | public static class CalendarAssist method GetIsHeaderVisible (line 16) | public static bool GetIsHeaderVisible(DependencyObject element) => (bo... method SetIsHeaderVisible (line 17) | public static void SetIsHeaderVisible(DependencyObject element, bool v... method GetHeaderBackground (line 25) | public static Brush GetHeaderBackground(DependencyObject element) => (... method SetHeaderBackground (line 26) | public static void SetHeaderBackground(DependencyObject element, Brush... method GetHeaderForeground (line 33) | public static Brush GetHeaderForeground(DependencyObject element) => (... method SetHeaderForeground (line 34) | public static void SetHeaderForeground(DependencyObject element, Brush... method GetSelectionColor (line 41) | public static Brush GetSelectionColor(DependencyObject element) => (Br... method SetSelectionColor (line 42) | public static void SetSelectionColor(DependencyObject element, Brush v... method GetSelectionForegroundColor (line 49) | public static Brush GetSelectionForegroundColor(DependencyObject eleme... method SetSelectionForegroundColor (line 50) | public static void SetSelectionForegroundColor(DependencyObject elemen... method GetOrientation (line 57) | public static CalendarOrientation GetOrientation(DependencyObject elem... method SetOrientation (line 58) | public static void SetOrientation(DependencyObject element, CalendarOr... FILE: src/MaterialDesignThemes.Wpf/CalendarFormatInfo.cs class CalendarFormatInfo (line 8) | public class CalendarFormatInfo method CalendarFormatInfo (line 44) | static CalendarFormatInfo() method SetYearPattern (line 61) | public static void SetYearPattern(string[] cultureNames, string yearPa... method SetYearPattern (line 78) | public static void SetYearPattern(string cultureName, string? yearPatt... method SetDayOfWeekStyle (line 100) | public static void SetDayOfWeekStyle(string[] cultureNames, DayOfWeekS... method SetDayOfWeekStyle (line 117) | public static void SetDayOfWeekStyle(string cultureName, DayOfWeekStyl... method ResetDayOfWeekStyle (line 131) | public static void ResetDayOfWeekStyle(string[] cultureNames) method ResetDayOfWeekStyle (line 147) | public static void ResetDayOfWeekStyle(string cultureName) method DiscardFormatInfoCache (line 158) | private static void DiscardFormatInfoCache(string cultureName) method CalendarFormatInfo (line 161) | private CalendarFormatInfo(string yearMonthPattern, string componentOn... method FromCultureInfo (line 175) | public static CalendarFormatInfo FromCultureInfo(CultureInfo cultureInfo) type DayOfWeekStyle (line 214) | public struct DayOfWeekStyle method DayOfWeekStyle (line 244) | public DayOfWeekStyle(string pattern, string separator, bool isFirst) method Parse (line 257) | public static DayOfWeekStyle Parse(string s) FILE: src/MaterialDesignThemes.Wpf/Card.cs class Card (line 5) | [TemplatePart(Name = ClipBorderPartName, Type = typeof(Border))] method UniformCornerRadiusChangedCallback (line 22) | private static void UniformCornerRadiusChangedCallback(DependencyObjec... method Card (line 54) | static Card() method OnApplyTemplate (line 59) | public override void OnApplyTemplate() method OnRenderSizeChanged (line 66) | protected override void OnRenderSizeChanged(SizeChangedInfo sizeInfo) method UpdateContentClip (line 72) | private void UpdateContentClip() FILE: src/MaterialDesignThemes.Wpf/CheckBoxAssist.cs class CheckBoxAssist (line 3) | public class CheckBoxAssist method GetCheckBoxSize (line 11) | public static double GetCheckBoxSize(CheckBox element) => (double)elem... method SetCheckBoxSize (line 12) | public static void SetCheckBoxSize(CheckBox element, double checkBoxSi... FILE: src/MaterialDesignThemes.Wpf/Chip.cs class Chip (line 6) | [TemplatePart(Name = DeleteButtonPartName, Type = typeof(Button))] method Chip (line 13) | static Chip() method OnApplyTemplate (line 104) | public override void OnApplyTemplate() method OnDeleteClick (line 121) | protected virtual void OnDeleteClick() method DeleteButtonOnClick (line 131) | private void DeleteButtonOnClick(object sender, RoutedEventArgs routed... FILE: src/MaterialDesignThemes.Wpf/Clock.cs type ClockDisplayMode (line 6) | public enum ClockDisplayMode type ClockDisplayAutomation (line 13) | public enum ClockDisplayAutomation class Clock (line 22) | [TemplatePart(Name = HoursCanvasPartName, Type = typeof(Canvas))] method Clock (line 48) | static Clock() method Clock (line 53) | public Clock() method TimePropertyChangedCallback (line 63) | private static void TimePropertyChangedCallback(DependencyObject depen... method OnTimeChanged (line 88) | protected virtual void OnTimeChanged(TimeChangedEventArgs timeChangedE... method IsPostMeridiemPropertyChangedCallback (line 122) | private static void IsPostMeridiemPropertyChangedCallback(DependencyOb... method Is24HoursChanged (line 140) | private static void Is24HoursChanged(DependencyObject d, DependencyPro... method DisplayModePropertyChangedCallback (line 152) | private static void DisplayModePropertyChangedCallback(DependencyObjec... method OnClockChoiceMade (line 247) | private static void OnClockChoiceMade(DependencyObject d, ClockDisplay... method OnApplyTemplate (line 258) | public override void OnApplyTemplate() method GotoVisualState (line 285) | private void GotoVisualState(bool useTransitions) method GenerateButtons (line 295) | private void GenerateButtons() method SecondReadOutPartNameOnPreviewMouseLeftButtonDown (line 348) | private void SecondReadOutPartNameOnPreviewMouseLeftButtonDown(object ... method MinuteReadOutPartNameOnPreviewMouseLeftButtonDown (line 351) | private void MinuteReadOutPartNameOnPreviewMouseLeftButtonDown(object ... method HourReadOutPartNameOnPreviewMouseLeftButtonDown (line 354) | private void HourReadOutPartNameOnPreviewMouseLeftButtonDown(object se... method GenerateButtons (line 357) | private void GenerateButtons( method ClockItemDragCompletedHandler (line 410) | private void ClockItemDragCompletedHandler(object sender, DragComplete... method ClockItemDragStartedHandler (line 444) | private void ClockItemDragStartedHandler(object sender, DragStartedEve... method ClockItemDragDeltaHandler (line 447) | private void ClockItemDragDeltaHandler(object sender, DragDeltaEventAr... method SetFlags (line 488) | private static void SetFlags(Clock clock) FILE: src/MaterialDesignThemes.Wpf/ClockChoiceMadeEventArgs.cs class ClockChoiceMadeEventArgs (line 5) | public class ClockChoiceMadeEventArgs : RoutedEventArgs method ClockChoiceMadeEventArgs (line 9) | public ClockChoiceMadeEventArgs(ClockDisplayMode displayMode) method ClockChoiceMadeEventArgs (line 14) | public ClockChoiceMadeEventArgs(ClockDisplayMode displayMode, RoutedEv... method ClockChoiceMadeEventArgs (line 19) | public ClockChoiceMadeEventArgs(ClockDisplayMode displayMode, RoutedEv... FILE: src/MaterialDesignThemes.Wpf/ClockItemButton.cs class ClockItemButton (line 4) | [TemplatePart(Name = ThumbPartName, Type = typeof(Thumb))] method OnApplyTemplate (line 57) | public override void OnApplyTemplate() method OnDragDelta (line 85) | private static void OnDragDelta( method OnDragStarted (line 112) | private static void OnDragStarted(DependencyObject d, double horizonta... method OnDragCompleted (line 124) | private static void OnDragCompleted(DependencyObject d, double horizon... method OnPreviewMouseLeftButtonDown (line 136) | protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventA... method OnClick (line 150) | protected override void OnClick() method ThumbOnDragStarted (line 156) | private void ThumbOnDragStarted(object sender, DragStartedEventArgs dr... method ThumbOnDragDelta (line 162) | private void ThumbOnDragDelta(object sender, DragDeltaEventArgs dragDe... method ThumbOnDragCompleted (line 165) | private void ThumbOnDragCompleted(object sender, DragCompletedEventArg... method ArrangeOverride (line 168) | protected override Size ArrangeOverride(Size finalSize) FILE: src/MaterialDesignThemes.Wpf/ColorAdjustment.cs class ColorAdjustment (line 3) | public class ColorAdjustment : MarkupExtension method ProvideValue (line 11) | public override object ProvideValue(IServiceProvider serviceProvider) ... FILE: src/MaterialDesignThemes.Wpf/ColorPicker.cs class ColorPicker (line 6) | [TemplatePart(Name = HueSliderPartName, Type = typeof(Slider))] method ColorPicker (line 15) | static ColorPicker() method ColorPropertyChangedCallback (line 33) | private static void ColorPropertyChangedCallback(DependencyObject d, D... method HsbPropertyChangedCallback (line 74) | private static void HsbPropertyChangedCallback(DependencyObject d, Dep... method OnApplyTemplate (line 103) | public override void OnApplyTemplate() method HueSliderOnValueChanged (line 136) | private void HueSliderOnValueChanged(object sender, RoutedPropertyChan... method SaturationBrightnessCanvasMouseDown (line 144) | private void SaturationBrightnessCanvasMouseDown(object sender, MouseB... method SaturationBrightnessCanvasMouseMove (line 149) | private void SaturationBrightnessCanvasMouseMove(object sender, MouseE... method SaturationBrightnessCanvasMouseUp (line 161) | private void SaturationBrightnessCanvasMouseUp(object sender, MouseBut... method ArrangeOverride (line 166) | protected override Size ArrangeOverride(Size arrangeBounds) method SaturationBrightnessThumbDragDelta (line 174) | private void SaturationBrightnessThumbDragDelta(object sender, DragDel... method ApplyThumbPosition (line 180) | private void ApplyThumbPosition(double left, double top) method SetThumbLeft (line 200) | private void SetThumbLeft() method SetThumbTop (line 207) | private void SetThumbTop() FILE: src/MaterialDesignThemes.Wpf/ColorReference.cs type ColorReference (line 5) | public readonly record struct ColorReference(ThemeColorReference ThemeRe... FILE: src/MaterialDesignThemes.Wpf/ColorSelection.cs type ColorSelection (line 3) | [Flags] FILE: src/MaterialDesignThemes.Wpf/ColorZone.cs class ColorZone (line 6) | public class ColorZone : ContentControl method ColorZone (line 8) | static ColorZone() FILE: src/MaterialDesignThemes.Wpf/ColorZoneAssist.cs class ColorZoneAssist (line 5) | public static class ColorZoneAssist method SetMode (line 10) | public static void SetMode(DependencyObject element, ColorZoneMode value) method GetMode (line 13) | public static ColorZoneMode GetMode(DependencyObject element) method SetBackground (line 19) | public static void SetBackground(DependencyObject element, Brush value) method GetBackground (line 22) | public static Brush GetBackground(DependencyObject element) method SetForeground (line 28) | public static void SetForeground(DependencyObject element, Brush value) method GetForeground (line 31) | public static Brush GetForeground(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/ColorZoneMode.cs type ColorZoneMode (line 3) | public enum ColorZoneMode FILE: src/MaterialDesignThemes.Wpf/ComboBoxAssist.cs class ComboBoxAssist (line 3) | public static class ComboBoxAssist method GetShowSelectedItem (line 17) | public static bool GetShowSelectedItem(DependencyObject element) method SetShowSelectedItem (line 20) | public static void SetShowSelectedItem(DependencyObject element, bool ... method GetMaxLength (line 38) | public static int GetMaxLength(DependencyObject element) => (int)eleme... method SetMaxLength (line 39) | public static void SetMaxLength(DependencyObject element, int value) =... method SetCustomPopupPlacementCallback (line 51) | public static void SetCustomPopupPlacementCallback(DependencyObject el... method GetCustomPopupPlacementCallback (line 52) | public static CustomPopupPlacementCallback GetCustomPopupPlacementCall... FILE: src/MaterialDesignThemes.Wpf/ComboBoxPopup.cs type PopupDirection (line 5) | public enum PopupDirection class ComboBoxPopup (line 12) | public class ComboBoxPopup : Popup method ComboBoxPopup (line 192) | public ComboBoxPopup() method OnPropertyChanged (line 195) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method OnClosed (line 206) | protected override void OnClosed(EventArgs e) method ComboBoxCustomPopupPlacementCallback (line 212) | private CustomPopupPlacement[] ComboBoxCustomPopupPlacementCallback( method Round (line 278) | private static double Round(double val) => val < 0 ? (int)(val - 0.5) ... type PositioningData (line 280) | private struct PositioningData method PositioningData (line 294) | public PositioningData(Visual mainVisual, double offsetX, double new... FILE: src/MaterialDesignThemes.Wpf/Constants.cs class Constants (line 3) | public static class Constants FILE: src/MaterialDesignThemes.Wpf/Contrast.cs type Contrast (line 3) | public enum Contrast FILE: src/MaterialDesignThemes.Wpf/Converters/BooleanAllConverter.cs class BooleanAllConverter (line 6) | public class BooleanAllConverter : IMultiValueConverter method Convert (line 10) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 13) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/BooleanConverter.cs class BooleanConverter (line 6) | public class BooleanConverter(T trueValue, T falseValue) : IValueConv... method Convert (line 11) | public virtual object? Convert(object? value, Type targetType, object?... method ConvertBack (line 14) | public virtual object? ConvertBack(object? value, Type targetType, obj... FILE: src/MaterialDesignThemes.Wpf/Converters/BooleanToDashStyleConverter.cs class BooleanToDashStyleConverter (line 7) | public class BooleanToDashStyleConverter : IValueConverter method Convert (line 12) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 15) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/BooleanToVisibilityConverter.cs class BooleanToVisibilityConverter (line 3) | public sealed class BooleanToVisibilityConverter : BooleanConverter values) => values.A... FILE: src/MaterialDesignThemes.Wpf/Converters/CircularProgressBar/RotateTransformCentreConverter.cs class RotateTransformCentreConverter (line 6) | public class RotateTransformCentreConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 13) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/CircularProgressBar/StartPointConverter.cs class StartPointConverter (line 6) | public class StartPointConverter : IValueConverter method Convert (line 10) | [Obsolete] method ConvertBack (line 21) | [Obsolete] FILE: src/MaterialDesignThemes.Wpf/Converters/ClockItemIsCheckedConverter.cs class ClockItemIsCheckedConverter (line 6) | internal class ClockItemIsCheckedConverter(Func currentTimeGet... method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 27) | public object ConvertBack(object value, Type targetType, object parame... method MassageHour (line 40) | private static int MassageHour(int val, bool is24Hours) method MassageMinuteSecond (line 52) | private static int MassageMinuteSecond(int val) method ReverseMassageHour (line 55) | private static int ReverseMassageHour(int val, DateTime currentTime, b... method ReverseMassageMinuteSecond (line 67) | private static int ReverseMassageMinuteSecond(int val) FILE: src/MaterialDesignThemes.Wpf/Converters/ClockLineConverter.cs class ClockLineConverter (line 6) | public class ClockLineConverter : MarkupExtension, IValueConverter method Convert (line 14) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 25) | public object ConvertBack(object value, Type targetType, object parame... method ProvideValue (line 28) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/Converters/CornerRadiusCloneConverter.cs class CornerRadiusCloneConverter (line 6) | public class CornerRadiusCloneConverter : IValueConverter method Convert (line 13) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 26) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/CursorConverter.cs class CursorConverter (line 10) | public sealed class CursorConverter : IValueConverter method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/DrawerOffsetConverter.cs class DrawerOffsetConverter (line 6) | public class DrawerOffsetConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 24) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/ElevationMarginConverter.cs class ElevationMarginConverter (line 6) | public class ElevationMarginConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/ElevationRadiusConverter.cs class ElevationRadiusConverter (line 6) | public class ElevationRadiusConverter : IValueConverter method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 21) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/EllipseClipConverter.cs class EllipseClipConverter (line 12) | public class EllipseClipConverter : IMultiValueConverter method Convert (line 16) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 38) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/EqualityToVisibilityConverter.cs class EqualityToVisibilityConverter (line 6) | public class EqualityToVisibilityConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 17) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/FallbackBrushConverter.cs class FallbackBrushConverter (line 7) | public class FallbackBrushConverter : IMultiValueConverter method Convert (line 11) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 17) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/FirstNonNullConverter.cs class FirstNonNullConverter (line 6) | public class FirstNonNullConverter : IMultiValueConverter method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 13) | public object?[] ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintClippingGridConverter.cs class FloatingHintClippingGridConverter (line 7) | public class FloatingHintClippingGridConverter : IMultiValueConverter method Convert (line 10) | public object? Convert(object?[] values, Type targetType, object? para... method ConvertBack (line 19) | public object?[] ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintContainerMarginConverter.cs class FloatingHintContainerMarginConverter (line 6) | public class FloatingHintContainerMarginConverter : IMultiValueConverter method Convert (line 12) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 25) | public object[]? ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintInitialHorizontalOffsetConverter.cs class FloatingHintInitialHorizontalOffsetConverter (line 6) | public class FloatingHintInitialHorizontalOffsetConverter : IMultiValueC... method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 71) | public object?[] ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintInitialVerticalOffsetConverter.cs class FloatingHintInitialVerticalOffsetConverter (line 17) | public class FloatingHintInitialVerticalOffsetConverter : IMultiValueCon... method Convert (line 21) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 40) | public object?[] ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintMarginConverter.cs class FloatingHintMarginConverter (line 6) | public class FloatingHintMarginConverter : IMultiValueConverter method Convert (line 12) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 54) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintScaleTransformConverter.cs class FloatingHintScaleTransformConverter (line 7) | public class FloatingHintScaleTransformConverter : IMultiValueConverter method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 18) | public object[]? ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/FloatingHintTranslateTransformConverter.cs class FloatingHintTranslateTransformConverter (line 7) | public class FloatingHintTranslateTransformConverter : IMultiValueConverter method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 62) | public object[]? ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/GridLinesVisibilityBorderToThicknessConverter.cs class GridLinesVisibilityBorderToThicknessConverter (line 6) | public class GridLinesVisibilityBorderToThicknessConverter : IValueConve... method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 29) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/HintProxyFabricConverter.cs class HintProxyFabricConverter (line 9) | public class HintProxyFabricConverter : IValueConverter method Convert (line 15) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 18) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/HorizontalThicknessConverter.cs class HorizontalThicknessConverter (line 6) | public class HorizontalThicknessConverter : IValueConverter method Convert (line 9) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 16) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/HsbLinearGradientConverter.cs class HsbLinearGradientConverter (line 8) | public class HsbLinearGradientConverter : IValueConverter method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/HsbToColorConverter.cs class HsbToColorConverter (line 8) | public class HsbToColorConverter : IValueConverter, IMultiValueConverter method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 19) | public object ConvertBack(object value, Type targetType, object parame... method Convert (line 26) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 33) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/AutomationPropertiesNameConverter.cs class AutomationPropertiesNameConverter (line 6) | public class AutomationPropertiesNameConverter : IValueConverter method Convert (line 10) | public object Convert(object? value, Type targetType, object? paramete... method ConvertBack (line 19) | public object ConvertBack(object? value, Type targetType, object? para... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/DialogBackgroundBlurConverter.cs class DialogBackgroundBlurConverter (line 12) | public sealed class DialogBackgroundBlurConverter : IMultiValueConverter method Convert (line 15) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 26) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/DoubleToCornerRadiusConverter.cs class DoubleToCornerRadiusConverter (line 6) | public class DoubleToCornerRadiusConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 12) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/ExpanderRotateAngleConverter.cs class ExpanderRotateAngleConverter (line 6) | public class ExpanderRotateAngleConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 28) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/FloatingHintTextBlockMarginConverter.cs class FloatingHintTextBlockMarginConverter (line 7) | public class FloatingHintTextBlockMarginConverter : IMultiValueConverter method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 116) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/GridViewHasColumnsConverter.cs class GridViewHasColumnsConverter (line 6) | internal class GridViewHasColumnsConverter : IValueConverter method Convert (line 8) | public object Convert(object? value, Type targetType, object? paramete... method ConvertBack (line 14) | public object ConvertBack(object? value, Type targetType, object? para... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/SliderToolTipConverter.cs class SliderToolTipConverter (line 6) | public class SliderToolTipConverter : IMultiValueConverter method Convert (line 9) | public object? Convert(object?[]? values, Type? targetType, object? pa... method ConvertBack (line 26) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/SliderValueLabelPositionConverter.cs class SliderValueLabelPositionConverter (line 6) | [ValueConversion(typeof(double), typeof(double), ParameterType = typeof(... method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 27) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/TextBoxHorizontalScrollBarMarginConverter.cs class TextBoxHorizontalScrollBarMarginConverter (line 6) | public class TextBoxHorizontalScrollBarMarginConverter : IMultiValueConv... method Convert (line 8) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 41) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/TextBoxHorizontalScrollBarWidthConverter.cs class TextBoxHorizontalScrollBarWidthConverter (line 6) | public class TextBoxHorizontalScrollBarWidthConverter : IMultiValueConve... method Convert (line 8) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 17) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/TextFieldClearButtonVisibilityConverter.cs class TextFieldClearButtonVisibilityConverter (line 6) | public class TextFieldClearButtonVisibilityConverter : IMultiValueConverter method Convert (line 10) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 32) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/Internal/ViewIsGridViewConverter.cs class ViewIsGridViewConverter (line 6) | internal class ViewIsGridViewConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 14) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/InvertBooleanConverter.cs class InvertBooleanConverter (line 3) | public sealed class InvertBooleanConverter : BooleanConverter method InvertBooleanConverter (line 7) | public InvertBooleanConverter() FILE: src/MaterialDesignThemes.Wpf/Converters/IsDarkConverter.cs class IsDarkConverter (line 8) | public class IsDarkConverter : IValueConverter method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 24) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/IsTransparentBrushConverter.cs class IsTransparentBrushConverter (line 7) | public sealed class IsTransparentBrushConverter : IValueConverter method Convert (line 11) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 14) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/ListViewItemContainerStyleConverter.cs class ListViewGridViewConverter (line 9) | public class ListViewGridViewConverter : IValueConverter method Convert (line 29) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 36) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/MathConverter.cs class MathConverter (line 6) | public sealed class MathConverter : IValueConverter method Convert (line 17) | public object? Convert(object? value, Type? targetType, object? parame... method ConvertBack (line 39) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/MathMultipleConverter.cs class MathMultipleConverter (line 6) | public sealed class MathMultipleConverter : IMultiValueConverter method Convert (line 16) | public object? Convert(object?[]? value, Type? targetType, object? par... method ConvertBack (line 31) | public object?[]? ConvertBack(object? value, Type[]? targetTypes, obje... FILE: src/MaterialDesignThemes.Wpf/Converters/MathOperation.cs type MathOperation (line 3) | public enum MathOperation FILE: src/MaterialDesignThemes.Wpf/Converters/NonDefaultThicknessConverter.cs class NonDefaultThicknessConverter (line 6) | public class NonDefaultThicknessConverter : IValueConverter method Convert (line 10) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 19) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/NotConverter.cs class NotConverter (line 6) | public class NotConverter : IValueConverter method Convert (line 9) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 15) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/NotZeroConverter.cs class NotZeroConverter (line 6) | public class NotZeroConverter : IValueConverter method Convert (line 10) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 19) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/Converters/NotZeroToVisibilityConverter.cs class NotZeroToVisibilityConverter (line 6) | public class NotZeroToVisibilityConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/NullableDateTimeToCurrentDateConverter.cs class NullableDateTimeToCurrentDateConverter (line 6) | public class NullableDateTimeToCurrentDateConverter : IValueConverter method Convert (line 8) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 15) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/NullableToVisibilityConverter.cs class NullableToVisibilityConverter (line 6) | public class NullableToVisibilityConverter : IValueConverter method Convert (line 17) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 20) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/OutlinedDateTimePickerActiveBorderThicknessConverter.cs class OutlinedDateTimePickerActiveBorderThicknessConverter (line 6) | [Obsolete("This class is obsolete and will be removed in a future versio... method Convert (line 9) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 24) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/OutlinedStyleActiveBorderMarginCompensationConverter.cs class OutlinedStyleActiveBorderMarginCompensationConverter (line 6) | public class OutlinedStyleActiveBorderMarginCompensationConverter : IMul... method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 24) | public object?[] ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/OutlinedStyleFloatingHintBackgroundConverter.cs class OutlinedStyleFloatingHintBackgroundConverter (line 7) | [Obsolete("This class is obsolete and will be removed in a future versio... method Convert (line 10) | public object? Convert(object[]? values, Type targetType, object? para... method ConvertBack (line 21) | public object[]? ConvertBack(object? value, Type[] targetTypes, object... FILE: src/MaterialDesignThemes.Wpf/Converters/PointValueConverter.cs class PointValueConverter (line 6) | public class PointValueConverter : IMultiValueConverter method Convert (line 10) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 24) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/RangeLengthConverter.cs class RangeLengthConverter (line 6) | public class RangeLengthConverter : IMultiValueConverter method Convert (line 8) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 26) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/RemoveAlphaBrushConverter.cs class RemoveAlphaBrushConverter (line 7) | public class RemoveAlphaBrushConverter : IValueConverter, IMultiValueCon... method Convert (line 11) | public object Convert(object value, Type targetType, object parameter,... method Convert (line 16) | public object Convert(object[] values, Type targetType, object paramet... method RgbaToRgb (line 21) | private static Color RgbaToRgb(Color rgba, object background) method ConvertBack (line 40) | public object ConvertBack(object value, Type targetType, object parame... method ConvertBack (line 41) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/ShadowConverter.cs class ShadowConverter (line 7) | public class ShadowConverter : IValueConverter method Convert (line 11) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 18) | public object ConvertBack(object? value, Type targetType, object? para... method Convert (line 21) | public static DropShadowEffect? Convert(Elevation elevation) => Elevat... method Clone (line 23) | private static DropShadowEffect? Clone(DropShadowEffect? dropShadowEff... FILE: src/MaterialDesignThemes.Wpf/Converters/ShadowOpacityMaskConverter.cs class ShadowOpacityMaskConverter (line 8) | public class ShadowOpacityMaskConverter : IMultiValueConverter method Convert (line 12) | public object? Convert(object[]? values, Type targetType, object? para... method ConvertBack (line 54) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/SnackbarActionButtonPlacementModeConverter.cs class SnackbarActionButtonPlacementModeConverter (line 6) | public class SnackbarActionButtonPlacementModeConverter : IMultiValueCon... method Convert (line 9) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 24) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/SnackbarMessageTypeConverter.cs class SnackbarMessageTypeConverter (line 6) | public class SnackbarMessageTypeConverter : TypeConverter method CanConvertFrom (line 8) | public override bool CanConvertFrom(ITypeDescriptorContext? context, T... method ConvertFrom (line 11) | public override object? ConvertFrom(ITypeDescriptorContext? context, C... FILE: src/MaterialDesignThemes.Wpf/Converters/StringLengthValueConverter.cs class StringLengthValueConverter (line 6) | public class StringLengthValueConverter : IValueConverter method Convert (line 10) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 18) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/TextFieldHintVisibilityConverter.cs class TextFieldHintVisibilityConverter (line 6) | public class TextFieldHintVisibilityConverter : IValueConverter method Convert (line 14) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 17) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/TextFieldPrefixTextVisibilityConverter.cs class TextFieldPrefixTextVisibilityConverter (line 6) | public class TextFieldPrefixTextVisibilityConverter : IMultiValueConverter method Convert (line 12) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 36) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/ThicknessCloneConverter.cs class ThicknessCloneConverter (line 6) | public class ThicknessCloneConverter : IValueConverter method Convert (line 22) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 35) | public object ConvertBack(object value, Type targetType, object parame... type ThicknessEdges (line 39) | [Flags] FILE: src/MaterialDesignThemes.Wpf/Converters/TimeToVisibilityConverter.cs class TimeToVisibilityConverter (line 6) | [Obsolete("This class is obsolete and will be removed in a future versio... method ProvideValue (line 9) | public override object ProvideValue(IServiceProvider serviceProvider) method Convert (line 12) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 21) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/ToolBarOverflowButtonVisibilityConverter.cs class ToolBarOverflowButtonVisibilityConverter (line 6) | public class ToolBarOverflowButtonVisibilityConverter : IMultiValueConve... method Convert (line 10) | public object Convert(object[] values, Type targetType, object paramet... method ConvertBack (line 29) | public object[] ConvertBack(object value, Type[] targetTypes, object p... FILE: src/MaterialDesignThemes.Wpf/Converters/TopThicknessConverter.cs class TopThicknessConverter (line 6) | [Obsolete] method Convert (line 11) | public object Convert(object value, Type targetType, object parameter,... method ConvertBack (line 16) | public object ConvertBack(object value, Type targetType, object parame... FILE: src/MaterialDesignThemes.Wpf/Converters/TreeListViewIndentConverter.cs class TreeListViewIndentConverter (line 6) | public class TreeListViewIndentConverter : IMultiValueConverter method Convert (line 10) | public object? Convert(object?[]? values, Type targetType, object? par... method ConvertBack (line 19) | public object?[]? ConvertBack(object? value, Type[] targetTypes, objec... FILE: src/MaterialDesignThemes.Wpf/Converters/VerticalAlignmentConverter.cs class VerticalAlignmentConverter (line 6) | [Obsolete("This class is obsolete and will be removed in a future versio... method Convert (line 10) | public object? Convert(object? value, Type targetType, object? paramet... method ConvertBack (line 13) | public object? ConvertBack(object? value, Type targetType, object? par... FILE: src/MaterialDesignThemes.Wpf/CustomColorTheme.cs class CustomColorTheme (line 6) | public class CustomColorTheme : ResourceDictionary, IMaterialDesignTheme... method SetTheme (line 66) | private void SetTheme() method ApplyTheme (line 78) | protected virtual void ApplyTheme(Theme theme) => FILE: src/MaterialDesignThemes.Wpf/CustomPopupPlacementCallbackHelper.cs class CustomPopupPlacementCallbackHelper (line 3) | public static class CustomPopupPlacementCallbackHelper method CustomPopupPlacementCallbackHelper (line 7) | static CustomPopupPlacementCallbackHelper() FILE: src/MaterialDesignThemes.Wpf/DataGridAssist.cs class DataGridAssist (line 6) | public static class DataGridAssist method GetAutoGeneratedCheckBoxStyle (line 17) | public static Style GetAutoGeneratedCheckBoxStyle(DataGrid element) method SetAutoGeneratedCheckBoxStyle (line 19) | public static void SetAutoGeneratedCheckBoxStyle(DataGrid element, Sty... method AutoGeneratedCheckBoxStylePropertyChangedCallback (line 22) | private static void AutoGeneratedCheckBoxStylePropertyChangedCallback(... method SetGeneratedCheckboxColumnStyle (line 35) | private static void SetGeneratedCheckboxColumnStyle(object? sender, Da... method GetAutoGeneratedEditingCheckBoxStyle (line 50) | public static Style GetAutoGeneratedEditingCheckBoxStyle(DataGrid elem... method SetAutoGeneratedEditingCheckBoxStyle (line 52) | public static void SetAutoGeneratedEditingCheckBoxStyle(DataGrid eleme... method AutoGeneratedEditingCheckBoxStylePropertyChangedCallback (line 55) | private static void AutoGeneratedEditingCheckBoxStylePropertyChangedCa... method SetGeneratedCheckBoxEditingStyle (line 68) | private static void SetGeneratedCheckBoxEditingStyle(object? sender, D... method GetAutoGeneratedTextStyle (line 83) | public static Style GetAutoGeneratedTextStyle(DataGrid element) method SetAutoGeneratedTextStyle (line 85) | public static void SetAutoGeneratedTextStyle(DataGrid element, Style v... method AutoGeneratedTextStylePropertyChangedCallback (line 88) | private static void AutoGeneratedTextStylePropertyChangedCallback(Depe... method SetGeneratedTextColumnStyle (line 101) | private static void SetGeneratedTextColumnStyle(object? sender, DataGr... method GetAutoGeneratedEditingTextStyle (line 116) | public static Style GetAutoGeneratedEditingTextStyle(DataGrid element) method SetAutoGeneratedEditingTextStyle (line 118) | public static void SetAutoGeneratedEditingTextStyle(DataGrid element, ... method AutoGeneratedEditingTextStylePropertyChangedCallback (line 121) | private static void AutoGeneratedEditingTextStylePropertyChangedCallba... method SetGeneratedTextColumnEditingStyle (line 134) | private static void SetGeneratedTextColumnEditingStyle(object? sender,... method GetAutoGeneratedComboBoxStyle (line 149) | public static Style GetAutoGeneratedComboBoxStyle(DataGrid element) method SetAutoGeneratedComboBoxStyle (line 151) | public static void SetAutoGeneratedComboBoxStyle(DataGrid element, Sty... method AutoGeneratedComboBoxStylePropertyChangedCallback (line 154) | private static void AutoGeneratedComboBoxStylePropertyChangedCallback(... method SetGeneratedComboBoxColumnStyle (line 167) | private static void SetGeneratedComboBoxColumnStyle(object? sender, Da... method GetAutoGeneratedEditingComboBoxStyle (line 182) | public static Style GetAutoGeneratedEditingComboBoxStyle(DataGrid elem... method SetAutoGeneratedEditingComboBoxStyle (line 184) | public static void SetAutoGeneratedEditingComboBoxStyle(DataGrid eleme... method AutoGeneratedEditingComboBoxStylePropertyChangedCallback (line 187) | private static void AutoGeneratedEditingComboBoxStylePropertyChangedCa... method SetGeneratedComboBoxColumnEditingStyle (line 200) | private static void SetGeneratedComboBoxColumnEditingStyle(object? sen... method SetApplyMaterialDesignColumnStyles (line 215) | public static void SetApplyMaterialDesignColumnStyles(DataGrid element... method GetApplyMaterialDesignColumnStyles (line 218) | public static bool GetApplyMaterialDesignColumnStyles(DataGrid element) method ApplyMaterialDesignColumnStylesPropertyChangedCallback (line 221) | private static void ApplyMaterialDesignColumnStylesPropertyChangedCall... method ApplyMaterialDesignColumnStyleForColumn (line 243) | private static void ApplyMaterialDesignColumnStyleForColumn(DataGrid d... method GetCellPadding (line 300) | public static Thickness GetCellPadding(DataGrid element) method SetCellPadding (line 302) | public static void SetCellPadding(DataGrid element, Thickness value) method GetSelectedCellBorderBrush (line 311) | public static Brush GetSelectedCellBorderBrush(DataGrid element) method SetSelectedCellBorderBrush (line 313) | public static void SetSelectedCellBorderBrush(DataGrid element, Brush ... method GetColumnHeaderPadding (line 322) | public static Thickness GetColumnHeaderPadding(DataGrid element) method SetColumnHeaderPadding (line 324) | public static void SetColumnHeaderPadding(DependencyObject element, Th... method GetEnableEditBoxAssist (line 333) | public static bool GetEnableEditBoxAssist(DataGrid element) method SetEnableEditBoxAssist (line 335) | public static void SetEnableEditBoxAssist(DataGrid element, bool value) method EnableEditBoxAssistPropertyChangedCallback (line 338) | private static void EnableEditBoxAssistPropertyChangedCallback(Depende... method OnMouseLeftButtonDown (line 357) | private static void OnMouseLeftButtonDown(object sender, RoutedEventAr... method GetCornerRadius (line 366) | public static CornerRadius GetCornerRadius(DataGrid element) method SetCornerRadius (line 368) | public static void SetCornerRadius(DataGrid element, CornerRadius value) method EditOnSpacebarPress (line 372) | private static void EditOnSpacebarPress(object sender, KeyEventArgs e) method AllowDirectEditWithoutFocus (line 389) | private static void AllowDirectEditWithoutFocus(object sender, MouseBu... FILE: src/MaterialDesignThemes.Wpf/DataGridComboBoxColumn.cs class DataGridComboBoxColumn (line 5) | public class DataGridComboBoxColumn : System.Windows.Controls.DataGridCo... method DataGridComboBoxColumn (line 7) | static DataGridComboBoxColumn() method GenerateElement (line 17) | protected override FrameworkElement GenerateElement(DataGridCell cell,... method GenerateEditingElement (line 28) | protected override FrameworkElement GenerateEditingElement(DataGridCel... method ApplyStyle (line 69) | private void ApplyStyle(bool isEditing, bool defaultToElementStyle, Fr... method PickStyle (line 78) | private Style? PickStyle(bool isEditing, bool defaultToElementStyle) method CancelCellEdit (line 89) | protected override void CancelCellEdit(FrameworkElement? editingElemen... method CommitCellEdit (line 96) | protected override bool CommitCellEdit(FrameworkElement? editingElement) FILE: src/MaterialDesignThemes.Wpf/DataGridTextColumn.cs class DataGridTextColumn (line 3) | public class DataGridTextColumn : System.Windows.Controls.DataGridTextCo... method PrepareCellForEdit (line 5) | protected override object? PrepareCellForEdit(FrameworkElement? editin... FILE: src/MaterialDesignThemes.Wpf/DatePickerAssist.cs class DatePickerAssist (line 3) | [Obsolete("This class is obsolete and will be removed in a future versio... method SetOutlinedBorderInactiveThickness (line 8) | public static void SetOutlinedBorderInactiveThickness(DependencyObject... method GetOutlinedBorderInactiveThickness (line 9) | public static Thickness GetOutlinedBorderInactiveThickness(DependencyO... method SetOutlinedBorderActiveThickness (line 13) | public static void SetOutlinedBorderActiveThickness(DependencyObject e... method GetOutlinedBorderActiveThickness (line 14) | public static Thickness GetOutlinedBorderActiveThickness(DependencyObj... FILE: src/MaterialDesignThemes.Wpf/DateTimeEx.cs class DateTimeEx (line 5) | internal static class DateTimeEx method GetDateFormat (line 7) | internal static DateTimeFormatInfo GetDateFormat(this CultureInfo cult... FILE: src/MaterialDesignThemes.Wpf/DecimalUpDown.cs class DecimalUpDown (line 7) | public class DecimalUpDown method DecimalUpDown (line 14) | static DecimalUpDown() class DecimalArithmetic (line 21) | public class DecimalArithmetic : IArithmetic method Add (line 23) | public decimal Add(decimal value1, decimal value2) => value1 + value2; method Subtract (line 25) | public decimal Subtract(decimal value1, decimal value2) => value1 - va... method Compare (line 27) | public int Compare(decimal value1, decimal value2) => value1.CompareTo... method MinValue (line 29) | public decimal MinValue() => decimal.MinValue; method MaxValue (line 31) | public decimal MaxValue() => decimal.MaxValue; method One (line 33) | public decimal One() => 1m; method Max (line 35) | public decimal Max(decimal value1, decimal value2) => Math.Max(value1,... method Min (line 37) | public decimal Min(decimal value1, decimal value2) => Math.Min(value1,... method TryParse (line 39) | public bool TryParse(string text, IFormatProvider? formatProvider, out... FILE: src/MaterialDesignThemes.Wpf/DialogClosedEventArgs.cs class DialogClosedEventArgs (line 3) | public class DialogClosedEventArgs : RoutedEventArgs method DialogClosedEventArgs (line 5) | public DialogClosedEventArgs(DialogSession session, RoutedEvent routed... FILE: src/MaterialDesignThemes.Wpf/DialogClosingEventArgs.cs class DialogClosingEventArgs (line 3) | public class DialogClosingEventArgs : RoutedEventArgs method DialogClosingEventArgs (line 5) | public DialogClosingEventArgs(DialogSession session, RoutedEvent route... method Cancel (line 12) | public void Cancel() => IsCancelled = true; FILE: src/MaterialDesignThemes.Wpf/DialogHost.cs type DialogHostOpenDialogCommandDataContextSource (line 14) | public enum DialogHostOpenDialogCommandDataContextSource class DialogHost (line 31) | [TemplatePart(Name = PopupPartName, Type = typeof(Popup))] method DialogHost (line 69) | static DialogHost() method Show (line 81) | public static Task Show(object content) method Show (line 90) | public static Task Show(object content, DialogOpenedEventHand... method Show (line 99) | public static Task Show(object content, DialogClosingEventHan... method Show (line 109) | public static Task Show(object content, DialogOpenedEventHand... method Show (line 120) | public static Task Show(object content, DialogOpenedEventHand... method Show (line 129) | public static Task Show(object content, object dialogIdentifier) method Show (line 139) | public static Task Show(object content, object dialogIdentifi... method Show (line 149) | public static Task Show(object content, object dialogIdentifi... method Show (line 160) | public static Task Show(object content, object? dialogIdentif... method Show (line 172) | public static async Task Show(object content, object? dialogI... method Close (line 182) | public static void Close(object? dialogIdentifier) method Close (line 190) | public static void Close(object? dialogIdentifier, object? parameter) method GetDialogSession (line 206) | public static DialogSession? GetDialogSession(object? dialogIdentifier) method IsDialogOpen (line 217) | public static bool IsDialogOpen(object? dialogIdentifier) => GetDialog... method GetInstance (line 219) | private static DialogHost GetInstance(object? dialogIdentifier) method ShowInternal (line 258) | internal async Task ShowInternal(object content, DialogOpened... method DialogHost (line 286) | public DialogHost() method IsOpenPropertyChangedCallback (line 310) | private static void IsOpenPropertyChangedCallback(DependencyObject dep... method SnackbarMessageQueuePropertyChangedCallback (line 531) | private static void SnackbarMessageQueuePropertyChangedCallback(Depend... method OnApplyTemplate (line 617) | public override void OnApplyTemplate() method SetRestoreFocusElement (line 639) | public static void SetRestoreFocusElement(DependencyObject element, II... method GetRestoreFocusElement (line 642) | public static IInputElement GetRestoreFocusElement(DependencyObject el... method SetDialogOpenedAttached (line 680) | public static void SetDialogOpenedAttached(DependencyObject element, D... method GetDialogOpenedAttached (line 683) | public static DialogOpenedEventHandler GetDialogOpenedAttached(Depende... method OnDialogOpened (line 698) | protected void OnDialogOpened(DialogOpenedEventArgs eventArgs) method SetDialogClosingAttached (line 727) | public static void SetDialogClosingAttached(DependencyObject element, ... method GetDialogClosingAttached (line 730) | public static DialogClosingEventHandler GetDialogClosingAttached(Depen... method OnDialogClosing (line 745) | protected void OnDialogClosing(DialogClosingEventArgs eventArgs) method SetDialogClosedAttached (line 770) | public static void SetDialogClosedAttached(DependencyObject element, D... method GetDialogClosedAttached (line 773) | public static DialogClosedEventHandler GetDialogClosedAttached(Depende... method OnDialogClosed (line 788) | protected void OnDialogClosed(DialogClosedEventArgs eventArgs) method AssertTargetableContent (line 793) | internal void AssertTargetableContent() method InternalClose (line 801) | internal void InternalClose(object? parameter) method FocusPopup (line 832) | internal UIElement? FocusPopup() method OnPreviewMouseDown (line 876) | protected override void OnPreviewMouseDown(MouseButtonEventArgs e) method ContentCoverGridOnMouseLeftButtonUp (line 885) | private void ContentCoverGridOnMouseLeftButtonUp(object sender, MouseB... method OpenDialogHandler (line 891) | private void OpenDialogHandler(object sender, ExecutedRoutedEventArgs ... method CloseDialogCanExecute (line 926) | private void CloseDialogCanExecute(object sender, CanExecuteRoutedEven... method CloseDialogHandler (line 929) | private void CloseDialogHandler(object sender, ExecutedRoutedEventArgs... method GetStateName (line 938) | private string GetStateName() method OnUnloaded (line 941) | private void OnUnloaded(object sender, RoutedEventArgs routedEventArgs) method OnLoaded (line 953) | private void OnLoaded(object sender, RoutedEventArgs routedEventArgs) method OnPreviewGotKeyboardFocus (line 975) | private void OnPreviewGotKeyboardFocus(object sender, KeyboardFocusCha... method SetFocus (line 980) | [SecurityCritical] FILE: src/MaterialDesignThemes.Wpf/DialogHostEx.cs class DialogHostEx (line 6) | public static class DialogHostEx method ShowDialog (line 20) | public static Task ShowDialog(this Window window, object cont... method ShowDialog (line 36) | public static Task ShowDialog(this Window window, object cont... method ShowDialog (line 46) | public static Task ShowDialog(this Window window, object cont... method ShowDialog (line 62) | public static Task ShowDialog(this Window window, object cont... method ShowDialog (line 79) | public static Task ShowDialog(this Window window, object cont... method ShowDialog (line 97) | public static Task ShowDialog(this Window window, object cont... method ShowDialog (line 109) | public static Task ShowDialog(this DependencyObject childDepe... method ShowDialog (line 122) | public static Task ShowDialog(this DependencyObject childDepe... method ShowDialog (line 135) | public static Task ShowDialog(this DependencyObject childDepe... method ShowDialog (line 148) | public static Task ShowDialog(this DependencyObject childDepe... method ShowDialog (line 162) | public static Task ShowDialog(this DependencyObject childDepe... method ShowDialog (line 177) | public static Task ShowDialog(this DependencyObject childDepe... method GetFirstDialogHost (line 180) | private static DialogHost GetFirstDialogHost(Window window) method GetFirstDialogHost (line 192) | private static DialogHost GetFirstDialogHost(Window window, object? di... method GetOwningDialogHost (line 204) | private static DialogHost GetOwningDialogHost(DependencyObject childDe... method GetOwningDialogHost (line 215) | private static DialogHost GetOwningDialogHost(DependencyObject childDe... FILE: src/MaterialDesignThemes.Wpf/DialogOpenedEventArgs.cs class DialogOpenedEventArgs (line 3) | public class DialogOpenedEventArgs : RoutedEventArgs method DialogOpenedEventArgs (line 5) | public DialogOpenedEventArgs(DialogSession session, RoutedEvent routed... FILE: src/MaterialDesignThemes.Wpf/DialogSession.cs class DialogSession (line 8) | public class DialogSession method DialogSession (line 12) | internal DialogSession(DialogHost owner) method UpdateContent (line 37) | public void UpdateContent(object? content) method Close (line 51) | public void Close() method Close (line 63) | public void Close(object? parameter) FILE: src/MaterialDesignThemes.Wpf/DpiHelper.cs class DpiHelper (line 6) | internal static class DpiHelper method DpiHelper (line 14) | static DpiHelper() method TransformToDeviceY (line 26) | public static double TransformToDeviceY(Visual visual, double y) method TransformFromDeviceY (line 34) | public static double TransformFromDeviceY(Visual visual, double y) method TransformToDeviceX (line 42) | public static double TransformToDeviceX(Visual visual, double x) method TransformFromDeviceX (line 50) | public static double TransformFromDeviceX(Visual visual, double x) method TransformToDeviceY (line 58) | public static double TransformToDeviceY(double y) => y * DpiY / Standa... method TransformFromDeviceY (line 60) | public static double TransformFromDeviceY(double y) => y / DpiY * Stan... method TransformToDeviceX (line 62) | public static double TransformToDeviceX(double x) => x * DpiX / Standa... method TransformFromDeviceX (line 64) | public static double TransformFromDeviceX(double x) => x / DpiX * Stan... FILE: src/MaterialDesignThemes.Wpf/DrawerClosingEventArgs.cs class DrawerClosingEventArgs (line 3) | public class DrawerClosingEventArgs : RoutedEventArgs method DrawerClosingEventArgs (line 5) | public DrawerClosingEventArgs(Dock dock, RoutedEvent routedEvent) method Cancel (line 14) | public void Cancel() FILE: src/MaterialDesignThemes.Wpf/DrawerHost.cs class DrawerHost (line 6) | [TemplateVisualState(GroupName = TemplateAllDrawersGroupName, Name = Tem... method DrawerHost (line 64) | static DrawerHost() method DrawerHost (line 69) | public DrawerHost() method OnBlurPropertyChanged (line 467) | private static void OnBlurPropertyChanged(DependencyObject d, Dependen... method OnDrawerOpened (line 492) | protected void OnDrawerOpened(DrawerOpenedEventArgs eventArgs) => Rais... method OnDrawerClosing (line 514) | protected void OnDrawerClosing(DrawerClosingEventArgs eventArgs) method OnApplyTemplate (line 519) | public override void OnApplyTemplate() method WireDrawer (line 541) | private FrameworkElement? WireDrawer(FrameworkElement? drawerElement, ... method DrawerElement_MouseDown (line 559) | private void DrawerElement_MouseDown(object sender, MouseButtonEventAr... method DrawerElement_GotFocus (line 561) | private void DrawerElement_GotFocus(object sender, RoutedEventArgs e) ... method ReactToFocus (line 563) | private void ReactToFocus(object sender) method TemplateContentCoverElementOnPreviewMouseLeftButtonUp (line 575) | private void TemplateContentCoverElementOnPreviewMouseLeftButtonUp(obj... method UpdateVisualStates (line 587) | private void UpdateVisualStates(bool? useTransitions = null) method IsTopDrawerOpenPropertyChangedCallback (line 607) | private static void IsTopDrawerOpenPropertyChangedCallback(DependencyO... method IsLeftDrawerOpenPropertyChangedCallback (line 610) | private static void IsLeftDrawerOpenPropertyChangedCallback(Dependency... method IsRightDrawerOpenPropertyChangedCallback (line 613) | private static void IsRightDrawerOpenPropertyChangedCallback(Dependenc... method IsBottomDrawerOpenPropertyChangedCallback (line 616) | private static void IsBottomDrawerOpenPropertyChangedCallback(Dependen... method IsDrawerOpenPropertyChanged (line 619) | private static void IsDrawerOpenPropertyChanged(DependencyObject depen... method HandleBackgroundBlur (line 646) | private void HandleBackgroundBlur(bool? isOpened = null) method IsAnyDrawerOpen (line 666) | private bool IsAnyDrawerOpen() method RaiseDrawerOpened (line 671) | private static void RaiseDrawerOpened(DrawerHost drawerHost, Dock dock) method PrepareZIndexes (line 679) | private void PrepareZIndexes(DependencyPropertyKey zIndexDependencyPro... method CloseDrawerHandler (line 691) | private void CloseDrawerHandler(object sender, ExecutedRoutedEventArgs... method OpenDrawerHandler (line 713) | private void OpenDrawerHandler(object sender, ExecutedRoutedEventArgs ... method SetOpenFlag (line 722) | private void SetOpenFlag(ExecutedRoutedEventArgs executedRoutedEventAr... FILE: src/MaterialDesignThemes.Wpf/DrawerHostOpenMode.cs type DrawerHostOpenMode (line 3) | public enum DrawerHostOpenMode FILE: src/MaterialDesignThemes.Wpf/DrawerOpenedEventArgs.cs class DrawerOpenedEventArgs (line 3) | public class DrawerOpenedEventArgs : RoutedEventArgs method DrawerOpenedEventArgs (line 5) | public DrawerOpenedEventArgs(Dock dock, RoutedEvent routedEvent) : bas... FILE: src/MaterialDesignThemes.Wpf/ElevationAssist.cs type Elevation (line 7) | public enum Elevation class ElevationInfo (line 23) | internal static class ElevationInfo method ElevationInfo (line 27) | static ElevationInfo() method GetDropShadow (line 49) | public static DropShadowEffect? GetDropShadow(Elevation elevation) => ... class ElevationAssist (line 52) | public static class ElevationAssist method SetElevation (line 61) | public static void SetElevation(DependencyObject element, Elevation va... method GetElevation (line 62) | public static Elevation GetElevation(DependencyObject element) => (Ele... method GetDropShadow (line 64) | public static DropShadowEffect? GetDropShadow(Elevation elevation) => ... FILE: src/MaterialDesignThemes.Wpf/ExpanderAssist.cs type ExpanderButtonPosition (line 5) | public enum ExpanderButtonPosition class ExpanderAssist (line 12) | public static class ExpanderAssist method GetHorizontalHeaderPadding (line 22) | public static Thickness GetHorizontalHeaderPadding(Expander element) method SetHorizontalHeaderPadding (line 24) | public static void SetHorizontalHeaderPadding(Expander element, Thickn... method GetVerticalHeaderPadding (line 33) | public static Thickness GetVerticalHeaderPadding(Expander element) method SetVerticalHeaderPadding (line 35) | public static void SetVerticalHeaderPadding(Expander element, Thicknes... method GetHeaderFontSize (line 44) | public static double GetHeaderFontSize(Expander element) method SetHeaderFontSize (line 46) | public static void SetHeaderFontSize(Expander element, double value) method GetHeaderBackground (line 54) | public static Brush? GetHeaderBackground(Expander element) method SetHeaderBackground (line 56) | public static void SetHeaderBackground(Expander element, Brush? value) method GetExpanderButtonContent (line 64) | public static object? GetExpanderButtonContent(Expander element) method SetExpanderButtonContent (line 66) | public static void SetExpanderButtonContent(Expander element, object? ... method GetExpanderButtonPosition (line 74) | public static ExpanderButtonPosition GetExpanderButtonPosition(Expande... method SetExpanderButtonPosition (line 76) | public static void SetExpanderButtonPosition(Expander element, Expande... FILE: src/MaterialDesignThemes.Wpf/Flipper.cs class Flipper (line 3) | [TemplateVisualState(GroupName = TemplateFlipGroupName, Name = TemplateF... method Flipper (line 13) | static Flipper() method Flipper (line 18) | public Flipper() method IsFlippedPropertyChangedCallback (line 98) | private static void IsFlippedPropertyChangedCallback(DependencyObject ... method OnIsFlippedChanged (line 124) | private static void OnIsFlippedChanged( method OnApplyTemplate (line 137) | public override void OnApplyTemplate() method UpdateVisualStates (line 144) | private void UpdateVisualStates(bool useTransitions) method FlipHandler (line 150) | private void FlipHandler(object sender, ExecutedRoutedEventArgs execut... FILE: src/MaterialDesignThemes.Wpf/FlipperAssist.cs class FlipperAssist (line 3) | public static class FlipperAssist method SetUniformCornerRadius (line 13) | public static void SetUniformCornerRadius(DependencyObject element, do... method GetUniformCornerRadius (line 14) | public static double GetUniformCornerRadius(DependencyObject element) ... method CoerceCardStyleCallback (line 24) | private static object? CoerceCardStyleCallback(DependencyObject d, obj... method SetCardStyle (line 31) | public static void SetCardStyle(DependencyObject element, Style value)... method GetCardStyle (line 32) | public static Style GetCardStyle(DependencyObject element) => (Style)e... FILE: src/MaterialDesignThemes.Wpf/FlipperClassic.cs class FlipperClassic (line 5) | [TemplatePart(Name = Plane3DPartName, Type = typeof(Plane3D))] method FlipperClassic (line 19) | static FlipperClassic() method FlipperClassic (line 24) | public FlipperClassic() method IsFlippedPropertyChangedCallback (line 104) | private static void IsFlippedPropertyChangedCallback(DependencyObject ... method OnIsFlippedChanged (line 131) | private static void OnIsFlippedChanged( method OnApplyTemplate (line 142) | public override void OnApplyTemplate() method RemeasureDuringFlip (line 151) | private void RemeasureDuringFlip() method UpdateVisualStates (line 173) | private void UpdateVisualStates(bool useTransitions) method FlipHandler (line 179) | private void FlipHandler(object sender, ExecutedRoutedEventArgs execut... FILE: src/MaterialDesignThemes.Wpf/FloatingHintHorizontalAlignment.cs type FloatingHintHorizontalAlignment (line 3) | public enum FloatingHintHorizontalAlignment FILE: src/MaterialDesignThemes.Wpf/GridViewColumnThumb.cs class GridViewColumnThumb (line 3) | internal class GridViewColumnThumb : Thumb method GridViewColumnThumb (line 5) | public GridViewColumnThumb() : base() { } method OnMouseLeftButtonDown (line 7) | protected override void OnMouseLeftButtonDown(MouseButtonEventArgs e) method OnMouseLeftButtonUp (line 13) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) FILE: src/MaterialDesignThemes.Wpf/GroupBoxAssist.cs class GroupBoxAssist (line 3) | public static class GroupBoxAssist method GetHeaderPadding (line 11) | public static Thickness GetHeaderPadding(GroupBox element) => (Thickne... method SetHeaderPadding (line 12) | public static void SetHeaderPadding(GroupBox element, Thickness header... FILE: src/MaterialDesignThemes.Wpf/HintAssist.cs class HintAssist (line 5) | public static class HintAssist method GetIsFloating (line 18) | public static bool GetIsFloating(DependencyObject element) method SetIsFloating (line 20) | public static void SetIsFloating(DependencyObject element, bool value) method GetFloatingScale (line 29) | public static double GetFloatingScale(DependencyObject element) method SetFloatingScale (line 31) | public static void SetFloatingScale(DependencyObject element, double v... method GetFloatingOffset (line 40) | public static Point GetFloatingOffset(DependencyObject element) method SetFloatingOffset (line 43) | public static void SetFloatingOffset(DependencyObject element, Point v... method GetHint (line 52) | public static object GetHint(DependencyObject element) method SetHint (line 54) | public static void SetHint(DependencyObject element, object value) method GetHintOpacityProperty (line 63) | public static double GetHintOpacityProperty(DependencyObject element) method SetHintOpacity (line 65) | public static void SetHintOpacity(DependencyObject element, double value) method SetHintHorizontalAlignment (line 74) | public static void SetHintHorizontalAlignment(DependencyObject element... method GetHintHorizontalAlignment (line 76) | public static FloatingHintHorizontalAlignment GetHintHorizontalAlignme... method SetFloatingHintHorizontalAlignment (line 85) | public static void SetFloatingHintHorizontalAlignment(DependencyObject... method GetFloatingHintHorizontalAlignment (line 87) | public static FloatingHintHorizontalAlignment GetFloatingHintHorizonta... method GetFontFamily (line 96) | public static FontFamily GetFontFamily(DependencyObject element) method SetFontFamily (line 98) | public static void SetFontFamily(DependencyObject element, FontFamily ... method GetForeground (line 106) | public static Brush GetForeground(DependencyObject element) method SetForeground (line 108) | public static void SetForeground(DependencyObject element, Brush value) method GetBackground (line 116) | public static Brush GetBackground(DependencyObject element) method SetBackground (line 118) | public static void SetBackground(DependencyObject element, Brush value) method GetHintPaddingBrush (line 126) | public static Brush? GetHintPaddingBrush(DependencyObject obj) method SetHintPaddingBrush (line 129) | public static void SetHintPaddingBrush(DependencyObject obj, Brush? va... method GetApplyHintPaddingBrush (line 137) | public static bool GetApplyHintPaddingBrush(DependencyObject obj) method SetApplyHintPaddingBrush (line 140) | public static void SetApplyHintPaddingBrush(DependencyObject obj, bool... method GetHelperText (line 149) | public static object GetHelperText(DependencyObject element) method SetHelperText (line 151) | public static void SetHelperText(DependencyObject element, object value) method GetHelperTextFontSize (line 160) | public static double GetHelperTextFontSize(DependencyObject element) => method SetHelperTextFontSize (line 162) | public static void SetHelperTextFontSize(DependencyObject element, dou... method GetHelperTextStyle (line 172) | public static Style? GetHelperTextStyle(DependencyObject element) => method SetHelperTextStyle (line 174) | public static void SetHelperTextStyle(DependencyObject element, Style?... FILE: src/MaterialDesignThemes.Wpf/HintProxyFabric.ComboBox.cs class HintProxyFabric (line 3) | public static partial class HintProxyFabric class ComboBoxHintProxy (line 5) | private sealed class ComboBoxHintProxy : IHintProxy method ComboBoxHintProxy (line 10) | public ComboBoxHintProxy(ComboBox comboBox) method IsEmpty (line 27) | public bool IsEmpty() => string.IsNullOrEmpty(_comboBox.Text); method IsFocused (line 29) | public bool IsFocused() => _comboBox.IsEditable && _comboBox.IsKeybo... method ComboBoxSelectionChanged (line 38) | private void ComboBoxSelectionChanged(object sender, SelectionChange... method ComboBoxIsVisibleChanged (line 41) | private void ComboBoxIsVisibleChanged(object sender, DependencyPrope... method ComboBoxLoaded (line 44) | private void ComboBoxLoaded(object sender, RoutedEventArgs e) method ComboBoxTextChanged (line 47) | private void ComboBoxTextChanged(object sender, TextChangedEventArgs e) method ComboBoxIsKeyboardFocusWithinChanged (line 50) | private void ComboBoxIsKeyboardFocusWithinChanged(object sender, Dep... method Dispose (line 53) | public void Dispose() FILE: src/MaterialDesignThemes.Wpf/HintProxyFabric.PasswordBox.cs class HintProxyFabric (line 3) | public static partial class HintProxyFabric class PasswordBoxHintProxy (line 5) | private sealed class PasswordBoxHintProxy : IHintProxy method IsEmpty (line 9) | public bool IsEmpty() => string.IsNullOrEmpty(_passwordBox.Password); method IsFocused (line 17) | public bool IsFocused() => _passwordBox.IsKeyboardFocusWithin; method PasswordBoxHintProxy (line 24) | public PasswordBoxHintProxy(PasswordBox passwordBox) method PasswordBoxIsKeyboardFocusedChanged (line 35) | private void PasswordBoxIsKeyboardFocusedChanged(object sender, Depe... method PasswordBoxIsVisibleChanged (line 38) | private void PasswordBoxIsVisibleChanged(object sender, DependencyPr... method PasswordBoxLoaded (line 41) | private void PasswordBoxLoaded(object sender, RoutedEventArgs e) method PasswordBoxPasswordChanged (line 44) | private void PasswordBoxPasswordChanged(object sender, RoutedEventAr... method Dispose (line 47) | public void Dispose() FILE: src/MaterialDesignThemes.Wpf/HintProxyFabric.RichTextBox.cs class HintProxyFabric (line 5) | public static partial class HintProxyFabric class RichTextBoxHintProxy (line 7) | private sealed class RichTextBoxHintProxy : IHintProxy method IsEmpty (line 15) | public bool IsEmpty() method IsFocused (line 26) | public bool IsFocused() => _richTextBox.IsKeyboardFocused; method RichTextBoxHintProxy (line 33) | public RichTextBoxHintProxy(RichTextBox textBox) method TextBoxIsKeyboardFocusedChanged (line 42) | private void TextBoxIsKeyboardFocusedChanged(object sender, Dependen... method TextBoxIsVisibleChanged (line 47) | private void TextBoxIsVisibleChanged(object sender, DependencyProper... method TextBoxLoaded (line 52) | private void TextBoxLoaded(object sender, RoutedEventArgs e) method TextBoxTextChanged (line 57) | private void TextBoxTextChanged(object sender, TextChangedEventArgs e) method Dispose (line 62) | public void Dispose() FILE: src/MaterialDesignThemes.Wpf/HintProxyFabric.TextBox.cs class HintProxyFabric (line 3) | public static partial class HintProxyFabric class TextBoxHintProxy (line 5) | private sealed class TextBoxHintProxy : IHintProxy method IsEmpty (line 13) | public bool IsEmpty() => string.IsNullOrEmpty(_textBox.Text); method IsFocused (line 15) | public bool IsFocused() => _textBox.IsKeyboardFocusWithin; method TextBoxHintProxy (line 22) | public TextBoxHintProxy(TextBox textBox) method TextBoxIsKeyboardFocusedChanged (line 31) | private void TextBoxIsKeyboardFocusedChanged(object sender, Dependen... method TextBoxIsVisibleChanged (line 34) | private void TextBoxIsVisibleChanged(object sender, DependencyProper... method TextBoxLoaded (line 37) | private void TextBoxLoaded(object sender, RoutedEventArgs e) method TextBoxTextChanged (line 40) | private void TextBoxTextChanged(object sender, TextChangedEventArgs e) method Dispose (line 43) | public void Dispose() FILE: src/MaterialDesignThemes.Wpf/HintProxyFabric.cs class HintProxyFabric (line 3) | public static partial class HintProxyFabric class HintProxyBuilder (line 5) | private sealed class HintProxyBuilder method HintProxyBuilder (line 10) | public HintProxyBuilder(Func canBuild, Func _canBuild(control); method Build (line 17) | public IHintProxy? Build(Control control) => _build(control); method HintProxyFabric (line 22) | static HintProxyFabric() method RegisterBuilder (line 30) | public static void RegisterBuilder(Func canBuild, Func... method Get (line 33) | public static IHintProxy? Get(Control? control) FILE: src/MaterialDesignThemes.Wpf/IHintProxy.cs type IHintProxy (line 8) | public interface IHintProxy : IDisposable method IsEmpty (line 15) | bool IsEmpty(); method IsFocused (line 21) | bool IsFocused(); FILE: src/MaterialDesignThemes.Wpf/IMaterialDesignThemeDictionary.cs type IMaterialDesignThemeDictionary (line 3) | public interface IMaterialDesignThemeDictionary FILE: src/MaterialDesignThemes.Wpf/ISnackbarMessageQueue.cs type ISnackbarMessageQueue (line 3) | public interface ISnackbarMessageQueue method Enqueue (line 9) | void Enqueue(object content); method Enqueue (line 17) | void Enqueue(object content, object? actionContent, Action? actionHand... method Enqueue (line 26) | void Enqueue(object content, object? actionContent, Action<... method Enqueue (line 34) | void Enqueue(object content, bool neverConsiderToBeDuplicate); method Enqueue (line 43) | void Enqueue(object content, object? actionContent, Action? actionHand... method Enqueue (line 53) | void Enqueue(object content, object? actionContent, Action<... method Enqueue (line 65) | void Enqueue(object content, object? actionContent, Action<... method Enqueue (line 78) | void Enqueue(object content, object? actionContent, Action? a... FILE: src/MaterialDesignThemes.Wpf/IThemeManager.cs type IThemeManager (line 3) | public interface IThemeManager FILE: src/MaterialDesignThemes.Wpf/InheritSystemColorTypeConverter.cs class InheritSystemColorTypeConverter (line 7) | internal sealed class InheritSystemColorTypeConverter : TypeConverter method CanConvertFrom (line 13) | public override bool CanConvertFrom(ITypeDescriptorContext? context, T... method CanConvertTo (line 18) | public override bool CanConvertTo(ITypeDescriptorContext? context, [No... method ConvertFrom (line 22) | public override object ConvertFrom(ITypeDescriptorContext? td, System.... method ConvertTo (line 39) | public override object ConvertTo(ITypeDescriptorContext? context, Syst... FILE: src/MaterialDesignThemes.Wpf/Internal/ClearText.cs class ClearText (line 3) | public static class ClearText method GetHandlesClearCommand (line 7) | public static bool GetHandlesClearCommand(DependencyObject obj) method SetHandlesClearCommand (line 10) | public static void SetHandlesClearCommand(DependencyObject obj, bool v... method OnHandlesClearCommandChanged (line 16) | private static void OnHandlesClearCommandChanged(DependencyObject d, D... FILE: src/MaterialDesignThemes.Wpf/Internal/InternalTextFieldAssist.cs class InternalTextFieldAssist (line 3) | public static class InternalTextFieldAssist method SetIsMouseOver (line 11) | public static void SetIsMouseOver(DependencyObject element, bool value... method GetIsMouseOver (line 12) | public static bool GetIsMouseOver(DependencyObject element) => (bool)e... FILE: src/MaterialDesignThemes.Wpf/Internal/PaddedBringIntoViewStackPanel.cs class PaddedBringIntoViewStackPanel (line 6) | public class PaddedBringIntoViewStackPanel : StackPanel method PaddedBringIntoViewStackPanel (line 37) | static PaddedBringIntoViewStackPanel() method OnRequestBringIntoView (line 42) | private static void OnRequestBringIntoView(object sender, RoutedEventA... FILE: src/MaterialDesignThemes.Wpf/Internal/Shims/Index.cs type Index (line 18) | internal readonly struct Index : IEquatable method Index (line 28) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Index (line 43) | private Index(int value) method FromStart (line 56) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method FromEnd (line 69) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method GetOffset (line 103) | [MethodImpl(MethodImplOptions.AggressiveInlining)] method Equals (line 120) | public override bool Equals(object? value) => value is Index && _value... method Equals (line 124) | public bool Equals(Index other) => _value == other._value; method GetHashCode (line 127) | public override int GetHashCode() => _value; method ToString (line 133) | public override string ToString() method ThrowValueArgumentOutOfRange_NeedNonNegNumException (line 141) | private static void ThrowValueArgumentOutOfRange_NeedNonNegNumException() method ToStringFromEnd (line 146) | private string ToStringFromEnd() FILE: src/MaterialDesignThemes.Wpf/Internal/Shims/NotNullWhen.cs class NotNullWhenAttribute (line 8) | [AttributeUsage(AttributeTargets.Parameter, Inherited = false)] method NotNullWhenAttribute (line 19) | public NotNullWhenAttribute(bool returnValue) FILE: src/MaterialDesignThemes.Wpf/Internal/TreeListViewContentPresenter.cs class TreeListViewContentPresenter (line 4) | public class TreeListViewContentPresenter : ContentPresenter method OnTemplateChanged (line 10) | protected override void OnTemplateChanged(DataTemplate oldTemplate, Da... FILE: src/MaterialDesignThemes.Wpf/Internal/TreeListViewItemsCollection.cs class TreeListViewItemsCollection (line 7) | public class TreeListViewItemsCollection : ObservableCollection method TreeListViewItemsCollection (line 12) | public TreeListViewItemsCollection(object? wrappedSource) method GetPriorNonRootLevelItemsCount (line 27) | private int GetPriorNonRootLevelItemsCount(int index, int startingInde... method GetLevel (line 55) | public int GetLevel(int index) method GetIsExpanded (line 58) | public bool GetIsExpanded(int index) method SetIsExpanded (line 61) | public void SetIsExpanded(int index, bool isExpanded) method InsertWithLevel (line 64) | public void InsertWithLevel(int index, object? item, int level) method GetParent (line 88) | public object? GetParent(int index) method GetDirectChildrenIndexes (line 103) | public IEnumerable GetDirectChildrenIndexes(int index) method RemoveItem (line 128) | protected override void RemoveItem(int index) method RemoveOffsetAdjustedItem (line 135) | internal void RemoveOffsetAdjustedItem(int index) method RemoveChildrenOfOffsetAdjustedItem (line 145) | internal void RemoveChildrenOfOffsetAdjustedItem(int index) method InsertItem (line 161) | protected override void InsertItem(int index, object? item) method MoveItem (line 168) | protected override void MoveItem(int oldIndex, int newIndex) method MoveOffsetAdjustedItem (line 171) | internal void MoveOffsetAdjustedItem(int oldIndex, int newIndex) method InternalInsertItem (line 218) | private void InternalInsertItem(int index, object? item, int level) method InternalRemoveItem (line 225) | private void InternalRemoveItem(int index) method InternalMoveItem (line 232) | private void InternalMoveItem(int oldIndex, int newIndex) method ReplaceOffsetAdjustedItem (line 239) | internal void ReplaceOffsetAdjustedItem(int index, object? item) method ItemsSource_CollectionChanged (line 248) | private void ItemsSource_CollectionChanged(object? sender, NotifyColle... class ListExtensions (line 310) | file static class ListExtensions method MoveItem (line 312) | public static void MoveItem(this IList list, int oldIndex, int newIndex) class MoveEventArgs (line 322) | public class MoveEventArgs : EventArgs method MoveEventArgs (line 327) | public MoveEventArgs(int oldIndex, int newIndex) FILE: src/MaterialDesignThemes.Wpf/ListBoxAssist.cs class ListBoxAssist (line 5) | public static class ListBoxAssist method ListBoxAssist (line 7) | static ListBoxAssist() method ListBoxMouseButtonEvent (line 13) | private static void ListBoxMouseButtonEvent(object sender, MouseButton... method SetIsToggle (line 53) | public static void SetIsToggle(DependencyObject element, bool value) method GetIsToggle (line 56) | public static bool GetIsToggle(DependencyObject element) method SetCanUserToggleSelectedItem (line 62) | public static void SetCanUserToggleSelectedItem(DependencyObject eleme... method GetCanUserToggleSelectedItem (line 65) | public static bool GetCanUserToggleSelectedItem(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/ListBoxItemAssist.cs class ListBoxItemAssist (line 5) | public static class ListBoxItemAssist method GetCornerRadius (line 17) | public static CornerRadius GetCornerRadius(DependencyObject element) method SetCornerRadius (line 19) | public static void SetCornerRadius(DependencyObject element, CornerRad... method GetHoverBackground (line 23) | public static Brush? GetHoverBackground(DependencyObject obj) method SetHoverBackground (line 26) | public static void SetHoverBackground(DependencyObject obj, Brush? value) method GetSelectedFocusedBackground (line 34) | public static Brush? GetSelectedFocusedBackground(DependencyObject obj) method SetSelectedFocusedBackground (line 37) | public static void SetSelectedFocusedBackground(DependencyObject obj, ... method GetSelectedUnfocusedBackground (line 45) | public static Brush? GetSelectedUnfocusedBackground(DependencyObject obj) method SetSelectedUnfocusedBackground (line 48) | public static void SetSelectedUnfocusedBackground(DependencyObject obj... method GetShowSelection (line 56) | public static bool GetShowSelection(DependencyObject element) method SetShowSelection (line 58) | public static void SetShowSelection(DependencyObject element, bool value) method GetCursor (line 66) | public static Cursor GetCursor(DependencyObject obj) method SetCursor (line 69) | public static void SetCursor(DependencyObject obj, Cursor value) FILE: src/MaterialDesignThemes.Wpf/ListSortDirectionIndicator.cs class ListSortDirectionIndicator (line 5) | [TemplateVisualState(GroupName = DirectionGroupName, Name = NoneStateName)] method ListSortDirectionIndicator (line 15) | static ListSortDirectionIndicator() method OnApplyTemplate (line 20) | public override void OnApplyTemplate() method ListSortDirectionPropertyChangedCallback (line 31) | private static void ListSortDirectionPropertyChangedCallback(Dependenc... method GotoVisualState (line 58) | private void GotoVisualState(bool useTransitions, ListSortDirection? d... FILE: src/MaterialDesignThemes.Wpf/ListViewAssist.cs class ListViewAssist (line 5) | public static class ListViewAssist method SetListViewItemPadding (line 13) | public static void SetListViewItemPadding(DependencyObject element, Th... method GetListViewItemPadding (line 18) | public static Thickness GetListViewItemPadding(DependencyObject element) method SetHeaderRowBackground (line 29) | public static void SetHeaderRowBackground(DependencyObject element, Br... method GetHeaderRowBackground (line 34) | public static Brush GetHeaderRowBackground(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/MaterialDateDisplay.cs class MaterialDateDisplay (line 6) | public class MaterialDateDisplay : Control method MaterialDateDisplay (line 8) | static MaterialDateDisplay() method MaterialDateDisplay (line 13) | public MaterialDateDisplay() method DisplayDateCoerceValue (line 21) | private static object DisplayDateCoerceValue(DependencyObject d, objec... method DisplayDatePropertyChangedCallback (line 39) | private static void DisplayDatePropertyChangedCallback(DependencyObjec... method UpdateComponents (line 106) | private void UpdateComponents() method FormatDate (line 136) | private static string FormatDate(string format, DateTime displayDate, ... method SetDisplayDateOfCalendar (line 141) | private void SetDisplayDateOfCalendar(DateTime displayDate) FILE: src/MaterialDesignThemes.Wpf/MaterialDesignFont.cs class MaterialDesignFontExtension (line 5) | [MarkupExtensionReturnType(typeof(FontFamily))] method ProvideValue (line 12) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/MenuAssist.cs class MenuAssist (line 3) | public static class MenuAssist method GetTopLevelMenuItemHeight (line 12) | public static double GetTopLevelMenuItemHeight(DependencyObject elemen... method SetTopLevelMenuItemHeight (line 13) | public static void SetTopLevelMenuItemHeight(DependencyObject element,... method GetMenuItemsPresenterMargin (line 22) | public static Thickness GetMenuItemsPresenterMargin(DependencyObject obj) method SetMenuItemsPresenterMargin (line 24) | public static void SetMenuItemsPresenterMargin(DependencyObject obj, T... FILE: src/MaterialDesignThemes.Wpf/MenuItemAssist.cs class MenuItemAssist (line 5) | public static class MenuItemAssist method GetHighlightedBackground (line 7) | public static Brush? GetHighlightedBackground(DependencyObject obj) method SetHighlightedBackground (line 10) | public static void SetHighlightedBackground(DependencyObject obj, Brus... FILE: src/MaterialDesignThemes.Wpf/MessageQueueExtension.cs class MessageQueueExtension (line 6) | [MarkupExtensionReturnType(typeof(SnackbarMessageQueue))] method ProvideValue (line 9) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/NavigationBarAssist.cs class NavigationBarAssist (line 3) | public static class NavigationBarAssist method GetCornerRadius (line 14) | public static CornerRadius GetCornerRadius(DependencyObject element) method SetCornerRadius (line 16) | public static void SetCornerRadius(DependencyObject element, CornerRad... method GetShowSelectionBackground (line 24) | public static object GetShowSelectionBackground(DependencyObject eleme... method SetShowSelectionBackground (line 25) | public static void SetShowSelectionBackground(DependencyObject element... method GetSelectionCornerRadius (line 34) | public static object GetSelectionCornerRadius(DependencyObject element... method SetSelectionCornerRadius (line 35) | public static void SetSelectionCornerRadius(DependencyObject element, ... method GetSelectionHeight (line 40) | public static int GetSelectionHeight(DependencyObject element) method SetSelectionHeight (line 42) | public static void SetSelectionHeight(DependencyObject element, int va... method GetSelectionWidth (line 50) | public static int GetSelectionWidth(DependencyObject element) method SetSelectionWidth (line 52) | public static void SetSelectionWidth(DependencyObject element, int value) method GetUnselectedIcon (line 60) | public static PackIconKind GetUnselectedIcon(DependencyObject element) method SetUnselectedIcon (line 62) | public static void SetUnselectedIcon(DependencyObject element, PackIco... method GetSelectedIcon (line 70) | public static PackIconKind GetSelectedIcon(DependencyObject element) method SetSelectedIcon (line 72) | public static void SetSelectedIcon(DependencyObject element, PackIconK... method GetIconSize (line 80) | public static int GetIconSize(DependencyObject element) method SetIconSize (line 82) | public static void SetIconSize(DependencyObject element, int value) method GetIsTextVisible (line 90) | public static bool GetIsTextVisible(DependencyObject element) method SetIsTextVisible (line 92) | public static void SetIsTextVisible(DependencyObject element, bool value) FILE: src/MaterialDesignThemes.Wpf/NavigationDrawerAssist.cs class NavigationDrawerAssist (line 3) | public static class NavigationDrawerAssist method GetCornerRadius (line 14) | public static CornerRadius GetCornerRadius(DependencyObject element) method SetCornerRadius (line 16) | public static void SetCornerRadius(DependencyObject element, CornerRad... method GetUnselectedIcon (line 20) | public static PackIconKind GetUnselectedIcon(DependencyObject element) method SetUnselectedIcon (line 22) | public static void SetUnselectedIcon(DependencyObject element, PackIco... method GetSelectedIcon (line 30) | public static PackIconKind GetSelectedIcon(DependencyObject element) method SetSelectedIcon (line 32) | public static void SetSelectedIcon(DependencyObject element, PackIconK... method GetIconSize (line 40) | public static int GetIconSize(DependencyObject element) method SetIconSize (line 42) | public static void SetIconSize(DependencyObject element, int value) FILE: src/MaterialDesignThemes.Wpf/NavigationRailAssist.cs class NavigationRailAssist (line 3) | public static class NavigationRailAssist method GetCornerRadius (line 14) | public static CornerRadius GetCornerRadius(DependencyObject element) method SetCornerRadius (line 16) | public static void SetCornerRadius(DependencyObject element, CornerRad... method GetFloatingContent (line 27) | public static object GetFloatingContent(DependencyObject element) => (... method SetFloatingContent (line 28) | public static void SetFloatingContent(DependencyObject element, object... method GetShowSelectionBackground (line 37) | public static object GetShowSelectionBackground(DependencyObject eleme... method SetShowSelectionBackground (line 38) | public static void SetShowSelectionBackground(DependencyObject element... method GetSelectionCornerRadius (line 47) | public static object GetSelectionCornerRadius(DependencyObject element... method SetSelectionCornerRadius (line 48) | public static void SetSelectionCornerRadius(DependencyObject element, ... method GetSelectionHeight (line 53) | public static int GetSelectionHeight(DependencyObject element) method SetSelectionHeight (line 55) | public static void SetSelectionHeight(DependencyObject element, int va... method GetSelectionWidth (line 63) | public static int GetSelectionWidth(DependencyObject element) method SetSelectionWidth (line 65) | public static void SetSelectionWidth(DependencyObject element, int value) method GetUnselectedIcon (line 73) | public static PackIconKind GetUnselectedIcon(DependencyObject element) method SetUnselectedIcon (line 75) | public static void SetUnselectedIcon(DependencyObject element, PackIco... method GetSelectedIcon (line 83) | public static PackIconKind GetSelectedIcon(DependencyObject element) method SetSelectedIcon (line 85) | public static void SetSelectedIcon(DependencyObject element, PackIconK... method GetIconSize (line 93) | public static int GetIconSize(DependencyObject element) method SetIconSize (line 95) | public static void SetIconSize(DependencyObject element, int value) method GetIsTextVisible (line 103) | public static bool GetIsTextVisible(DependencyObject element) method SetIsTextVisible (line 105) | public static void SetIsTextVisible(DependencyObject element, bool value) FILE: src/MaterialDesignThemes.Wpf/NotoFontExtension.cs class NotoFontExtension (line 5) | [MarkupExtensionReturnType(typeof(FontFamily))] method ProvideValue (line 12) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/NumericUpDown.cs class NumericUpDown (line 7) | public class NumericUpDown method NumericUpDown (line 14) | static NumericUpDown() class IntArithmetic (line 21) | public class IntArithmetic : IArithmetic method Add (line 23) | public int Add(int value1, int value2) => value1 + value2; method Subtract (line 25) | public int Subtract(int value1, int value2) => value1 - value2; method Compare (line 27) | public int Compare(int value1, int value2) => value1.CompareTo(value2); method MinValue (line 29) | public int MinValue() => int.MinValue; method MaxValue (line 31) | public int MaxValue() => int.MaxValue; method One (line 32) | public int One() => 1; method Max (line 34) | public int Max(int value1, int value2) => Math.Max(value1, value2); method Min (line 36) | public int Min(int value1, int value2) => Math.Min(value1, value2); method TryParse (line 38) | public bool TryParse(string text, IFormatProvider? formatProvider, out... FILE: src/MaterialDesignThemes.Wpf/PackIcon.cs class PackIcon (line 6) | public class PackIcon : Control method PackIcon (line 11) | static PackIcon() method KindPropertyChangedCallback (line 19) | private static void KindPropertyChangedCallback(DependencyObject depen... method OnApplyTemplate (line 47) | public override void OnApplyTemplate() method UpdateData (line 53) | private void UpdateData() FILE: src/MaterialDesignThemes.Wpf/PackIconDataFactory.cs class PackIconDataFactory (line 9) | internal static class PackIconDataFactory method Create (line 11) | internal static IDictionary Create() => new Dict... FILE: src/MaterialDesignThemes.Wpf/PackIconExtension.cs class PackIconExtension (line 3) | [MarkupExtensionReturnType(typeof(PackIcon))] method PackIconExtension (line 6) | public PackIconExtension() method PackIconExtension (line 9) | public PackIconExtension(PackIconKind kind) method PackIconExtension (line 14) | public PackIconExtension(PackIconKind kind, double size) method ProvideValue (line 26) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/PackIconKind.cs type PackIconKind (line 14) | public enum PackIconKind FILE: src/MaterialDesignThemes.Wpf/PaddingMode.cs type PaddingMode (line 3) | public enum PaddingMode FILE: src/MaterialDesignThemes.Wpf/Palette.cs class Palette (line 8) | public class Palette method Palette (line 10) | public Palette(Swatch primarySwatch, Swatch secondarySwatch, int prima... FILE: src/MaterialDesignThemes.Wpf/PaletteHelper.cs class PaletteHelper (line 3) | public class PaletteHelper method GetTheme (line 5) | public virtual Theme GetTheme() method SetTheme (line 12) | public virtual void SetTheme(Theme theme) method GetThemeManager (line 22) | public virtual IThemeManager? GetThemeManager() method GetResourceDictionary (line 29) | private static ResourceDictionary GetResourceDictionary() method RecreateThemeDictionaries (line 37) | private static void RecreateThemeDictionaries() FILE: src/MaterialDesignThemes.Wpf/PasswordBoxAssist.cs class PasswordBoxAssist (line 5) | public static class PasswordBoxAssist method SetPasswordMaskedIcon (line 9) | public static void SetPasswordMaskedIcon(DependencyObject element, Pac... method GetPasswordMaskedIcon (line 10) | public static PackIconKind GetPasswordMaskedIcon(DependencyObject elem... method SetPasswordRevealedIcon (line 14) | public static void SetPasswordRevealedIcon(DependencyObject element, P... method GetPasswordRevealedIcon (line 15) | public static PackIconKind GetPasswordRevealedIcon(DependencyObject el... method SetIsPasswordRevealed (line 19) | public static void SetIsPasswordRevealed(DependencyObject element, boo... method GetIsPasswordRevealed (line 20) | public static bool GetIsPasswordRevealed(DependencyObject element) => ... method SetIsRevealButtonTabStop (line 24) | public static void SetIsRevealButtonTabStop(DependencyObject element, ... method GetIsRevealButtonTabStop (line 25) | public static bool GetIsRevealButtonTabStop(DependencyObject element) ... method SetPassword (line 29) | public static void SetPassword(DependencyObject element, string value)... method GetPassword (line 30) | public static string GetPassword(DependencyObject element) => (string)... method SetIsChanging (line 34) | private static void SetIsChanging(UIElement element, bool value) => el... method GetIsChanging (line 35) | private static bool GetIsChanging(UIElement element) => (bool)element.... method SetSuppressBindingGuard (line 40) | internal static void SetSuppressBindingGuard(DependencyObject element,... method GetSuppressBindingGuard (line 41) | internal static bool GetSuppressBindingGuard(DependencyObject element)... method HandlePasswordChanged (line 46) | private static void HandlePasswordChanged(DependencyObject sender, Dep... method PasswordBoxPasswordChanged (line 64) | private static void PasswordBoxPasswordChanged(object sender, RoutedEv... FILE: src/MaterialDesignThemes.Wpf/Plane3D.cs class Plane3D (line 12) | [ContentProperty("Child")] method MeasureOverride (line 102) | protected override Size MeasureOverride(Size availableSize) method ArrangeOverride (line 119) | protected override Size ArrangeOverride(Size finalSize) method GetVisualChild (line 128) | protected override Visual? GetVisualChild(int index) => _visualChild; method CreateVisualChild (line 132) | private FrameworkElement CreateVisualChild() method SetCachingForObject (line 180) | private void SetCachingForObject(DependencyObject d) method UpdateRotation (line 187) | private void UpdateRotation() method Update3D (line 196) | private void Update3D() class LayoutInvalidationCatcher (line 229) | private class LayoutInvalidationCatcher : Decorator method MeasureOverride (line 231) | protected override Size MeasureOverride(Size constraint) method ArrangeOverride (line 241) | protected override Size ArrangeOverride(Size arrangeSize) FILE: src/MaterialDesignThemes.Wpf/PopupBox.cs type PopupBoxPlacementMode (line 11) | public enum PopupBoxPlacementMode type PopupBoxPopupMode (line 66) | public enum PopupBoxPopupMode class PopupBox (line 85) | [TemplatePart(Name = PopupPartName, Type = typeof(Popup))] method PopupBox (line 110) | static PopupBox() method PopupBox (line 118) | public PopupBox() method IsPopupOpenPropertyChangedCallback (line 234) | private static void IsPopupOpenPropertyChangedCallback(DependencyObjec... method PlacementModePropertyChangedCallback (line 281) | private static void PlacementModePropertyChangedCallback(DependencyObj... method OnToggleCheckedContentClick (line 425) | protected virtual void OnToggleCheckedContentClick() method OnOpened (line 450) | protected virtual void OnOpened() method OnClosed (line 475) | protected virtual void OnClosed() method OnApplyTemplate (line 481) | public override void OnApplyTemplate() method OnIsKeyboardFocusWithinChanged (line 500) | protected override void OnIsKeyboardFocusWithinChanged(DependencyPrope... method OnMouseEnter (line 510) | protected override void OnMouseEnter(MouseEventArgs e) method ClosePopupHandler (line 539) | private void ClosePopupHandler(object? sender, ExecutedRoutedEventArgs... method OnLayoutUpdated (line 542) | private void OnLayoutUpdated(object? sender, EventArgs eventArgs) method OnMouseLeave (line 556) | protected override void OnMouseLeave(MouseEventArgs e) method Close (line 566) | protected void Close() method GetPopupPlacement (line 572) | private CustomPopupPlacement[] GetPopupPlacement(Size popupSize, Size ... method AnimateChildrenIn (line 647) | private void AnimateChildrenIn(bool reverse) method GetCapture (line 756) | [DllImport("user32.dll", CharSet = CharSet.Auto)] method OnLostMouseCapture (line 759) | private static void OnLostMouseCapture(object? sender, MouseEventArgs e) method OnMouseButtonDown (line 804) | private static void OnMouseButtonDown(object sender, MouseButtonEventA... method OnMouseLeftButtonUp (line 821) | protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e) method ToggleButtonOnPreviewMouseLeftButtonUp (line 834) | private void ToggleButtonOnPreviewMouseLeftButtonUp(object? sender, Mo... method CoerceToolTipIsEnabled (line 855) | private static object CoerceToolTipIsEnabled(DependencyObject dependen... FILE: src/MaterialDesignThemes.Wpf/PopupEx.cs class PopupEx (line 17) | public class PopupEx : Popup method PopupEx (line 46) | public PopupEx() method RefreshPosition (line 55) | public void RefreshPosition() method PopupEx_Loaded (line 63) | private void PopupEx_Loaded(object? sender, RoutedEventArgs e) method PopupEx_Opened (line 94) | private void PopupEx_Opened(object? sender, EventArgs e) method HostWindow_Activated (line 97) | private void HostWindow_Activated(object? sender, EventArgs e) method HostWindow_Deactivated (line 100) | private void HostWindow_Deactivated(object? sender, EventArgs e) method PopupEx_Unloaded (line 103) | private void PopupEx_Unloaded(object? sender, RoutedEventArgs e) method HostWindow_StateChanged (line 122) | private void HostWindow_StateChanged(object? sender, EventArgs e) method HostWindow_SizeOrLocationChanged (line 140) | private void HostWindow_SizeOrLocationChanged(object? sender, EventArg... method SetTopmostState (line 143) | private void SetTopmostState(bool isTop) method OnPreviewMouseLeftButtonDown (line 193) | protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventA... type SWP (line 211) | [Flags] method LOWORD (line 232) | internal static int LOWORD(int i) type POINT (line 237) | [StructLayout(LayoutKind.Sequential)] type SIZE (line 244) | [StructLayout(LayoutKind.Sequential)] type RECT (line 251) | [StructLayout(LayoutKind.Sequential)] method Offset (line 259) | public void Offset(int dx, int dy) method Union (line 299) | public static RECT Union(RECT rect1, RECT rect2) method Equals (line 310) | public override bool Equals(object? obj) method GetHashCode (line 326) | public override int GetHashCode() method GetWindowRect (line 330) | [SecurityCritical] method _SetWindowPos (line 335) | [SecurityCritical] method SetWindowPos (line 340) | [SecurityCritical] FILE: src/MaterialDesignThemes.Wpf/PrefixSuffixHintBehavior.cs type PrefixSuffixHintBehavior (line 6) | public enum PrefixSuffixHintBehavior FILE: src/MaterialDesignThemes.Wpf/PrefixSuffixVisibility.cs type PrefixSuffixVisibility (line 6) | public enum PrefixSuffixVisibility FILE: src/MaterialDesignThemes.Wpf/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: src/MaterialDesignThemes.Wpf/Properties/Settings.Designer.cs class Settings (line 14) | [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] FILE: src/MaterialDesignThemes.Wpf/RadioButtonAssist.cs class RadioButtonAssist (line 3) | public class RadioButtonAssist method GetRadioButtonSize (line 16) | public static double GetRadioButtonSize(RadioButton element) => method SetRadioButtonSize (line 19) | public static void SetRadioButtonSize(RadioButton element, double chec... FILE: src/MaterialDesignThemes.Wpf/RatingBar.cs class RatingBar (line 12) | public class RatingBar : Control method RatingBar (line 16) | static RatingBar() method RatingBar (line 24) | public RatingBar() method SelectItemHandler (line 31) | private void SelectItemHandler(object sender, ExecutedRoutedEventArgs ... method GetValueAtMousePosition (line 44) | private double GetValueAtMousePosition(RatingBarButton ratingBarButton) method MinPropertyChangedCallback (line 77) | private static void MinPropertyChangedCallback(DependencyObject depend... method MinPropertyCoerceValueCallback (line 84) | private static object MinPropertyCoerceValueCallback(DependencyObject ... method MaxPropertyChangedCallback (line 99) | private static void MaxPropertyChangedCallback(DependencyObject depend... method MaxPropertyCoerceValueCallback (line 106) | private static object MaxPropertyCoerceValueCallback(DependencyObject ... method ValueIncrementsPropertyChangedCallback (line 133) | private static void ValueIncrementsPropertyChangedCallback(DependencyO... method ValueIncrementsCoerceValueCallback (line 140) | private static object ValueIncrementsCoerceValueCallback(DependencyObj... method PreviewValuePropertyCoerceValueCallback (line 164) | private static object? PreviewValuePropertyCoerceValueCallback(Depende... method ValuePropertyChangedCallback (line 191) | private static void ValuePropertyChangedCallback(DependencyObject depe... method ValuePropertyCoerceValueCallback (line 197) | private static object ValuePropertyCoerceValueCallback(DependencyObjec... method CoerceToValidIncrement (line 212) | private double CoerceToValidIncrement(double value) method OnValueChanged (line 238) | private static void OnValueChanged( method RebuildButtons (line 305) | private void RebuildButtons() method RatingBar_MouseLeave (line 357) | private void RatingBar_MouseLeave(object sender, MouseEventArgs e) => ... method RatingBarButton_MouseMove (line 359) | private void RatingBarButton_MouseMove(object sender, MouseEventArgs e) method OnApplyTemplate (line 368) | public override void OnApplyTemplate() class TextBlockForegroundConverter (line 375) | internal class TextBlockForegroundConverter : IMultiValueConverter method Convert (line 381) | public object? Convert(object?[]? values, Type targetType, object? p... method ConvertBack (line 435) | public object?[]? ConvertBack(object? value, Type[] targetTypes, obj... class PreviewIndicatorTransformXConverter (line 438) | internal class PreviewIndicatorTransformXConverter : IMultiValueConverter method Convert (line 444) | public object? Convert(object?[]? values, Type targetType, object? p... method ConvertBack (line 485) | public object?[]? ConvertBack(object? value, Type[] targetTypes, obj... class PreviewIndicatorTransformYConverter (line 488) | internal class PreviewIndicatorTransformYConverter : IMultiValueConverter method Convert (line 494) | public object? Convert(object?[]? values, Type targetType, object? p... method ConvertBack (line 534) | public object?[]? ConvertBack(object? value, Type[] targetTypes, obj... FILE: src/MaterialDesignThemes.Wpf/RatingBarButton.cs class RatingBarButton (line 3) | public class RatingBarButton(RatingBar ratingBar) : ButtonBase method RatingBarButton (line 5) | static RatingBarButton() method RatingBarButton (line 27) | [Obsolete("Should not be used. Use the constructor taking a RatingBar ... FILE: src/MaterialDesignThemes.Wpf/ResourceDictionaryExtensions.cs class ResourceDictionaryExtensions (line 8) | public static partial class ResourceDictionaryExtensions method SetTheme (line 13) | public static void SetTheme(this ResourceDictionary resourceDictionary... method ApplyThemeColors (line 63) | private static partial void ApplyThemeColors(ResourceDictionary resour... method SetObsoleteBrushes (line 65) | public static void SetObsoleteBrushes(this ResourceDictionary resource... method GetTheme (line 80) | public static Theme GetTheme(this ResourceDictionary resourceDictionary) method LoadThemeColors (line 108) | private static partial void LoadThemeColors(ResourceDictionary resourc... method GetColor (line 110) | private static Color GetColor(ResourceDictionary resourceDictionary, p... method TryGetColor (line 122) | private static bool TryGetColor(ResourceDictionary resourceDictionary,... method GetThemeManager (line 133) | public static IThemeManager? GetThemeManager(this ResourceDictionary r... method SetSolidColorBrush (line 139) | internal static void SetSolidColorBrush(this ResourceDictionary source... method AdjustColors (line 166) | private static void AdjustColors(Color background, ColorAdjustment col... class ThemeManager (line 222) | private class ThemeManager(ResourceDictionary resourceDictionary) : IT... method OnThemeChange (line 228) | public void OnThemeChange(Theme oldTheme, Theme newTheme) FILE: src/MaterialDesignThemes.Wpf/ResourceDictionaryExtensions.g.cs class ResourceDictionaryExtensions (line 9) | static partial class ResourceDictionaryExtensions method LoadThemeColors (line 11) | private static partial void LoadThemeColors(ResourceDictionary resourc... method ApplyThemeColors (line 102) | private static partial void ApplyThemeColors(ResourceDictionary resour... FILE: src/MaterialDesignThemes.Wpf/Ripple.cs class Ripple (line 7) | [TemplateVisualState(GroupName = "CommonStates", Name = TemplateStateNor... method Ripple (line 18) | static Ripple() method Ripple (line 28) | public Ripple() method MouseButtonEventHandler (line 33) | private static void MouseButtonEventHandler(object sender, MouseButton... method MouseMoveEventHandler (line 62) | private static void MouseMoveEventHandler(object sender, MouseEventArg... method OnPreviewMouseLeftButtonDown (line 105) | protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventA... method OnApplyTemplate (line 205) | public override void OnApplyTemplate() method OnSizeChanged (line 212) | private void OnSizeChanged(object sender, SizeChangedEventArgs sizeCha... FILE: src/MaterialDesignThemes.Wpf/RippleAssist.cs class RippleAssist (line 5) | public static class RippleAssist method SetClipToBounds (line 12) | public static void SetClipToBounds(DependencyObject element, bool value) method GetClipToBounds (line 17) | public static bool GetClipToBounds(DependencyObject element) method SetIsCentered (line 39) | public static void SetIsCentered(DependencyObject element, bool value) method GetIsCentered (line 49) | public static bool GetIsCentered(DependencyObject element) method SetIsDisabled (line 69) | public static void SetIsDisabled(DependencyObject element, bool value) method GetIsDisabled (line 78) | public static bool GetIsDisabled(DependencyObject element) method SetRippleSizeMultiplier (line 90) | public static void SetRippleSizeMultiplier(DependencyObject element, d... method GetRippleSizeMultiplier (line 95) | public static double GetRippleSizeMultiplier(DependencyObject element) method SetFeedback (line 107) | public static void SetFeedback(DependencyObject element, Brush value) method GetFeedback (line 112) | public static Brush GetFeedback(DependencyObject element) method SetRippleOnTop (line 125) | public static void SetRippleOnTop(DependencyObject element, bool value) method GetRippleOnTop (line 130) | public static bool GetRippleOnTop(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/RobotoFontExtension.cs class RobotoFontExtension (line 5) | [MarkupExtensionReturnType(typeof(FontFamily))] method ProvideValue (line 12) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/ScaleHelper.cs class ScaleHelper (line 5) | internal static class ScaleHelper method GetTotalTransformScaleX (line 7) | internal static double GetTotalTransformScaleX(Visual visual) method GetTotalTransformScaleY (line 31) | internal static double GetTotalTransformScaleY(Visual visual) FILE: src/MaterialDesignThemes.Wpf/ScaleHost.cs class ScaleHost (line 6) | public class ScaleHost : FrameworkElement FILE: src/MaterialDesignThemes.Wpf/Screen.cs class Screen (line 12) | internal class Screen class NativeMethods (line 14) | private static class NativeMethods method GetSystemMetrics (line 18) | [DllImport(User32, ExactSpelling = true, CharSet = CharSet.Auto)] method GetMonitorInfo (line 22) | [DllImport(User32, CharSet = CharSet.Auto)] method EnumDisplayMonitors (line 26) | [DllImport(User32, ExactSpelling = true)] method MonitorFromPoint (line 30) | [DllImport(User32, ExactSpelling = true)] method MonitorFromRect (line 34) | [DllImport(User32, ExactSpelling = true)] class MONITORINFOEX (line 40) | [StructLayout(LayoutKind.Sequential, CharSet = CharSet.Auto, Pack = 4)] type RECT (line 51) | [StructLayout(LayoutKind.Sequential)] method RECT (line 59) | public RECT(Rect r) class COMRECT (line 68) | [StructLayout(LayoutKind.Sequential)] type POINTSTRUCT (line 77) | [StructLayout(LayoutKind.Sequential)] method POINTSTRUCT (line 82) | public POINTSTRUCT(int x, int y) method Screen (line 119) | private Screen(IntPtr monitor) method Equals (line 296) | public override bool Equals(object? obj) => obj is Screen comp && _hmo... method FromPoint (line 301) | public static Screen FromPoint(Point point) method FromRect (line 314) | public static Screen FromRect(Rect rect) method GetWorkingArea (line 327) | public static Rect GetWorkingArea(Point pt) => FromPoint(pt).WorkingArea; method GetWorkingArea (line 332) | public static Rect GetWorkingArea(Rect rect) => FromRect(rect).Working... method GetBounds (line 337) | public static Rect GetBounds(Point pt) => FromPoint(pt).Bounds; method GetBounds (line 342) | public static Rect GetBounds(Rect rect) => FromRect(rect).Bounds; method GetHashCode (line 347) | public override int GetHashCode() => (int)_hmonitor; method OnDisplaySettingsChanging (line 354) | private static void OnDisplaySettingsChanging(object? sender, EventArg... method OnUserPreferenceChanged (line 369) | private static void OnUserPreferenceChanged(object? sender, UserPrefer... method ToString (line 380) | public override string ToString() => GetType().Name + "[Bounds=" + Bou... class MonitorEnumCallback (line 382) | private class MonitorEnumCallback method Callback (line 386) | public virtual bool Callback(IntPtr monitor, IntPtr hdc, IntPtr lprc... FILE: src/MaterialDesignThemes.Wpf/ScrollViewerAssist.cs class ScrollViewerAssist (line 5) | public static class ScrollViewerAssist method OnSyncHorizontalOffsetChanged (line 10) | private static void OnSyncHorizontalOffsetChanged(DependencyObject d, ... method SetSyncHorizontalOffset (line 16) | internal static void SetSyncHorizontalOffset(DependencyObject element,... method GetSyncHorizontalOffset (line 19) | internal static double GetSyncHorizontalOffset(DependencyObject element) method SetIsAutoHideEnabled (line 25) | public static void SetIsAutoHideEnabled(DependencyObject element, bool... method GetIsAutoHideEnabled (line 28) | public static bool GetIsAutoHideEnabled(DependencyObject element) method SetCornerRectangleVisibility (line 34) | public static void SetCornerRectangleVisibility(DependencyObject eleme... method GetCornerRectangleVisibility (line 37) | public static Visibility GetCornerRectangleVisibility(DependencyObject... method SetShowSeparators (line 43) | public static void SetShowSeparators(DependencyObject element, bool va... method GetShowSeparators (line 46) | public static bool GetShowSeparators(DependencyObject element) method SetPaddingMode (line 52) | public static void SetPaddingMode(DependencyObject element, PaddingMod... method GetPaddingMode (line 55) | public static PaddingMode GetPaddingMode(DependencyObject element) method SetIgnorePadding (line 61) | public static void SetIgnorePadding(DependencyObject element, bool val... method GetIgnorePadding (line 62) | public static bool GetIgnorePadding(DependencyObject element) => (bool... method OnSupportHorizontalScrollChanged (line 73) | private static void OnSupportHorizontalScrollChanged(DependencyObject ... method OnBubbleVerticalScrollChanged (line 188) | private static void OnBubbleVerticalScrollChanged(DependencyObject d, ... method SetSupportHorizontalScroll (line 329) | public static void SetSupportHorizontalScroll(DependencyObject element... method GetSupportHorizontalScroll (line 332) | public static bool GetSupportHorizontalScroll(DependencyObject element) method SetBubbleVerticalScroll (line 335) | public static void SetBubbleVerticalScroll(DependencyObject element, b... method GetBubbleVerticalScroll (line 338) | public static bool GetBubbleVerticalScroll(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/ScrollbarAssist.cs class ScrollBarAssist (line 3) | public static class ScrollBarAssist method SetButtonsVisibility (line 8) | public static void SetButtonsVisibility(DependencyObject element, Visi... method GetButtonsVisibility (line 13) | public static Visibility GetButtonsVisibility(DependencyObject element) method SetThumbCornerRadius (line 21) | public static void SetThumbCornerRadius(DependencyObject element, Corn... method GetThumbCornerRadius (line 26) | public static CornerRadius GetThumbCornerRadius(DependencyObject element) method SetThumbWidth (line 34) | public static void SetThumbWidth(DependencyObject element, double value) method GetThumbWidth (line 39) | public static double GetThumbWidth(DependencyObject element) method SetThumbHeight (line 47) | public static void SetThumbHeight(DependencyObject element, double value) method GetThumbHeight (line 52) | public static double GetThumbHeight(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/ShadowAssist.cs class ShadowAssist (line 7) | public static class ShadowAssist method SetLocalInfo (line 13) | private static void SetLocalInfo(DependencyObject element, ShadowLocal... method GetLocalInfo (line 16) | private static ShadowLocalInfo? GetLocalInfo(DependencyObject element) class ShadowLocalInfo (line 19) | private class ShadowLocalInfo method ShadowLocalInfo (line 21) | public ShadowLocalInfo(double standardOpacity) => StandardOpacity = ... method DarkenPropertyChangedCallback (line 31) | private static void DarkenPropertyChangedCallback(DependencyObject dep... method SetDarken (line 69) | public static void SetDarken(DependencyObject element, bool value) method GetDarken (line 74) | public static bool GetDarken(DependencyObject element) method SetCacheMode (line 84) | public static void SetCacheMode(DependencyObject element, CacheMode va... method GetCacheMode (line 89) | public static CacheMode GetCacheMode(DependencyObject element) method GetShadowAnimationDuration (line 106) | public static TimeSpan GetShadowAnimationDuration(DependencyObject ele... method SetShadowAnimationDuration (line 107) | public static void SetShadowAnimationDuration(DependencyObject element... FILE: src/MaterialDesignThemes.Wpf/SliderAssist.cs class SliderAssist (line 5) | public static class SliderAssist method GetHideActiveTrack (line 14) | public static bool GetHideActiveTrack(DependencyObject element) method SetHideActiveTrack (line 16) | public static void SetHideActiveTrack(DependencyObject element, bool v... method GetOnlyShowFocusVisualWhileDragging (line 26) | public static bool GetOnlyShowFocusVisualWhileDragging(RangeBase element) method SetOnlyShowFocusVisualWhileDragging (line 29) | public static void SetOnlyShowFocusVisualWhileDragging(RangeBase eleme... method GetToolTipFormat (line 39) | public static string GetToolTipFormat(RangeBase element) method SetToolTipFormat (line 42) | public static void SetToolTipFormat(RangeBase element, string value) method GetFocusSliderOnClick (line 53) | public static bool GetFocusSliderOnClick(RangeBase obj) => method SetFocusSliderOnClick (line 56) | public static void SetFocusSliderOnClick(RangeBase obj, bool value) => method OnFocusSliderOnClickChanged (line 59) | private static void OnFocusSliderOnClickChanged(DependencyObject d, De... method Slider_PreviewMouseLeftButtonDown (line 77) | private static void Slider_PreviewMouseLeftButtonDown(object sender, M... FILE: src/MaterialDesignThemes.Wpf/SmartHint.cs class SmartHint (line 11) | [TemplateVisualState(GroupName = ContentStatesGroupName, Name = HintRest... method SmartHint (line 184) | static SmartHint() method HintProxyPropertyChangedCallback (line 189) | private static void HintProxyPropertyChangedCallback(DependencyObject?... method OnHintProxyFocusedChanged (line 213) | protected virtual void OnHintProxyFocusedChanged(object? sender, Event... method OnHintProxyContentChanged (line 224) | protected virtual void OnHintProxyContentChanged(object? sender, Event... method HintProxySetStateOnLoaded (line 237) | private void HintProxySetStateOnLoaded(object? sender, EventArgs e) method OnHintProxyIsVisibleChanged (line 246) | protected virtual void OnHintProxyIsVisibleChanged(object? sender, Eve... method RefreshState (line 249) | private void RefreshState(bool useTransitions) FILE: src/MaterialDesignThemes.Wpf/Snackbar.cs type SnackbarActionButtonPlacementMode (line 7) | public enum SnackbarActionButtonPlacementMode class Snackbar (line 17) | [ContentProperty(nameof(Message))] method Snackbar (line 25) | static Snackbar() method MessageQueuePropertyChangedCallback (line 43) | private static void MessageQueuePropertyChangedCallback(DependencyObje... method MessageQueueValidateValueCallback (line 51) | private static bool MessageQueueValidateValueCallback(object value) method OnIsActiveChanged (line 82) | private static void OnIsActiveChanged(DependencyObject d, DependencyPr... method OnDeactivateStoryboardCompleted (line 101) | private static void OnDeactivateStoryboardCompleted(IInputElement snac... method OnApplyTemplate (line 120) | public override void OnApplyTemplate() method GetStoryboardResourceDuration (line 137) | private TimeSpan GetStoryboardResourceDuration(string resourceName) method IsActivePropertyChangedCallback (line 153) | private static void IsActivePropertyChangedCallback(DependencyObject d... method DeactivateStoryboardDispatcherTimerOnTick (line 171) | private static void DeactivateStoryboardDispatcherTimerOnTick(object? ... FILE: src/MaterialDesignThemes.Wpf/SnackbarMessage.cs class SnackbarMessage (line 13) | [TypeConverter(typeof(SnackbarMessageTypeConverter))] method SnackbarMessage (line 26) | static SnackbarMessage() method OnActionClick (line 101) | protected virtual void OnActionClick() method OnApplyTemplate (line 107) | public override void OnApplyTemplate() method ButtonBaseOnClick (line 124) | private void ButtonBaseOnClick(object sender, RoutedEventArgs routedEv... method SetInlineActionButtonMaxHeight (line 137) | public static void SetInlineActionButtonMaxHeight(DependencyObject ele... method GetInlineActionButtonMaxHeight (line 138) | public static double GetInlineActionButtonMaxHeight(DependencyObject e... method SetContentMaxHeight (line 143) | public static void SetContentMaxHeight(DependencyObject element, doubl... method GetContentMaxHeight (line 144) | public static double GetContentMaxHeight(DependencyObject element) => ... FILE: src/MaterialDesignThemes.Wpf/SnackbarMessageEventArgs.cs class SnackbarMessageEventArgs (line 3) | public class SnackbarMessageEventArgs : RoutedEventArgs method SnackbarMessageEventArgs (line 5) | public SnackbarMessageEventArgs(SnackbarMessage message) method SnackbarMessageEventArgs (line 10) | public SnackbarMessageEventArgs(RoutedEvent routedEvent, SnackbarMessa... method SnackbarMessageEventArgs (line 15) | public SnackbarMessageEventArgs(RoutedEvent routedEvent, object source... FILE: src/MaterialDesignThemes.Wpf/SnackbarMessageQueue.cs class SnackbarMessageQueue (line 7) | public class SnackbarMessageQueue : ISnackbarMessageQueue, IDisposable class MouseNotOverManagedWaitHandle (line 47) | private class MouseNotOverManagedWaitHandle : IDisposable method MouseNotOverManagedWaitHandle (line 55) | public MouseNotOverManagedWaitHandle(UIElement uiElement) method UiElementOnMouseEnter (line 65) | private void UiElementOnMouseEnter(object sender, MouseEventArgs mou... method UiElementOnMouseLeave (line 67) | private async void UiElementOnMouseLeave(object sender, MouseEventAr... method Dispose (line 94) | public void Dispose() method SnackbarMessageQueue (line 113) | public SnackbarMessageQueue() method SnackbarMessageQueue (line 118) | public SnackbarMessageQueue(TimeSpan messageDuration) method SnackbarMessageQueue (line 123) | public SnackbarMessageQueue(TimeSpan messageDuration, Dispatcher dispa... method Pair (line 131) | internal Action Pair(Snackbar snackbar) method Pause (line 140) | internal Action Pause() method Enqueue (line 160) | public void Enqueue(object content) => Enqueue(content, false); method Enqueue (line 162) | public void Enqueue(object content, bool neverConsiderToBeDuplicate) method Enqueue (line 165) | public void Enqueue(object content, object? actionContent, Action? act... method Enqueue (line 168) | public void Enqueue(object content, object? actionContent, Action? act... method Enqueue (line 171) | public void Enqueue(object content, object? actionContent, ... method Enqueue (line 175) | public void Enqueue(object content, object? actionContent, ... method Enqueue (line 179) | public void Enqueue(object content, object? actionContent, ... method Enqueue (line 196) | public void Enqueue(object content, object? actionContent, Action C... method WaitForCompletionAsync (line 393) | private static async Task WaitForCompletionAsync( method DoActionCallback (line 416) | private static void DoActionCallback(SnackbarMessageQueueItem messageQ... method Dispose (line 432) | public void Dispose() FILE: src/MaterialDesignThemes.Wpf/SnackbarMessageQueueItem.cs class SnackbarMessageQueueItem (line 3) | public class SnackbarMessageQueueItem method SnackbarMessageQueueItem (line 5) | public SnackbarMessageQueueItem(object content, method Equals (line 57) | public override bool Equals(object? obj) method GetHashCode (line 68) | public override int GetHashCode() method IsDuplicate (line 78) | public bool IsDuplicate(SnackbarMessageQueueItem value) FILE: src/MaterialDesignThemes.Wpf/Spelling.cs class Spelling (line 3) | public static class Spelling type ResourceKeyId (line 11) | internal enum ResourceKeyId FILE: src/MaterialDesignThemes.Wpf/SplitButton.cs class SplitButton (line 3) | [TemplatePart(Name = PopupBoxPartName, Type = typeof(PopupBox))] method SplitButton (line 10) | static SplitButton() method OnApplyTemplate (line 126) | public override void OnApplyTemplate() FILE: src/MaterialDesignThemes.Wpf/StringExtensions.cs class StringExtensions (line 5) | internal static class StringExtensions method ToTitleCase (line 7) | public static string ToTitleCase(this string text, CultureInfo culture... FILE: src/MaterialDesignThemes.Wpf/TabAssist.cs type TabControlHeaderBehavior (line 3) | public enum TabControlHeaderBehavior class TabAssist (line 8) | public static class TabAssist method SetHasFilledTab (line 13) | public static void SetHasFilledTab(DependencyObject element, bool value) method GetHasFilledTab (line 16) | public static bool GetHasFilledTab(DependencyObject element) method SetHasUniformTabWidth (line 22) | public static void SetHasUniformTabWidth(DependencyObject element, boo... method GetHasUniformTabWidth (line 25) | public static bool GetHasUniformTabWidth(DependencyObject element) method SetHeaderPanelMargin (line 31) | public static void SetHeaderPanelMargin(DependencyObject element, Thic... method GetHeaderPanelMargin (line 34) | public static Thickness GetHeaderPanelMargin(DependencyObject element) method GetBindableIsItemsHost (line 37) | public static Visibility GetBindableIsItemsHost(DependencyObject obj) method SetBindableIsItemsHost (line 40) | public static void SetBindableIsItemsHost(DependencyObject obj, Visibi... method OnBindableIsItemsHostChanged (line 46) | private static void OnBindableIsItemsHostChanged(DependencyObject d, D... method GetTabHeaderCursor (line 54) | public static Cursor GetTabHeaderCursor(DependencyObject obj) method SetTabHeaderCursor (line 57) | public static void SetTabHeaderCursor(DependencyObject obj, Cursor value) method GetHeaderBehavior (line 63) | public static TabControlHeaderBehavior GetHeaderBehavior(DependencyObj... method SetHeaderBehavior (line 66) | public static void SetHeaderBehavior(DependencyObject obj, TabControlH... method GetHeaderPadding (line 73) | public static double GetHeaderPadding(DependencyObject obj) method GetUseHeaderPadding (line 76) | public static bool GetUseHeaderPadding(DependencyObject obj) method SetUseHeaderPadding (line 79) | public static void SetUseHeaderPadding(DependencyObject obj, bool value) method SetHeaderPadding (line 85) | public static void SetHeaderPadding(DependencyObject obj, double value) method GetScrollDuration (line 92) | public static TimeSpan GetScrollDuration(DependencyObject obj) method SetScrollDuration (line 95) | public static void SetScrollDuration(DependencyObject obj, TimeSpan va... FILE: src/MaterialDesignThemes.Wpf/TextBlockAssist.cs class TextBlockAssist (line 3) | public static class TextBlockAssist method SetAutoToolTip (line 13) | public static void SetAutoToolTip(DependencyObject element, bool value... method GetAutoToolTip (line 14) | public static bool GetAutoToolTip(DependencyObject element) => (bool)e... method OnAutoToolTipChanged (line 16) | private static void OnAutoToolTipChanged(DependencyObject element, Dep... method UpdateToolTipOnSizeChanged (line 31) | private static void UpdateToolTipOnSizeChanged(object sender, SizeChan... method UpdateToolTip (line 33) | private static void UpdateToolTip(TextBlock textBlock) FILE: src/MaterialDesignThemes.Wpf/TextFieldAssist.cs class TextFieldAssist (line 9) | public static class TextFieldAssist method SetTextBoxViewMargin (line 25) | public static void SetTextBoxViewMargin(DependencyObject element, Thic... method GetTextBoxViewMargin (line 34) | public static Thickness GetTextBoxViewMargin(DependencyObject element)... method SetTextBoxViewVerticalAlignment (line 42) | public static void SetTextBoxViewVerticalAlignment(DependencyObject el... method GetTextBoxViewVerticalAlignment (line 44) | public static VerticalAlignment GetTextBoxViewVerticalAlignment(Depend... method SetDecorationVisibility (line 55) | public static void SetDecorationVisibility(DependencyObject element, V... method GetDecorationVisibility (line 62) | public static Visibility GetDecorationVisibility(DependencyObject elem... method SetUnderlineBrush (line 75) | public static void SetUnderlineBrush(DependencyObject element, Brush v... method GetUnderlineBrush (line 81) | public static Brush GetUnderlineBrush(DependencyObject element) => (Br... method SetHasFilledTextField (line 89) | public static void SetHasFilledTextField(DependencyObject element, boo... method GetHasFilledTextField (line 91) | public static bool GetHasFilledTextField(DependencyObject element) => ... method SetHasOutlinedTextField (line 99) | public static void SetHasOutlinedTextField(DependencyObject element, b... method GetHasOutlinedTextField (line 101) | public static bool GetHasOutlinedTextField(DependencyObject element) =... method SetTextFieldCornerRadius (line 109) | public static void SetTextFieldCornerRadius(DependencyObject element, ... method GetTextFieldCornerRadius (line 111) | public static CornerRadius GetTextFieldCornerRadius(DependencyObject e... method SetUnderlineCornerRadius (line 119) | public static void SetUnderlineCornerRadius(DependencyObject element, ... method GetUnderlineCornerRadius (line 121) | public static CornerRadius GetUnderlineCornerRadius(DependencyObject e... method SetNewSpecHighlightingEnabled (line 129) | public static void SetNewSpecHighlightingEnabled(DependencyObject elem... method GetNewSpecHighlightingEnabled (line 131) | public static bool GetNewSpecHighlightingEnabled(DependencyObject elem... method SetRippleOnFocusEnabled (line 139) | public static void SetRippleOnFocusEnabled(DependencyObject element, b... method GetRippleOnFocusEnabled (line 141) | public static bool GetRippleOnFocusEnabled(DependencyObject element) =... method SetIncludeSpellingSuggestions (line 149) | public static void SetIncludeSpellingSuggestions(TextBoxBase element, ... method GetIncludeSpellingSuggestions (line 151) | public static bool GetIncludeSpellingSuggestions(TextBoxBase element) ... method SetSuffixText (line 159) | public static void SetSuffixText(DependencyObject element, string? value) method GetSuffixText (line 162) | public static string? GetSuffixText(DependencyObject element) method SetSuffixTextVisibility (line 171) | public static void SetSuffixTextVisibility(DependencyObject element, P... method GetSuffixTextVisibility (line 174) | public static PrefixSuffixVisibility GetSuffixTextVisibility(Dependenc... method SetSuffixTextHintBehavior (line 183) | public static void SetSuffixTextHintBehavior(DependencyObject element,... method GetSuffixTextHintBehavior (line 186) | public static PrefixSuffixHintBehavior GetSuffixTextHintBehavior(Depen... method SetPrefixText (line 195) | public static void SetPrefixText(DependencyObject element, string? value) method GetPrefixText (line 198) | public static string? GetPrefixText(DependencyObject element) method SetPrefixTextVisibility (line 207) | public static void SetPrefixTextVisibility(DependencyObject element, P... method GetPrefixTextVisibility (line 210) | public static PrefixSuffixVisibility GetPrefixTextVisibility(Dependenc... method SetPrefixTextHintBehavior (line 219) | public static void SetPrefixTextHintBehavior(DependencyObject element,... method GetPrefixTextHintBehavior (line 222) | public static PrefixSuffixHintBehavior GetPrefixTextHintBehavior(Depen... method SetHasClearButton (line 231) | public static void SetHasClearButton(DependencyObject element, bool va... method GetHasClearButton (line 234) | public static bool GetHasClearButton(DependencyObject element) method SetClearButtonSize (line 243) | public static void SetClearButtonSize(DependencyObject element, double... method GetClearButtonSize (line 246) | public static double GetClearButtonSize(DependencyObject element) method SetHasLeadingIcon (line 255) | public static void SetHasLeadingIcon(DependencyObject element, bool va... method GetHasLeadingIcon (line 258) | public static bool GetHasLeadingIcon(DependencyObject element) method SetLeadingIcon (line 267) | public static void SetLeadingIcon(DependencyObject element, PackIconKi... method GetLeadingIcon (line 270) | public static PackIconKind GetLeadingIcon(DependencyObject element) method SetLeadingIconSize (line 279) | public static void SetLeadingIconSize(DependencyObject element, double... method GetLeadingIconSize (line 282) | public static double GetLeadingIconSize(DependencyObject element) method SetHasTrailingIcon (line 291) | public static void SetHasTrailingIcon(DependencyObject element, bool v... method GetHasTrailingIcon (line 294) | public static bool GetHasTrailingIcon(DependencyObject element) method SetTrailingIcon (line 303) | public static void SetTrailingIcon(DependencyObject element, PackIconK... method GetTrailingIcon (line 306) | public static PackIconKind GetTrailingIcon(DependencyObject element) method SetTrailingIconSize (line 315) | public static void SetTrailingIconSize(DependencyObject element, doubl... method GetTrailingIconSize (line 318) | public static double GetTrailingIconSize(DependencyObject element) method SetIconVerticalAlignment (line 327) | public static void SetIconVerticalAlignment(DependencyObject element, ... method GetIconVerticalAlignment (line 330) | public static VerticalAlignment GetIconVerticalAlignment(DependencyObj... method GetCharacterCounterStyle (line 333) | public static Style GetCharacterCounterStyle(DependencyObject obj) => ... method SetCharacterCounterStyle (line 335) | public static void SetCharacterCounterStyle(DependencyObject obj, Styl... method GetCharacterCounterVisibility (line 340) | public static Visibility GetCharacterCounterVisibility(DependencyObjec... method SetCharacterCounterVisibility (line 343) | public static void SetCharacterCounterVisibility(DependencyObject obj,... method CharacterCounterVisibilityChanged (line 350) | private static void CharacterCounterVisibilityChanged(DependencyObject... method PasswordBoxOnPasswordChanged (line 363) | private static void PasswordBoxOnPasswordChanged(object sender, Routed... method SetPasswordBoxCharacterCount (line 371) | internal static void SetPasswordBoxCharacterCount(DependencyObject ele... method GetPasswordBoxCharacterCount (line 373) | internal static int GetPasswordBoxCharacterCount(DependencyObject elem... method SetOutlinedBorderActiveThickness (line 378) | public static void SetOutlinedBorderActiveThickness(DependencyObject e... method GetOutlinedBorderActiveThickness (line 380) | public static Thickness GetOutlinedBorderActiveThickness(DependencyObj... method SetTextBoxLineCount (line 385) | public static void SetTextBoxLineCount(DependencyObject element, int v... method GetTextBoxLineCount (line 387) | public static int GetTextBoxLineCount(DependencyObject element) method SetTextBoxIsMultiLine (line 392) | public static void SetTextBoxIsMultiLine(DependencyObject element, boo... method GetTextBoxIsMultiLine (line 394) | public static bool GetTextBoxIsMultiLine(DependencyObject element) method IncludeSpellingSuggestionsChanged (line 399) | private static void IncludeSpellingSuggestionsChanged(DependencyObject... method TextBoxOnContextMenuOpening (line 416) | private static void TextBoxOnContextMenuOpening(object sender, Context... method GetSpellingError (line 479) | private static SpellingError? GetSpellingError(TextBoxBase? textBoxBase) method TextBoxOnContextMenuClosing (line 493) | private static void TextBoxOnContextMenuClosing(object sender, Context... method RemoveSpellingSuggestions (line 502) | private static void RemoveSpellingSuggestions(ContextMenu menu) method ApplyTextBoxViewMargin (line 518) | private static void ApplyTextBoxViewMargin(Control textBox, Thickness ... method TextBoxViewMarginPropertyChangedCallback (line 546) | private static void TextBoxViewMarginPropertyChangedCallback( method ApplyTextBoxViewVerticalAlignment (line 567) | private static void ApplyTextBoxViewVerticalAlignment(Control textBox,... method TextBoxViewVerticalAlignmentChangedCallback (line 584) | private static void TextBoxViewVerticalAlignmentChangedCallback(Depend... FILE: src/MaterialDesignThemes.Wpf/Theme.cs class Theme (line 8) | public partial class Theme method GetSystemTheme (line 16) | public static BaseTheme? GetSystemTheme() method GetSystemAccentColor (line 41) | public static Color? GetSystemAccentColor() method Create (line 73) | public static Theme Create(BaseTheme baseTheme, Color primary, Color s... method Resolve (line 94) | internal ColorReference Resolve(ColorReference colorReference) FILE: src/MaterialDesignThemes.Wpf/Theme.g.cs class Theme (line 10) | partial class Theme method Theme (line 12) | public Theme() class Badged (line 113) | public class Badged method Badged (line 116) | public Badged(Theme theme) class Button (line 151) | public class Button method Button (line 154) | public Button(Theme theme) class SnackBar (line 182) | public class SnackBar method SnackBar (line 185) | public SnackBar(Theme theme) class Card (line 213) | public class Card method Card (line 216) | public Card(Theme theme) class CheckBox (line 237) | public class CheckBox method CheckBox (line 240) | public CheckBox(Theme theme) class Chip (line 268) | public class Chip method Chip (line 271) | public Chip(Theme theme) class ColorZone (line 292) | public class ColorZone method ColorZone (line 295) | public ColorZone(Theme theme) class ComboBox (line 330) | public class ComboBox method ComboBox (line 333) | public ComboBox(Theme theme) class Popup (line 390) | public class Popup method Popup (line 393) | public Popup(Theme theme) class DataGrid (line 430) | public class DataGrid method DataGrid (line 433) | public DataGrid(Theme theme) class TextBox (line 496) | public class TextBox method TextBox (line 499) | public TextBox(Theme theme) class PasswordBox (line 555) | public class PasswordBox method PasswordBox (line 558) | public PasswordBox(Theme theme) class GridSplitter (line 607) | public class GridSplitter method GridSplitter (line 610) | public GridSplitter(Theme theme) class Header (line 631) | public class Header method Header (line 634) | public Header(Theme theme) class ListBoxItem (line 648) | public class ListBoxItem method ListBoxItem (line 651) | public ListBoxItem(Theme theme) class ListView (line 672) | public class ListView method ListView (line 675) | public ListView(Theme theme) class RadioButton (line 703) | public class RadioButton method RadioButton (line 706) | public RadioButton(Theme theme) class Chip (line 742) | public class Chip method Chip (line 745) | public Chip(Theme theme) class ScrollBar (line 761) | public class ScrollBar method ScrollBar (line 764) | public ScrollBar(Theme theme) class Separator (line 792) | public class Separator method Separator (line 795) | public Separator(Theme theme) class StatusBar (line 809) | public class StatusBar method StatusBar (line 812) | public StatusBar(Theme theme) class TabControl (line 833) | public class TabControl method TabControl (line 836) | public TabControl(Theme theme) class ToolBar (line 850) | public class ToolBar method ToolBar (line 853) | public ToolBar(Theme theme) class Thumb (line 881) | public class Thumb method Thumb (line 884) | public Thumb(Theme theme) class Item (line 898) | public class Item method Item (line 901) | public Item(Theme theme) class Overflow (line 922) | public class Overflow method Overflow (line 925) | public Overflow(Theme theme) class ToggleButton (line 941) | public class ToggleButton method ToggleButton (line 944) | public ToggleButton(Theme theme) class Switch (line 966) | public class Switch method Switch (line 969) | public Switch(Theme theme) class ToolTip (line 985) | public class ToolTip method ToolTip (line 988) | public ToolTip(Theme theme) FILE: src/MaterialDesignThemes.Wpf/ThemeAssist.cs class ThemeAssist (line 5) | public static class ThemeAssist method GetTriggerColor (line 7) | internal static Brush GetTriggerColor(DependencyObject obj) method SetTriggerBrush (line 12) | internal static void SetTriggerBrush(DependencyObject obj, Brush value) method GetTheme (line 20) | public static BaseTheme GetTheme(DependencyObject obj) method SetTheme (line 25) | public static void SetTheme(DependencyObject obj, BaseTheme value) method ChangeTheme (line 33) | public static void ChangeTheme(ResourceDictionary resourceDictionary, ... method OnThemeChanged (line 58) | private static void OnThemeChanged(DependencyObject @do, DependencyPro... method GetResourceDictionarySource (line 66) | private static string? GetResourceDictionarySource(BaseTheme theme) FILE: src/MaterialDesignThemes.Wpf/ThemeChangedEventArgs.cs class ThemeChangedEventArgs (line 3) | public class ThemeChangedEventArgs : EventArgs method ThemeChangedEventArgs (line 5) | public ThemeChangedEventArgs(ResourceDictionary resourceDictionary, Th... FILE: src/MaterialDesignThemes.Wpf/ThemeColorReference.cs type ThemeColorReference (line 3) | public enum ThemeColorReference FILE: src/MaterialDesignThemes.Wpf/ThemeExtensions.cs class ThemeExtensions (line 7) | public static partial class ThemeExtensions method ToPairedColor (line 9) | internal static ColorPair ToPairedColor(this Hue hue) method SetPalette (line 12) | internal static void SetPalette(this Theme theme, Palette palette) method GetBaseTheme (line 25) | public static BaseTheme GetBaseTheme(this Theme theme) method SetBaseTheme (line 33) | public static void SetBaseTheme(this Theme theme, BaseTheme baseTheme) method SetLightTheme (line 57) | public static partial void SetLightTheme(this Theme theme); method SetDarkTheme (line 58) | public static partial void SetDarkTheme(this Theme theme); method SetPrimaryColor (line 60) | public static void SetPrimaryColor(this Theme theme, Color primaryColor) method SetSecondaryColor (line 69) | public static void SetSecondaryColor(this Theme theme, Color secondary... FILE: src/MaterialDesignThemes.Wpf/ThemeExtensions.g.cs class ThemeExtensions (line 14) | static partial class ThemeExtensions method SetLightTheme (line 16) | public static partial void SetLightTheme(this Theme theme) method SetDarkTheme (line 107) | public static partial void SetDarkTheme(this Theme theme) FILE: src/MaterialDesignThemes.Wpf/Themes/Internal/BaseThemeColors.cs class BaseThemeColors (line 5) | public static class BaseThemeColors FILE: src/MaterialDesignThemes.Wpf/TimeChangedEventArgs.cs class TimeChangedEventArgs (line 3) | public sealed class TimeChangedEventArgs : RoutedEventArgs method TimeChangedEventArgs (line 8) | public TimeChangedEventArgs(RoutedEvent routedEvent, DateTime oldTime,... FILE: src/MaterialDesignThemes.Wpf/TimePicker.cs class TimePicker (line 8) | [TemplatePart(Name = ButtonPartName, Type = typeof(Button))] method TimePicker (line 26) | static TimePicker() method OnGotFocus (line 35) | private static void OnGotFocus(object sender, RoutedEventArgs e) method TimePicker (line 54) | public TimePicker() method TextPropertyChangedCallback (line 70) | private static void TextPropertyChangedCallback(DependencyObject depen... method SelectedTimePropertyChangedCallback (line 93) | private static void SelectedTimePropertyChangedCallback(DependencyObje... method OnSelectedTimeChanged (line 123) | private static void OnSelectedTimeChanged( method Is24HoursChanged (line 156) | private static void Is24HoursChanged(DependencyObject dependencyObject... method OnCoerceIsDropDownOpen (line 189) | private static object OnCoerceIsDropDownOpen(DependencyObject d, objec... method OnIsDropDownOpenChanged (line 200) | private static void OnIsDropDownOpenChanged(DependencyObject d, Depend... method WithSecondsPropertyChanged (line 264) | private static void WithSecondsPropertyChanged(DependencyObject sender... method OnApplyTemplate (line 273) | public override void OnApplyTemplate() method Clear (line 324) | internal void Clear() method TextBoxOnLostFocus (line 328) | private void TextBoxOnLostFocus(object sender, RoutedEventArgs routedE... method SetInvalidTime (line 348) | private void SetInvalidTime() method TextBoxOnKeyDown (line 370) | private void TextBoxOnKeyDown(object sender, KeyEventArgs keyEventArgs) method ProcessKey (line 373) | private bool ProcessKey(KeyEventArgs keyEventArgs) method TextBoxOnTextChanged (line 406) | private void TextBoxOnTextChanged(object sender, TextChangedEventArgs ... method UpdateTextBoxText (line 422) | private void UpdateTextBoxText(string? text) method UpdateTextBoxTextIfNeeded (line 433) | private void UpdateTextBoxTextIfNeeded(string lastText) method SetSelectedTime (line 445) | private void SetSelectedTime(in DateTime time) method SetSelectedTime (line 448) | private void SetSelectedTime(bool beCautious = false) method ParseTime (line 472) | private void ParseTime(string s, Action successContinuation) method IsTimeValid (line 480) | private bool IsTimeValid(string s, out DateTime time) method DateTimeToString (line 490) | private string? DateTimeToString(DateTime? d) method DateTimeToString (line 493) | private string DateTimeToString(DateTime d) method DateTimeToString (line 496) | private string DateTimeToString(DateTime datetime, DatePickerFormat fo... method PopupOnPreviewMouseLeftButtonDown (line 526) | private void PopupOnPreviewMouseLeftButtonDown(object sender, MouseBut... method PopupOnClosed (line 539) | private void PopupOnClosed(object? sender, EventArgs eventArgs) method PopupOnOpened (line 555) | private void PopupOnOpened(object? sender, EventArgs eventArgs) method InitializeClock (line 572) | private void InitializeClock() method ClockChoiceMadeHandler (line 582) | private void ClockChoiceMadeHandler(object sender, ClockChoiceMadeEven... method DropDownButtonOnClick (line 595) | private void DropDownButtonOnClick(object sender, RoutedEventArgs rout... method TogglePopup (line 598) | private void TogglePopup() method GetBinding (line 618) | private BindingBase GetBinding(DependencyProperty property, IValueConv... FILE: src/MaterialDesignThemes.Wpf/TimePickerAssist.cs class TimePickerAssist (line 3) | [Obsolete("This class is obsolete and will be removed in a future versio... method SetOutlinedBorderInactiveThickness (line 8) | public static void SetOutlinedBorderInactiveThickness(DependencyObject... method GetOutlinedBorderInactiveThickness (line 9) | public static Thickness GetOutlinedBorderInactiveThickness(DependencyO... method SetOutlinedBorderActiveThickness (line 13) | public static void SetOutlinedBorderActiveThickness(DependencyObject e... method GetOutlinedBorderActiveThickness (line 14) | public static Thickness GetOutlinedBorderActiveThickness(DependencyObj... FILE: src/MaterialDesignThemes.Wpf/TimePickerTextBox.cs class TimePickerTextBox (line 3) | public class TimePickerTextBox : TextBox method TimePickerTextBox (line 5) | static TimePickerTextBox() FILE: src/MaterialDesignThemes.Wpf/ToggleButtonAssist.cs class ToggleButtonAssist (line 5) | public static class ToggleButtonAssist method SetHasOnContent (line 14) | private static void SetHasOnContent(DependencyObject element, object v... method GetHasOnContent (line 22) | public static bool GetHasOnContent(DependencyObject element) method OnContentPropertyChangedCallback (line 31) | private static void OnContentPropertyChangedCallback(DependencyObject ... method SetOnContent (line 39) | public static void SetOnContent(DependencyObject element, object value) method GetOnContent (line 45) | public static object GetOnContent(DependencyObject element) method SetOnContentTemplate (line 57) | public static void SetOnContentTemplate(DependencyObject element, Data... method GetOnContentTemplate (line 63) | public static DataTemplate GetOnContentTemplate(DependencyObject element) method SetSwitchTrackOnBackground (line 70) | public static void SetSwitchTrackOnBackground(DependencyObject element... method GetSwitchTrackOnBackground (line 73) | public static SolidColorBrush GetSwitchTrackOnBackground(DependencyObj... method SetSwitchTrackOffBackground (line 80) | public static void SetSwitchTrackOffBackground(DependencyObject elemen... method GetSwitchTrackOffBackground (line 83) | public static SolidColorBrush GetSwitchTrackOffBackground(DependencyOb... FILE: src/MaterialDesignThemes.Wpf/ToolTipAssist.cs class ToolTipAssist (line 3) | public static class ToolTipAssist method CustomPopupPlacementCallbackImpl (line 7) | public static CustomPopupPlacement[] CustomPopupPlacementCallbackImpl(... FILE: src/MaterialDesignThemes.Wpf/TransitionAssist.cs class TransitionAssist (line 6) | public static class TransitionAssist method SetDisableTransitions (line 17) | public static void SetDisableTransitions(DependencyObject element, boo... method GetDisableTransitions (line 25) | public static bool GetDisableTransitions(DependencyObject element) FILE: src/MaterialDesignThemes.Wpf/Transitions/CircleWipe.cs class CircleWipe (line 7) | public class CircleWipe : ITransitionWipe method CircleWipe (line 11) | public CircleWipe() method Wipe (line 18) | public void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlid... method SetupScaleAnimation (line 60) | private DoubleAnimationUsingKeyFrames SetupScaleAnimation(Transitioner... method SetupOpacityAnimation (line 72) | private DoubleAnimationUsingKeyFrames SetupOpacityAnimation(Transition... method GenerateThreeStepAnimation (line 81) | private DoubleAnimationUsingKeyFrames GenerateThreeStepAnimation() FILE: src/MaterialDesignThemes.Wpf/Transitions/FadeWipe.cs class FadeWipe (line 5) | public class FadeWipe : ITransitionWipe method FadeWipe (line 12) | public FadeWipe() method Wipe (line 31) | public void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlid... method SetupOpacityAnimation (line 68) | private DoubleAnimationUsingKeyFrames SetupOpacityAnimation(double fro... method CalculateEndKeyTime (line 76) | private void CalculateEndKeyTime() FILE: src/MaterialDesignThemes.Wpf/Transitions/ITransitionEffect.cs type ITransitionEffect (line 5) | public interface ITransitionEffect method Build (line 7) | Timeline? Build(TSubject effectSubject) where TSubject : Fra... FILE: src/MaterialDesignThemes.Wpf/Transitions/ITransitionEffectSubject.cs type ITransitionEffectSubject (line 3) | public interface ITransitionEffectSubject FILE: src/MaterialDesignThemes.Wpf/Transitions/ITransitionWipe.cs type ITransitionWipe (line 3) | public interface ITransitionWipe method Wipe (line 5) | void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlide, Poin... FILE: src/MaterialDesignThemes.Wpf/Transitions/IZIndexController.cs type IZIndexController (line 3) | public interface IZIndexController method Stack (line 5) | void Stack(params TransitionerSlide[] highestToLowest); FILE: src/MaterialDesignThemes.Wpf/Transitions/IndexedItemOffsetMultiplierExtension.cs class IndexedItemOffsetMultiplierExtension (line 12) | [MarkupExtensionReturnType(typeof(TimeSpan))] method IndexedItemOffsetMultiplierExtension (line 15) | public IndexedItemOffsetMultiplierExtension(TimeSpan unit) method ProvideValue (line 23) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/Transitions/SlideDirection.cs type SlideDirection (line 3) | public enum SlideDirection { Left, Right, Up, Down } FILE: src/MaterialDesignThemes.Wpf/Transitions/SlideOutWipe.cs class SlideOutWipe (line 6) | public class SlideOutWipe : ITransitionWipe method SlideOutWipe (line 11) | public SlideOutWipe() method Wipe (line 18) | public void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlid... FILE: src/MaterialDesignThemes.Wpf/Transitions/SlideWipe.cs class SlideWipe (line 6) | public class SlideWipe : ITransitionWipe method Wipe (line 20) | public void Wipe(TransitionerSlide fromSlide, TransitionerSlide toSlid... FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionEffect.cs class TransitionEffect (line 6) | public class TransitionEffect : TransitionEffectBase method TransitionEffect (line 8) | public TransitionEffect() method TransitionEffect (line 12) | public TransitionEffect(TransitionEffectKind kind) method TransitionEffect (line 17) | public TransitionEffect(TransitionEffectKind kind, TimeSpan duration) method Build (line 29) | public override Timeline? Build(TSubject effectSubject) method CreateFadeIn (line 84) | private Timeline CreateFadeIn(TimeSpan initialOffset) method CreateSlide (line 89) | private Timeline CreateSlide(double from, double to, TimeSpan initialO... method CreateExpandIn (line 102) | private Timeline CreateExpandIn(ITransitionEffectSubject effectSubject) FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionEffectBase.cs class TransitionEffectBase (line 5) | public abstract class TransitionEffectBase : FrameworkElement, ITransiti... method Build (line 7) | public abstract Timeline? Build(TSubject effectSubject) wher... FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionEffectExtension.cs class TransitionEffectExtension (line 3) | [MarkupExtensionReturnType(typeof(TransitionEffectBase))] method TransitionEffectExtension (line 6) | public TransitionEffectExtension() method TransitionEffectExtension (line 11) | public TransitionEffectExtension(TransitionEffectKind kind) method TransitionEffectExtension (line 16) | public TransitionEffectExtension(TransitionEffectKind kind, TimeSpan d... method ProvideValue (line 28) | public override object ProvideValue(IServiceProvider serviceProvider) FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionEffectKind.cs type TransitionEffectKind (line 3) | public enum TransitionEffectKind FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionEffectTypeConverter.cs class TransitionEffectTypeConverter (line 6) | public class TransitionEffectTypeConverter : TypeConverter method CanConvertFrom (line 8) | public override bool CanConvertFrom(ITypeDescriptorContext? context, T... method ConvertFrom (line 13) | public override object? ConvertFrom(ITypeDescriptorContext? context, C... FILE: src/MaterialDesignThemes.Wpf/Transitions/Transitioner.cs class Transitioner (line 8) | public class Transitioner : Selector, IZIndexController method Transitioner (line 12) | static Transitioner() method Transitioner (line 58) | public Transitioner() method IsItemItsOwnContainerOverride (line 73) | protected override bool IsItemItsOwnContainerOverride(object item) method GetContainerForItemOverride (line 76) | protected override DependencyObject GetContainerForItemOverride() method OnPreviewMouseLeftButtonDown (line 79) | protected override void OnPreviewMouseLeftButtonDown(MouseButtonEventA... method OnSelectionChanged (line 86) | protected override void OnSelectionChanged(SelectionChangedEventArgs e) method IsTransitionFinishedHandler (line 104) | private void IsTransitionFinishedHandler(object sender, RoutedEventArg... method SelectionChangedEventHandler (line 112) | private static void SelectionChangedEventHandler(object sender, Routed... method MoveNextHandler (line 121) | private void MoveNextHandler(object sender, ExecutedRoutedEventArgs ex... method MovePreviousHandler (line 131) | private void MovePreviousHandler(object sender, ExecutedRoutedEventArg... method MoveFirstHandler (line 141) | private void MoveFirstHandler(object sender, ExecutedRoutedEventArgs e... method MoveLastHandler (line 148) | private void MoveLastHandler(object sender, ExecutedRoutedEventArgs ex... method GetNavigationSourcePoint (line 155) | private Point? GetNavigationSourcePoint(RoutedEventArgs executedRouted... method IsSafePositive (line 167) | private static bool IsSafePositive(double @double) method GetSlide (line 170) | private TransitionerSlide GetSlide(object item) method ActivateFrame (line 178) | private void ActivateFrame(int selectedIndex, int unselectedIndex) method HideSlide (line 217) | private void HideSlide(TransitionerSlide? slide) method ShowSlide (line 224) | private void ShowSlide(TransitionerSlide? slide) method AnimateTransition (line 231) | private void AnimateTransition(int selectedIndex, int unselectedIndex,... method GetTransitionOrigin (line 250) | private Point GetTransitionOrigin(TransitionerSlide slide) method Stack (line 265) | void IZIndexController.Stack(params TransitionerSlide?[] highestToLowe... method DoStack (line 267) | private static void DoStack(params TransitionerSlide?[] highestToLowest) FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionerSlide.cs class TransitionerSlide (line 6) | public class TransitionerSlide : TransitioningContentBase method TransitionerSlide (line 8) | static TransitionerSlide() method OnInTransitionFinished (line 26) | protected void OnInTransitionFinished(RoutedEventArgs e) method StatePropertyChangedCallback (line 31) | private static void StatePropertyChangedCallback(DependencyObject d, D... method AnimateToState (line 58) | private void AnimateToState() FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitionerSlideState.cs type TransitionerSlideState (line 3) | public enum TransitionerSlideState FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitioningContent.cs type TransitioningContentRunHint (line 3) | [Flags] class TransitioningContent (line 15) | public class TransitioningContent : TransitioningContentBase method TransitioningContent (line 17) | static TransitioningContent() method TransitioningContent (line 22) | public TransitioningContent() method Run (line 38) | private void Run(TransitioningContentRunHint requiredHint) FILE: src/MaterialDesignThemes.Wpf/Transitions/TransitioningContentBase.cs class TransitioningContentBase (line 8) | public class TransitioningContentBase : ContentControl, ITransitionEffec... method TransitioningContentBase (line 22) | static TransitioningContentBase() method OnApplyTemplate (line 27) | public override void OnApplyTemplate() method RunOpeningEffects (line 103) | protected virtual void RunOpeningEffects() method GetNameScopeRoot (line 123) | private FrameworkElement GetNameScopeRoot() FILE: src/MaterialDesignThemes.Wpf/TreeHelper.cs class TreeHelper (line 5) | internal static class TreeHelper method GetVisibleWidth (line 7) | public static double GetVisibleWidth(FrameworkElement element, Framewo... method IsAncestorTill (line 69) | private static bool IsAncestorTill(FrameworkElement? element, object a... method FindMainTreeVisual (line 84) | public static Visual? FindMainTreeVisual(Visual? visual) method FindChild (line 107) | public static T? FindChild(this DependencyObject parent, string chi... FILE: src/MaterialDesignThemes.Wpf/TreeListView.cs class TreeListView (line 13) | public class TreeListView : ListView method TreeListView (line 26) | static TreeListView() method TreeListView (line 34) | public TreeListView() method OnCreateAutomationPeer (line 38) | protected override AutomationPeer OnCreateAutomationPeer() method CoerceItemsSource (line 41) | private static object? CoerceItemsSource(DependencyObject d, object? b... method GetContainerForItemOverride (line 51) | protected override DependencyObject GetContainerForItemOverride() method IsItemItsOwnContainerOverride (line 54) | protected override bool IsItemItsOwnContainerOverride(object? item) method ClearContainerForItemOverride (line 76) | protected override void ClearContainerForItemOverride(DependencyObject... method ItemExpandedChanged (line 85) | internal void ItemExpandedChanged(TreeListViewItem item) method ItemsChildrenChanged (line 118) | internal void ItemsChildrenChanged(TreeListViewItem item, NotifyCollec... method GetParent (line 225) | public object? GetParent(object? item) method GetExpandedChildrenAndGrandChildren (line 237) | private List GetExpandedChildrenAndGrandChildren(object? data... method MoveSelectionToParent (line 251) | internal void MoveSelectionToParent(TreeListViewItem item) method OnPropertyChanged (line 274) | protected override void OnPropertyChanged(DependencyPropertyChangedEve... method AddToggleButtonToFirstColumn (line 284) | private void AddToggleButtonToFirstColumn(GridView gridView) method CreateToggleButtonTemplate (line 293) | private DataTemplate CreateToggleButtonTemplate(DataTemplate originalT... FILE: src/MaterialDesignThemes.Wpf/TreeListViewItem.cs class TreeListViewItem (line 7) | [System.Diagnostics.DebuggerDisplay("Container for {DataContext}")] method TreeListViewItem (line 13) | public TreeListViewItem() method TreeListViewItem (line 16) | public TreeListViewItem(TreeListView treeListView) method GetChildren (line 24) | public IEnumerable GetChildren() => Children?.OfType... method OnIsExpandedChanged (line 36) | private static void OnIsExpandedChanged(DependencyObject d, Dependency... method OnChildrenChanged (line 83) | private static void OnChildrenChanged(DependencyObject d, DependencyPr... method OnChildrenChanged (line 89) | private void OnChildrenChanged(DependencyPropertyChangedEventArgs e) method CollectionChanged_CollectionChanged (line 103) | private void CollectionChanged_CollectionChanged(object? sender, Notif... method OnChildrenChanged (line 106) | private void OnChildrenChanged(NotifyCollectionChangedEventArgs e) method PrepareTreeListViewItem (line 112) | internal void PrepareTreeListViewItem(object? item, TreeListView treeL... method OnApplyTemplate (line 137) | public override void OnApplyTemplate() method ClearTreeListViewItem (line 165) | internal void ClearTreeListViewItem(object _, TreeListView __) method UpdateHasChildren (line 174) | private void UpdateHasChildren() method OnMouseDoubleClick (line 179) | protected override void OnMouseDoubleClick(MouseButtonEventArgs e) method OnKeyDown (line 188) | protected override void OnKeyDown(KeyEventArgs e) FILE: src/MaterialDesignThemes.Wpf/TreeViewAssist.cs class TreeViewAssist (line 3) | public static class TreeViewAssist method SetAdditionalTemplate (line 24) | public static void SetAdditionalTemplate(DependencyObject element, Dat... method GetAdditionalTemplate (line 36) | public static DataTemplate GetAdditionalTemplate(DependencyObject elem... method SetAdditionalTemplateSelector (line 63) | public static void SetAdditionalTemplateSelector(DependencyObject elem... method GetAdditionalTemplateSelector (line 75) | public static DataTemplateSelector GetAdditionalTemplateSelector(Depen... method CreateEmptyGridDataTemplate (line 92) | public static DataTemplate CreateEmptyGridDataTemplate() method GetExpanderSize (line 109) | public static double GetExpanderSize(DependencyObject element) method SetExpanderSize (line 111) | public static void SetExpanderSize(DependencyObject element, double va... method GetShowSelection (line 121) | public static bool GetShowSelection(DependencyObject element) method SetShowSelection (line 123) | public static void SetShowSelection(DependencyObject element, bool value) method GetHasNoItemsExpanderVisibility (line 133) | public static Visibility GetHasNoItemsExpanderVisibility(DependencyObj... method SetHasNoItemsExpanderVisibility (line 135) | public static void SetHasNoItemsExpanderVisibility(DependencyObject el... FILE: src/MaterialDesignThemes.Wpf/Underline.cs class Underline (line 6) | [TemplateVisualState(GroupName = "ActivationStates", Name = ActiveStateN... method Underline (line 13) | static Underline() method IsActivePropertyChangedCallback (line 22) | private static void IsActivePropertyChangedCallback(DependencyObject d... method OnApplyTemplate (line 43) | public override void OnApplyTemplate() method GotoVisualState (line 50) | private void GotoVisualState(bool useTransitions) => method SelectStateName (line 53) | private string SelectStateName() FILE: src/MaterialDesignThemes.Wpf/UpDownBase.cs method ToUpDownBase (line 16) | private static UpDownBase ToUpDownBase(DependencyObject dependencyObj... method Max (line 21) | private static T Max(T value1, T value2) => T.Max(value1, value2); method Clamp (line 22) | private static T Clamp(T value, T min, T max) => T.Clamp(value, min, max); method Add (line 23) | private static T Add(T value1, T value2) => value1 + value2; method Subtract (line 24) | private static T Subtract(T value1, T value2) => value1 - value2; method TryParse (line 25) | private static bool TryParse(string text, IFormatProvider? formatProvide... method Compare (line 27) | private static int Compare(T value1, T value2) => value1.CompareTo(value2); class UpDownBase (line 29) | public class UpDownBase : UpDownBase method ToUpDownBase (line 35) | private static UpDownBase ToUpDownBase(DependencyObjec... method Max (line 40) | private static T Max(T value1, T value2) => _arithmetic.Max(value1, va... method Clamp (line 41) | private static T Clamp(T value, T min, T max) => _arithmetic.Max(_arit... method Add (line 42) | private static T Add(T value1, T value2) => _arithmetic.Add(value1, va... method Subtract (line 43) | private static T Subtract(T value1, T value2) => _arithmetic.Subtract(... method TryParse (line 44) | private static bool TryParse(string text, IFormatProvider? formatProvi... method Compare (line 47) | private static int Compare(T value1, T value2) => _arithmetic.Compare(... method OnMinimumChanged (line 62) | private static void OnMinimumChanged(DependencyObject d, DependencyPro... method OnMaximumChanged (line 82) | private static void OnMaximumChanged(DependencyObject d, DependencyPro... method CoerceMaximum (line 88) | private static object? CoerceMaximum(DependencyObject d, object? value) method OnNumericValueChanged (line 110) | private static void OnNumericValueChanged(DependencyObject d, Dependen... method UpdateIncreaseButtonEnabled (line 128) | private void UpdateIncreaseButtonEnabled() method UpdateDecreaseButtonEnabled (line 136) | private void UpdateDecreaseButtonEnabled() method CoerceNumericValue (line 144) | private static object? CoerceNumericValue(DependencyObject d, object? ... method OnApplyTemplate (line 196) | public override void OnApplyTemplate() method OnTextBoxLostFocus (line 232) | private void OnTextBoxLostFocus(object sender, EventArgs e) method OnTextBoxTextChanged (line 240) | private void OnTextBoxTextChanged(object sender, EventArgs e) method IncreaseButtonOnClick (line 251) | private void IncreaseButtonOnClick(object sender, RoutedEventArgs e) =... method DecreaseButtonOnClick (line 253) | private void DecreaseButtonOnClick(object sender, RoutedEventArgs e) =... method OnIncrease (line 255) | private void OnIncrease() => SetCurrentValue(ValueProperty, Clamp(Add(... method OnDecrease (line 257) | private void OnDecrease() => SetCurrentValue(ValueProperty, Clamp(Subt... method ClampValue (line 259) | private T ClampValue(T value) method OnPreviewKeyDown (line 262) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnPreviewMouseWheel (line 277) | protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) method UpDownBase (line 308) | static UpDownBase() method OnGotFocus (line 315) | private static void OnGotFocus(object sender, RoutedEventArgs e) method OnApplyTemplate (line 346) | public override void OnApplyTemplate() method SelectAll (line 355) | public void SelectAll() => _textBoxField?.SelectAll(); class UpDownBase (line 295) | [TemplatePart(Name = IncreaseButtonPartName, Type = typeof(RepeatButton))] method ToUpDownBase (line 35) | private static UpDownBase ToUpDownBase(DependencyObjec... method Max (line 40) | private static T Max(T value1, T value2) => _arithmetic.Max(value1, va... method Clamp (line 41) | private static T Clamp(T value, T min, T max) => _arithmetic.Max(_arit... method Add (line 42) | private static T Add(T value1, T value2) => _arithmetic.Add(value1, va... method Subtract (line 43) | private static T Subtract(T value1, T value2) => _arithmetic.Subtract(... method TryParse (line 44) | private static bool TryParse(string text, IFormatProvider? formatProvi... method Compare (line 47) | private static int Compare(T value1, T value2) => _arithmetic.Compare(... method OnMinimumChanged (line 62) | private static void OnMinimumChanged(DependencyObject d, DependencyPro... method OnMaximumChanged (line 82) | private static void OnMaximumChanged(DependencyObject d, DependencyPro... method CoerceMaximum (line 88) | private static object? CoerceMaximum(DependencyObject d, object? value) method OnNumericValueChanged (line 110) | private static void OnNumericValueChanged(DependencyObject d, Dependen... method UpdateIncreaseButtonEnabled (line 128) | private void UpdateIncreaseButtonEnabled() method UpdateDecreaseButtonEnabled (line 136) | private void UpdateDecreaseButtonEnabled() method CoerceNumericValue (line 144) | private static object? CoerceNumericValue(DependencyObject d, object? ... method OnApplyTemplate (line 196) | public override void OnApplyTemplate() method OnTextBoxLostFocus (line 232) | private void OnTextBoxLostFocus(object sender, EventArgs e) method OnTextBoxTextChanged (line 240) | private void OnTextBoxTextChanged(object sender, EventArgs e) method IncreaseButtonOnClick (line 251) | private void IncreaseButtonOnClick(object sender, RoutedEventArgs e) =... method DecreaseButtonOnClick (line 253) | private void DecreaseButtonOnClick(object sender, RoutedEventArgs e) =... method OnIncrease (line 255) | private void OnIncrease() => SetCurrentValue(ValueProperty, Clamp(Add(... method OnDecrease (line 257) | private void OnDecrease() => SetCurrentValue(ValueProperty, Clamp(Subt... method ClampValue (line 259) | private T ClampValue(T value) method OnPreviewKeyDown (line 262) | protected override void OnPreviewKeyDown(KeyEventArgs e) method OnPreviewMouseWheel (line 277) | protected override void OnPreviewMouseWheel(MouseWheelEventArgs e) method UpDownBase (line 308) | static UpDownBase() method OnGotFocus (line 315) | private static void OnGotFocus(object sender, RoutedEventArgs e) method OnApplyTemplate (line 346) | public override void OnApplyTemplate() method SelectAll (line 355) | public void SelectAll() => _textBoxField?.SelectAll(); type IArithmetic (line 380) | public interface IArithmetic method Add (line 382) | T Add(T value1, T value2); method Subtract (line 384) | T Subtract(T value1, T value2); method Compare (line 386) | int Compare(T value1, T value2); method MinValue (line 388) | T MinValue(); method MaxValue (line 390) | T MaxValue(); method One (line 392) | T One(); method Max (line 394) | T Max(T value1, T value2); method Min (line 396) | T Min(T value1, T value2); method TryParse (line 398) | bool TryParse(string text, IFormatProvider? formatProvider, [NotNullWh... FILE: src/MaterialDesignThemes.Wpf/ValidationAssist.cs class ValidationAssist (line 5) | public static class ValidationAssist method GetOnlyShowOnFocus (line 18) | public static bool GetOnlyShowOnFocus(DependencyObject element) method SetOnlyShowOnFocus (line 23) | public static void SetOnlyShowOnFocus(DependencyObject element, bool v... method GetUsePopup (line 41) | public static bool GetUsePopup(DependencyObject element) method SetUsePopup (line 46) | public static void SetUsePopup(DependencyObject element, bool value) method GetPopupPlacement (line 62) | public static PlacementMode GetPopupPlacement(DependencyObject element) method SetPopupPlacement (line 67) | public static void SetPopupPlacement(DependencyObject element, Placeme... method SetSuppress (line 83) | public static void SetSuppress(DependencyObject element, bool value) method GetSuppress (line 91) | public static bool GetSuppress(DependencyObject element) method SetBackground (line 99) | public static void SetBackground(DependencyObject element, Brush value) method GetBackground (line 104) | public static Brush GetBackground(DependencyObject element) method SetFontSize (line 113) | public static void SetFontSize(DependencyObject element, double value) method GetFontSize (line 118) | public static double GetFontSize(DependencyObject element) method SetHasError (line 129) | public static void SetHasError(DependencyObject element, bool value) method GetHasError (line 134) | public static bool GetHasError(DependencyObject element) method SetHorizontalAlignment (line 142) | public static void SetHorizontalAlignment(DependencyObject element, Ho... method GetHorizontalAlignment (line 143) | public static HorizontalAlignment GetHorizontalAlignment(DependencyObj... FILE: src/MaterialDesignThemes.Wpf/VisualTreeExtensions.cs class VisualTreeExtensions (line 6) | internal static class VisualTreeExtensions method VisualDepthFirstTraversal (line 8) | public static IEnumerable VisualDepthFirstTraversal(... method VisualBreadthFirstTraversal (line 24) | public static IEnumerable VisualBreadthFirstTraversa... method IsAncestorOf (line 45) | public static bool IsAncestorOf(this DependencyObject parent, Dependen... method GetVisualAncestry (line 55) | public static IEnumerable GetVisualAncestry(this Dep... method GetLogicalAncestry (line 66) | public static IEnumerable GetLogicalAncestry(this D... method IsDescendantOf (line 75) | public static bool IsDescendantOf(this DependencyObject? leaf, Depende... FILE: src/MaterialDesignToolkit.ResourceGeneration/Brushes.cs class Brushes (line 10) | public static partial class Brushes method TemplateReplaceRegex (line 12) | [GeneratedRegex(@"^\s*", RegexOptions.Multiline)] method GenerateBrushesAsync (line 29) | public static async Task GenerateBrushesAsync() method GenerateBuiltInThemingDictionaries (line 53) | private static void GenerateBuiltInThemingDictionaries(IEnumerable brushes, Direct... method GenerateThemeExtensionsClass (line 223) | private static void GenerateThemeExtensionsClass(TreeItem brush... method GenerateResourceDictionaryExtensions (line 293) | private static void GenerateResourceDictionaryExtensions(TreeItem brushes... method GenerateMigrationScript (line 523) | private static void GenerateMigrationScript(IEnumerable brushes... method PrimaryColorBrushNames (line 591) | private static IEnumerable PrimaryColorBrushNames() method SecondaryColorBrushNames (line 601) | private static IEnumerable SecondaryColorBrushNames() method GetRepoRoot (line 611) | private static DirectoryInfo? GetRepoRoot() method BuildBrushTree (line 621) | private static TreeItem BuildBrushTree(IEnumerable brushes) method GetAllAlternateBrushesFlattened (line 644) | private static IEnumerable GetAllAlternateBrushesFlattened(IEnu... method GetAllObsoleteBrushes (line 665) | private static IEnumerable GetAllObsoleteBrushes(IEnumerable aliases) FILE: src/MaterialDesignToolkit.ResourceGeneration/IconDataFactorySyntaxRewriter.cs class IconDataFactorySyntaxRewriter (line 7) | internal class IconDataFactorySyntaxRewriter : CSharpSyntaxRewriter method IconDataFactorySyntaxRewriter (line 11) | public IconDataFactorySyntaxRewriter(IEnumerable icons, bool vis... method VisitInitializerExpression (line 16) | public override SyntaxNode VisitInitializerExpression(InitializerExpre... method GetInitializerItems (line 27) | private static SeparatedSyntaxList GetInitializerItems( FILE: src/MaterialDesignToolkit.ResourceGeneration/IconDiff.cs class IconDiff (line 9) | internal static partial class IconDiff method FileNameRegex (line 11) | [GeneratedRegex(@"MaterialDesignThemes\.(?\d+\.\d+\.\d+)\.nup... method RunAsync (line 14) | public static async Task RunAsync() method CompareNuGets (line 36) | private static async Task CompareNuGets(FileInfo previousNuget... method ProcessNuGet (line 100) | private static async Task Al... method ProcessDll (line 130) | private static IReadOnlyDictionary Aliases, stri... FILE: src/MaterialDesignToolkit.ResourceGeneration/IconThing.cs class IconThing (line 11) | static class IconThing method RunAsync (line 15) | public static async Task RunAsync() method Write (line 35) | private static void Write(string content, string filePath) method GetSourceDataAsync (line 51) | private static async Task GetSourceDataAsync() method GetIcons (line 59) | private static IEnumerable GetIcons(string sourceData) method UpdateDataFactory (line 112) | private static string UpdateDataFactory(string sourceFile, IEnumerable... method UpdateEnum (line 123) | private static string UpdateEnum(string sourceFile, IEnumerable ... method AddLineFeedsToCommas (line 161) | private static EnumDeclarationSyntax AddLineFeedsToCommas(EnumDeclarat... FILE: src/MaterialDesignToolkit.ResourceGeneration/MdPalette.cs class MdPalette (line 5) | public class MdPalette class Palette (line 14) | public class Palette FILE: src/MaterialDesignToolkit.ResourceGeneration/PackIconDataFactory.template.cs class PackIconDataFactory (line 9) | internal static class PackIconDataFactory method Create (line 11) | internal static IDictionary Create() => new Dict... FILE: src/MaterialDesignToolkit.ResourceGeneration/PackIconKind.template.cs type PackIconKind (line 14) | public enum PackIconKind FILE: src/MaterialDesignToolkit.ResourceGeneration/PathHelper.cs class PathHelper (line 3) | public static class PathHelper method FindRepoRoot (line 9) | private static string FindRepoRoot() FILE: src/MaterialDesignToolkit.ResourceGeneration/Program.cs class Program (line 7) | public class Program method Main (line 38) | static async Task Main(string[] args) method GenerateClasses (line 96) | private static void GenerateClasses(MdPalette palettes) method GenerateXaml (line 135) | private static void GenerateXaml(XElement xDocument, bool named = false) method GenerateOldXaml (line 188) | private static void GenerateOldXaml(XElement xDocument, bool named = f... method GenerateJson (line 202) | private static void GenerateJson(XElement xDocument) method CreateJsonColourPair (line 225) | private static JObject CreateJsonColourPair(XElement liElement) method ToResourceDictionary (line 259) | private static Tuple ToResourceDictionary(XElement ... method GetColourName (line 282) | private static string GetColourName(XElement sectionElement) method AddColour (line 287) | private static bool AddColour(XElement liElement, XNamespace defaultNa... method ByteToHex (line 330) | private static string ByteToHex(byte b) type ColorMode (line 336) | enum ColorMode FILE: src/MaterialDesignToolkit.ResourceGeneration/TreeItem.cs class TreeItem (line 6) | [DebuggerDisplay($"{{{nameof(Name)}}} [Values: {{{nameof(Values)}.Count}... method GetEnumerator (line 15) | public IEnumerator GetEnumerator() method GetEnumerator (line 30) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); method GetEnumerator (line 31) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); FILE: src/Shims/IsExternalInit.cs class IsExternalInit (line 15) | [EditorBrowsable(EditorBrowsableState.Never)] FILE: src/Shims/MathCompat.cs class MathCompat (line 4) | internal static class MathCompat method Cbrt (line 12) | public static double Cbrt(double x) FILE: src/web/jsx/PaletteBuilder.js function colourItemFactory (line 1) | function colourItemFactory (colorItem, isSelected, onSelect) { function colourItemMapper (line 7) | function colourItemMapper (colorItem) { function isAccentColor (line 11) | function isAccentColor (colorItem) { function generateHuesState (line 97) | function generateHuesState(primarySwatchIndex, accentSwatchIndex, primar... function mergeSwatch (line 178) | function mergeSwatch(index, isAccent) { FILE: src/web/scripts/PaletteBuilder.js function colourItemFactory (line 1) | function colourItemFactory (colorItem, isSelected, onSelect) { function colourItemMapper (line 7) | function colourItemMapper (colorItem) { function isAccentColor (line 11) | function isAccentColor (colorItem) { function generateHuesState (line 97) | function generateHuesState(primarySwatchIndex, accentSwatchIndex, primar... function mergeSwatch (line 178) | function mergeSwatch(index, isAccent) { FILE: src/web/scripts/react.js function s (line 4) | function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&re... function isPresto (line 242) | function isPresto() { function isKeypressCommand (line 322) | function isKeypressCommand(nativeEvent) { function getCompositionEventType (line 337) | function getCompositionEventType(topLevelType) { function isFallbackCompositionStart (line 356) | function isFallbackCompositionStart(topLevelType, nativeEvent) { function isFallbackCompositionEnd (line 370) | function isFallbackCompositionEnd(topLevelType, nativeEvent) { function getDataFromCustomEvent (line 398) | function getDataFromCustomEvent(nativeEvent) { function extractCompositionEvent (line 416) | function extractCompositionEvent( function getNativeBeforeInputChars (line 477) | function getNativeBeforeInputChars(topLevelType, nativeEvent) { function getFallbackBeforeInputChars (line 531) | function getFallbackBeforeInputChars(topLevelType, nativeEvent) { function extractBeforeInputEvent (line 590) | function extractBeforeInputEvent( function prefixKey (line 721) | function prefixKey(prefix, key) { function CallbackQueue (line 1007) | function CallbackQueue() { function shouldUseChangeEvent (line 1132) | function shouldUseChangeEvent(elem) { function manualDispatchChangeEvent (line 1147) | function manualDispatchChangeEvent(nativeEvent) { function runEventInBatch (line 1169) | function runEventInBatch(event) { function startWatchingForChangeEventIE8 (line 1174) | function startWatchingForChangeEventIE8(target, targetID) { function stopWatchingForChangeEventIE8 (line 1180) | function stopWatchingForChangeEventIE8() { function getTargetIDForChangeEvent (line 1189) | function getTargetIDForChangeEvent( function handleEventsForChangeEventIE8 (line 1197) | function handleEventsForChangeEventIE8( function startWatchingForValueChange (line 1244) | function startWatchingForValueChange(target, targetID) { function stopWatchingForValueChange (line 1261) | function stopWatchingForValueChange() { function handlePropertyChange (line 1280) | function handlePropertyChange(nativeEvent) { function getTargetIDForInputEvent (line 1296) | function getTargetIDForInputEvent( function handleEventsForInputEventIE (line 1308) | function handleEventsForInputEventIE( function getTargetIDForInputEventIE (line 1334) | function getTargetIDForInputEventIE( function shouldUseClickEvent (line 1362) | function shouldUseClickEvent(elem) { function getTargetIDForClickEvent (line 1372) | function getTargetIDForClickEvent( function insertChildAt (line 1511) | function insertChildAt(parentNode, childNode, index) { function checkMask (line 1637) | function checkMask(value, bitmask) { function shouldIgnoreValue (line 1935) | function shouldIgnoreValue(name, value) { function getNodeName (line 2143) | function getNodeName(markup) { function validateInstanceHandle (line 2689) | function validateInstanceHandle() { function recomputePluginOrdering (line 2937) | function recomputePluginOrdering() { function publishEventForPlugin (line 2989) | function publishEventForPlugin(dispatchConfig, PluginModule, eventName) { function publishRegistrationName (line 3030) | function publishRegistrationName(registrationName, PluginModule, eventNa... function isEndish (line 3225) | function isEndish(topLevelType) { function isMoveish (line 3231) | function isMoveish(topLevelType) { function isStartish (line 3235) | function isStartish(topLevelType) { function forEachEventDispatch (line 3266) | function forEachEventDispatch(event, cb) { function executeDispatch (line 3291) | function executeDispatch(event, listener, domID) { function executeDispatchesInOrder (line 3301) | function executeDispatchesInOrder(event, cb) { function executeDispatchesInOrderStopAtTrueImpl (line 3314) | function executeDispatchesInOrderStopAtTrueImpl(event) { function executeDispatchesInOrderStopAtTrue (line 3341) | function executeDispatchesInOrderStopAtTrue(event) { function executeDirectDispatch (line 3357) | function executeDirectDispatch(event) { function hasDispatches (line 3379) | function hasDispatches(event) { function listenerAtPhase (line 3429) | function listenerAtPhase(id, event, propagationPhase) { function accumulateDirectionalDispatches (line 3441) | function accumulateDirectionalDispatches(domID, upwards, event) { function accumulateTwoPhaseDispatchesSingle (line 3463) | function accumulateTwoPhaseDispatchesSingle(event) { function accumulateDispatches (line 3479) | function accumulateDispatches(id, ignoredDirection, event) { function accumulateDirectDispatchesSingle (line 3496) | function accumulateDirectDispatchesSingle(event) { function accumulateTwoPhaseDispatches (line 3502) | function accumulateTwoPhaseDispatches(events) { function accumulateEnterLeaveDispatches (line 3506) | function accumulateEnterLeaveDispatches(leave, enter, fromID, toID) { function accumulateDirectDispatches (line 3517) | function accumulateDirectDispatches(events) { function FallbackCompositionState (line 3617) | function FallbackCompositionState(root) { function _assertSingleLink (line 3911) | function _assertSingleLink(input) { function _assertValueLink (line 3918) | function _assertValueLink(input) { function _assertCheckedLink (line 3927) | function _assertCheckedLink(input) { function _handleLinkedValueChange (line 3940) | function _handleLinkedValueChange(e) { function _handleLinkedCheckChange (line 3948) | function _handleLinkedCheckChange(e) { function remove (line 4056) | function remove(event) { function assign (line 4165) | function assign(target, sources) { function getListeningForDocument (line 4474) | function getListeningForDocument(mountAt) { function ForEachBookKeeping (line 4854) | function ForEachBookKeeping(forEachFunction, forEachContext) { function forEachSingleChild (line 4860) | function forEachSingleChild(traverseContext, child, name, i) { function forEachChildren (line 4876) | function forEachChildren(children, forEachFunc, forEachContext) { function MapBookKeeping (line 4896) | function MapBookKeeping(mapResult, mapFunction, mapContext) { function mapSingleChildIntoContext (line 4903) | function mapSingleChildIntoContext(traverseContext, child, name, i) { function mapChildren (line 4939) | function mapChildren(children, func, context) { function forEachSingleChildDummy (line 4951) | function forEachSingleChildDummy(traverseContext, child, name, i) { function countChildren (line 4962) | function countChildren(children, context) { function validateTypeDef (line 5364) | function validateTypeDef(Constructor, typeDef, location) { function validateMethodOverride (line 5381) | function validateMethodOverride(proto, name) { function mixSpecIntoComponent (line 5415) | function mixSpecIntoComponent(Constructor, spec) { function mixStaticSpecIntoComponent (line 5516) | function mixStaticSpecIntoComponent(Constructor, statics) { function mergeIntoWithNoDuplicateKeys (line 5555) | function mergeIntoWithNoDuplicateKeys(one, two) { function createMergedResultFunction (line 5586) | function createMergedResultFunction(one, two) { function createChainedFunction (line 5610) | function createChainedFunction(one, two) { function bindAutoBindMethod (line 5624) | function bindAutoBindMethod(component, method) { function bindAutoBindMethods (line 5670) | function bindAutoBindMethods(component) { function ReactComponent (line 5940) | function ReactComponent(props, context) { function getDeclarationErrorAddendum (line 6192) | function getDeclarationErrorAddendum(component) { function createDOMFactory (line 7182) | function createDOMFactory(tag) { function assertValidProps (line 7449) | function assertValidProps(props) { function putListener (line 7488) | function putListener(id, registrationName, listener, transaction) { function validateDangerousTag (line 7541) | function validateDangerousTag(tag) { function ReactDOMComponent (line 7562) | function ReactDOMComponent(tag) { function forceUpdateIfMounted (line 8236) | function forceUpdateIfMounted() { function updateOptionsIfPendingUpdateAndMounted (line 8456) | function updateOptionsIfPendingUpdateAndMounted() { function selectValueType (line 8471) | function selectValueType(props, propName, componentName) { function updateOptions (line 8497) | function updateOptions(component, propValue) { function isCollapsed (line 8633) | function isCollapsed(anchorNode, anchorOffset, focusNode, focusOffset) { function getIEOffsets (line 8651) | function getIEOffsets(node) { function getModernOffsets (line 8674) | function getModernOffsets(node) { function setIEOffsets (line 8730) | function setIEOffsets(node, offsets) { function setModernOffsets (line 8764) | function setModernOffsets(node, offsets) { function forceUpdateIfMounted (line 8968) | function forceUpdateIfMounted() { function ReactDefaultBatchingStrategyTransaction (line 9111) | function ReactDefaultBatchingStrategyTransaction() { function autoGenerateWrapperClass (line 9201) | function autoGenerateWrapperClass(type) { function inject (line 9217) | function inject() { function roundFloat (line 9329) | function roundFloat(val) { function addValue (line 9333) | function addValue(obj, key, val) { function getTotalTime (line 9602) | function getTotalTime(measurements) { function getDOMSummary (line 9615) | function getDOMSummary(measurements) { function getExclusiveSummary (line 9634) | function getExclusiveSummary(measurements) { function getInclusiveSummary (line 9686) | function getInclusiveSummary(measurements, onlyClean) { function getUnchangedComponents (line 9745) | function getUnchangedComponents(measurement) { function defineWarningProperty (line 9811) | function defineWarningProperty(object, key) { function defineMutationMembrane (line 9848) | function defineMutationMembrane(prototype) { function getDeclarationErrorAddendum (line 10117) | function getDeclarationErrorAddendum() { function getName (line 10144) | function getName(instance) { function getCurrentOwnerDisplayName (line 10162) | function getCurrentOwnerDisplayName() { function validateExplicitKey (line 10179) | function validateExplicitKey(element, parentType) { function validatePropertyKey (line 10201) | function validatePropertyKey(name, element, parentType) { function warnAndMonitorForKeyUse (line 10220) | function warnAndMonitorForKeyUse(message, element, parentType) { function validateChildKeys (line 10269) | function validateChildKeys(node, parentType) { function checkPropTypes (line 10313) | function checkPropTypes(componentName, propTypes, props, location) { function warnForPropsMutation (line 10355) | function warnForPropsMutation(propName, element) { function is (line 10388) | function is(a, b) { function checkAndWarnForMutatedProps (line 10408) | function checkAndWarnForMutatedProps(element) { function validatePropTypes (line 10437) | function validatePropTypes(element) { function registerNullComponentID (line 10613) | function registerNullComponentID(id) { function deregisterNullComponentID (line 10621) | function deregisterNullComponentID(id) { function isNullComponentID (line 10629) | function isNullComponentID(id) { function runEventQueueInBatch (line 10689) | function runEventQueueInBatch(events) { function findParent (line 10756) | function findParent(node) { function TopLevelCallbackBookKeeping (line 10768) | function TopLevelCallbackBookKeeping(topLevelType, nativeEvent) { function handleTopLevelImpl (line 10785) | function handleTopLevelImpl(bookKeeping) { function scrollValueMonitor (line 10812) | function scrollValueMonitor(cb) { function isInDocument (line 11151) | function isInDocument(node) { function getReactRootIDString (line 11300) | function getReactRootIDString(index) { function isBoundary (line 11312) | function isBoundary(id, index) { function isValidID (line 11323) | function isValidID(id) { function isAncestorIDOf (line 11337) | function isAncestorIDOf(ancestorID, descendantID) { function getParentID (line 11351) | function getParentID(id) { function getNextDescendantID (line 11364) | function getNextDescendantID(ancestorID, destinationID) { function getFirstCommonAncestorID (line 11404) | function getFirstCommonAncestorID(oneID, twoID) { function traverseParentPath (line 11441) | function traverseParentPath(start, stop, cb, arg, skipFirst, skipLast) { function firstDifferenceIndex (line 11799) | function firstDifferenceIndex(string1, string2) { function getReactRootID (line 11813) | function getReactRootID(container) { function getID (line 11828) | function getID(node) { function internalGetID (line 11850) | function internalGetID(node) { function setID (line 11863) | function setID(node, id) { function getNode (line 11879) | function getNode(id) { function getNodeFromInstance (line 11893) | function getNodeFromInstance(instance) { function isValid (line 11914) | function isValid(node, id) { function purgeID (line 11936) | function purgeID(id) { function findDeepestCachedAncestorImpl (line 11941) | function findDeepestCachedAncestorImpl(ancestorID) { function findDeepestCachedAncestor (line 11955) | function findDeepestCachedAncestor(targetID) { function mountComponentIntoNode (line 11976) | function mountComponentIntoNode( function batchedMountComponentIntoNode (line 11997) | function batchedMountComponentIntoNode( function enqueueMarkup (line 12679) | function enqueueMarkup(parentID, markup, toIndex) { function enqueueMove (line 12700) | function enqueueMove(parentID, fromIndex, toIndex) { function enqueueRemove (line 12720) | function enqueueRemove(parentID, fromIndex) { function enqueueTextContent (line 12740) | function enqueueTextContent(parentID, textContent) { function processQueue (line 12758) | function processQueue() { function clearQueue (line 12773) | function clearQueue() { function getComponentClassForElement (line 13138) | function getComponentClassForElement(element) { function createInternalComponent (line 13156) | function createInternalComponent(element) { function createInstanceForText (line 13169) | function createInstanceForText(text) { function isTextComponent (line 13177) | function isTextComponent(component) { function _noMeasure (line 13397) | function _noMeasure(objName, fnName, func) { function createChainableTypeChecker (line 13544) | function createChainableTypeChecker(validate) { function createPrimitiveTypeChecker (line 13567) | function createPrimitiveTypeChecker(expectedType) { function createAnyTypeChecker (line 13588) | function createAnyTypeChecker() { function createArrayOfTypeChecker (line 13592) | function createArrayOfTypeChecker(typeChecker) { function createElementTypeChecker (line 13614) | function createElementTypeChecker() { function createInstanceTypeChecker (line 13628) | function createInstanceTypeChecker(expectedClass) { function createEnumTypeChecker (line 13643) | function createEnumTypeChecker(expectedValues) { function createObjectOfTypeChecker (line 13662) | function createObjectOfTypeChecker(typeChecker) { function createUnionTypeChecker (line 13686) | function createUnionTypeChecker(arrayOfTypeCheckers) { function createNodeChecker (line 13704) | function createNodeChecker() { function createShapeTypeChecker (line 13718) | function createShapeTypeChecker(shapeTypes) { function isNode (line 13744) | function isNode(propValue) { function getPropType (line 13772) | function getPropType(propValue) { function getPreciseType (line 13788) | function getPreciseType(propValue) { function ReactPutListenerQueue (line 13821) | function ReactPutListenerQueue() { function ReactReconcileTransaction (line 13979) | function ReactReconcileTransaction() { function attachRefs (line 14055) | function attachRefs() { function attachRef (line 14174) | function attachRef(ref, component, owner) { function detachRef (line 14183) | function detachRef(ref, component, owner) { function renderToString (line 14286) | function renderToString(element) { function renderToStaticMarkup (line 14313) | function renderToStaticMarkup(element) { function ReactServerRenderingTransaction (line 14398) | function ReactServerRenderingTransaction(renderToStaticMarkup) { function enqueueUpdate (line 14475) | function enqueueUpdate(internalInstance) { function getInternalInstanceReadyForUpdate (line 14485) | function getInternalInstanceReadyForUpdate(publicInstance, callerName) { function ensureInjected (line 14779) | function ensureInjected() { function ReactUpdatesFlushTransaction (line 14817) | function ReactUpdatesFlushTransaction() { function batchedUpdates (line 14856) | function batchedUpdates(callback, a, b, c, d) { function mountOrderComparator (line 14868) | function mountOrderComparator(c1, c2) { function runBatchedUpdates (line 14872) | function runBatchedUpdates(transaction) { function enqueueUpdate (line 14946) | function enqueueUpdate(component) { function asap (line 14974) | function asap(callback, context) { function getSelection (line 15178) | function getSelection(node) { function constructSelectEvent (line 15210) | function constructSelectEvent(nativeEvent) { function SyntheticClipboardEvent (line 15809) | function SyntheticClipboardEvent(dispatchConfig, dispatchMarker, nativeE... function SyntheticCompositionEvent (line 15848) | function SyntheticCompositionEvent( function SyntheticDragEvent (line 15893) | function SyntheticDragEvent(dispatchConfig, dispatchMarker, nativeEvent) { function SyntheticEvent (line 15958) | function SyntheticEvent(dispatchConfig, dispatchMarker, nativeEvent) { function SyntheticFocusEvent (line 16098) | function SyntheticFocusEvent(dispatchConfig, dispatchMarker, nativeEvent) { function SyntheticInputEvent (line 16138) | function SyntheticInputEvent( function SyntheticKeyboardEvent (line 16231) | function SyntheticKeyboardEvent(dispatchConfig, dispatchMarker, nativeEv... function SyntheticMouseEvent (line 16312) | function SyntheticMouseEvent(dispatchConfig, dispatchMarker, nativeEvent) { function SyntheticTouchEvent (line 16360) | function SyntheticTouchEvent(dispatchConfig, dispatchMarker, nativeEvent) { function SyntheticUIEvent (line 16422) | function SyntheticUIEvent(dispatchConfig, dispatchMarker, nativeEvent) { function SyntheticWheelEvent (line 16483) | function SyntheticWheelEvent(dispatchConfig, dispatchMarker, nativeEvent) { function accumulateInto (line 16789) | function accumulateInto(current, next) { function adler32 (line 16845) | function adler32(data) { function camelize (line 16881) | function camelize(string) { function camelizeStyleName (line 16925) | function camelizeStyleName(string) { function containsNode (line 16955) | function containsNode(outerNode, innerNode) { function hasArrayNature (line 17005) | function hasArrayNature(obj) { function createArrayFromMixed (line 17049) | function createArrayFromMixed(obj) { function createFullPageComponent (line 17093) | function createFullPageComponent(tag) { function getNodeName (line 17159) | function getNodeName(markup) { function createNodesFromMarkup (line 17174) | function createNodesFromMarkup(markup, handleScript) { function dangerousStyleValue (line 17237) | function dangerousStyleValue(name, value) { function makeEmptyFunction (line 17279) | function makeEmptyFunction(arg) { function emptyFunction (line 17290) | function emptyFunction() {} function escaper (line 17347) | function escaper(match) { function escapeTextContentForBrowser (line 17357) | function escapeTextContentForBrowser(text) { function findDOMNode (line 17392) | function findDOMNode(componentOrElement) { function flattenSingleChildIntoContext (line 17456) | function flattenSingleChildIntoContext(traverseContext, child, name) { function flattenChildren (line 17479) | function flattenChildren(children) { function focusNode (line 17507) | function focusNode(node) { function getActiveElement (line 17569) | function getActiveElement() /*?DOMElement*/ { function getEventCharCode (line 17604) | function getEventCharCode(nativeEvent) { function getEventKey (line 17705) | function getEventKey(nativeEvent) { function modifierStateGetter (line 17766) | function modifierStateGetter(keyArg) { function getEventModifierState (line 17777) | function getEventModifierState(nativeEvent) { function getEventTarget (line 17805) | function getEventTarget(nativeEvent) { function getIteratorFn (line 17847) | function getIteratorFn(maybeIterable) { function getMarkupWrap (line 17954) | function getMarkupWrap(nodeName) { function getLeafNode (line 17993) | function getLeafNode(node) { function getSiblingNode (line 18007) | function getSiblingNode(node) { function getNodeForCharacterOffset (line 18023) | function getNodeForCharacterOffset(root, offset) { function getReactRootElementInContainer (line 18069) | function getReactRootElementInContainer(container) { function getTextContentAccessor (line 18107) | function getTextContentAccessor() { function getUnboundedScrollPosition (line 18145) | function getUnboundedScrollPosition(scrollable) { function hyphenate (line 18187) | function hyphenate(string) { function hyphenateStyleName (line 18228) | function hyphenateStyleName(string) { function isInternalComponentType (line 18274) | function isInternalComponentType(type) { function instantiateReactComponent (line 18290) | function instantiateReactComponent(node, parentCompositeType) { function isEventSupported (line 18464) | function isEventSupported(eventNameSuffix, capture) { function isNode (line 18506) | function isNode(object) { function isTextInputElement (line 18551) | function isTextInputElement(elem) { function isTextNode (line 18578) | function isTextNode(object) { function mapObject (line 18711) | function mapObject(object, callback, context) { function memoizeStringOnly (line 18747) | function memoizeStringOnly(callback) { function onlyChild (line 18787) | function onlyChild(children) { function quoteAttributeValueForBrowser (line 18875) | function quoteAttributeValueForBrowser(value) { function shallowEqual (line 19033) | function shallowEqual(objA, objB) { function shouldUpdateReactComponent (line 19084) | function shouldUpdateReactComponent(prevElement, nextElement) { function toArray (line 19182) | function toArray(obj) { function userProvidedKeyEscaper (line 19268) | function userProvidedKeyEscaper(match) { function getComponentKey (line 19279) | function getComponentKey(component, index) { function escapeUserProvidedKey (line 19294) | function escapeUserProvidedKey(text) { function wrapUserProvidedKey (line 19308) | function wrapUserProvidedKey(key) { function traverseAllChildrenImpl (line 19321) | function traverseAllChildrenImpl( function traverseAllChildren (line 19469) | function traverseAllChildren(children, callback, traverseContext) { FILE: tests/MaterialColorUtilities.Tests/BlendTests.cs class BlendTests (line 3) | public sealed class BlendTests method Harmonize_Matches_MaterialColorUtilities_Vectors (line 11) | [Test] method HctHue_BlendsCorrectly (line 34) | [Test] FILE: tests/MaterialColorUtilities.Tests/ColorUtilsTests.cs class ColorUtilsTests (line 5) | public sealed class ColorUtilsTests method Range (line 7) | private static IEnumerable Range(double start, double stop, in... method RgbRange (line 22) | private static IReadOnlyList RgbRange() => Range(0.0, 255.0, 8).S... method FullRgbRange (line 24) | private static IReadOnlyList FullRgbRange() => Enumerable.Range(0... method Range_Integrity (line 26) | [Test] method ArgbFromRgb_KnownVectors (line 41) | [Test] method Y_To_Lstar_To_Y_RoundTrip (line 58) | [Test] method Lstar_To_Y_To_Lstar_RoundTrip (line 70) | [Test] method YFromLstar_Vectors (line 82) | [Test] method LstarFromY_Vectors (line 117) | [Test] method Y_Continuity (line 152) | [Test] method Rgb_To_Xyz_To_Rgb_Roundtrip (line 169) | [Test] method Rgb_To_Lab_To_Rgb_Roundtrip (line 191) | [Test] method Rgb_To_Lstar_To_Rgb (line 213) | [Test] method Rgb_To_Lstar_To_Y_Commutes (line 226) | [Test] method Lstar_To_Rgb_To_Y_Commutes (line 244) | [Test] method Linearize_Delinearize_RoundTrip (line 258) | [Test] method TestColors (line 270) | public static IEnumerable> TestColors() method ColorFromArgb_KnownColors (line 283) | [Test] method ArgbFromColor_KnownColors (line 296) | [Test] FILE: tests/MaterialColorUtilities.Tests/ContrastConstraintTests.cs class SchemeCorrectnessTests (line 3) | public sealed class SchemeCorrectnessTests type IConstraint (line 22) | private interface IConstraint method TestAgainst (line 24) | void TestAgainst(DynamicScheme scheme); class ContrastConstraint (line 27) | private sealed class ContrastConstraint : IConstraint method ContrastConstraint (line 35) | public ContrastConstraint(DynamicColor foreground, string foreground... method TestAgainst (line 46) | public void TestAgainst(DynamicScheme scheme) method FormatMessage (line 79) | private string FormatMessage(DynamicScheme scheme, double desired, d... class DeltaConstraint (line 85) | private sealed class DeltaConstraint : IConstraint method DeltaConstraint (line 94) | public DeltaConstraint(DynamicColor a, string aName, method TestAgainst (line 102) | public void TestAgainst(DynamicScheme scheme) class BackgroundConstraint (line 126) | private sealed class BackgroundConstraint : IConstraint method BackgroundConstraint (line 131) | public BackgroundConstraint(DynamicColor background, string name) method TestAgainst (line 136) | public void TestAgainst(DynamicScheme scheme) method BuildConstraints (line 148) | private List BuildConstraints() method SchemeFromVariant (line 324) | private static DynamicScheme SchemeFromVariant(Variant variant, Hct so... method Scheme_Correctness_All (line 335) | [Test] FILE: tests/MaterialColorUtilities.Tests/ContrastTests.cs class ContrastTests (line 3) | public sealed class ContrastTests method RatioOfTones_OutOfBounds_ReturnsMax (line 5) | [Test] method Lighter_ImpossibleRatio_ReturnsError (line 13) | [Test] method Lighter_ToneAboveBounds_ReturnsError (line 21) | [Test] method Lighter_ToneBelowBounds_ReturnsError (line 29) | [Test] method LighterUnsafe_ReturnsMaxToneOnFailure (line 37) | [Test] method Darker_ImpossibleRatio_ReturnsError (line 45) | [Test] method Darker_ToneAboveBounds_ReturnsError (line 53) | [Test] method Darker_ToneBelowBounds_ReturnsError (line 61) | [Test] method DarkerUnsafe_ReturnsMinToneOnFailure (line 69) | [Test] FILE: tests/MaterialColorUtilities.Tests/DislikeAnalyzerTests.cs class DislikeAnalyzerTests (line 3) | public class DislikeAnalyzerTests method MonkSkinToneScale_Colors_NotDisliked (line 5) | [Test] method Bile_Colors_AreDisliked (line 31) | [Test] method Bile_Colors_BecomeLikable_AfterFix (line 51) | [Test] method Tone67_NotDisliked_And_Unchanged (line 74) | [Test] FILE: tests/MaterialColorUtilities.Tests/DynamicSchemeTests.cs class DynamicSchemeTests (line 5) | public sealed class DynamicSchemeTests method ZeroLengthInput_NoRotation (line 7) | [Test] method OneLengthInput_NoRotation (line 19) | [Test] method InputLengthMismatch_Throws (line 31) | [Test] method OnBoundary_RotationApplied (line 44) | [Test] method RotationGreaterThan360_Wraps (line 56) | [Test] method CreateThemeFromColor (line 72) | [Test] FILE: tests/MaterialColorUtilities.Tests/HctTests.cs class HctTests (line 3) | public sealed class HctTests method Hct_Preserves_Original_Color_For_All_Opaque_ARGB (line 5) | [Test] method ColorIsOnBoundary (line 35) | private static bool ColorIsOnBoundary(int argb) => method Hct_Equality_Hash_Basics_ByArgb (line 40) | [Test] method Conversions_Are_Reflexive (line 54) | [Test] method Y_Midgray (line 67) | [Test] public async Task Y_Midgray() => await Assert.That(ColorUtils.Y... method Y_Black (line 68) | [Test] public async Task Y_Black() => await Assert.That(ColorUtils.Y... method Y_White (line 69) | [Test] public async Task Y_White() => await Assert.That(ColorUtils.Y... method Cam_Red (line 71) | [Test] method Cam_Green (line 84) | [Test] method Cam_Blue (line 97) | [Test] method Cam_Black (line 110) | [Test] method Cam_White (line 123) | [Test] method GamutMap_Red (line 136) | [Test] public async Task GamutMap_Red() => await AssertGamutMapIdent... method GamutMap_Green (line 137) | [Test] public async Task GamutMap_Green() => await AssertGamutMapIdent... method GamutMap_Blue (line 138) | [Test] public async Task GamutMap_Blue() => await AssertGamutMapIdent... method GamutMap_White (line 139) | [Test] public async Task GamutMap_White() => await AssertGamutMapIdent... method GamutMap_Midgray_ParityWithDart (line 141) | [Test] public async Task GamutMap_Midgray_ParityWithDart() => await As... method AssertGamutMapIdentity (line 143) | private static async Task AssertGamutMapIdentity(int colorToTest) method Hct_Returns_Sufficiently_Close_Color (line 150) | [Test] method Cam16_To_Xyz_NoArray (line 188) | [Test] method Cam16_To_Xyz_WithArray (line 202) | [Test] method ColorRelativity_Red (line 220) | [Test] method ColorRelativity_Green (line 232) | [Test] method ColorRelativity_Blue (line 244) | [Test] method ColorRelativity_White (line 256) | [Test] method ColorRelativity_MidGray (line 268) | [Test] method ColorRelativity_Black (line 280) | [Test] FILE: tests/MaterialColorUtilities.Tests/MaterialDynamicColorsTests.cs class MaterialDynamicColorsTests (line 3) | public sealed class MaterialDynamicColorsTests type Pair (line 15) | private sealed record Pair(string ForegroundName, string BackgroundName); method Values_Are_Correct_SpotChecks (line 17) | [Test] method Dynamic_Schemes_Respect_Contrast_Text_Surface_Pairs (line 66) | [Test] method Fixed_Colors_NonMonochrome_TonalSpot_Dark (line 166) | [Test] method Fixed_Colors_Light_Monochrome (line 192) | [Test] method Fixed_Colors_Dark_Monochrome (line 218) | [Test] FILE: tests/MaterialColorUtilities.Tests/MathUtilsTests.cs class MathUtilsTests (line 3) | public sealed class MathUtilsTests method ReferenceRotationDirection (line 5) | private static double ReferenceRotationDirection(double from, double to) method RotationDirection_Behaves_Correctly (line 27) | [Test] FILE: tests/MaterialColorUtilities.Tests/QuantizerCelebiTests.cs class QuantizerCelebiTests (line 3) | public sealed class QuantizerCelebiTests method OneRed (line 10) | [Test] method OneGreen (line 21) | [Test] method OneBlue (line 32) | [Test] method FiveBlue (line 43) | [Test] method OneRedOneGreenOneBlue (line 56) | [Test] method TwoRedThreeGreen (line 79) | [Test] FILE: tests/MaterialColorUtilities.Tests/QuantizerWsMeansTests.cs class QuantizerWsMeansTests (line 3) | public sealed class QuantizerWsMeansTests method OneRandomColor (line 13) | [Test] method OneRed_Presence (line 24) | [Test] method OneRed_Exact (line 34) | [Test] method OneGreen (line 45) | [Test] method OneBlue (line 56) | [Test] method FiveBlue (line 67) | [Test] FILE: tests/MaterialColorUtilities.Tests/QuantizerWuTests.cs class QuantizerWuTests (line 3) | public sealed class QuantizerWuTests method OneRed_Presence (line 10) | [Test] method OneRandom (line 21) | [Test] method OneRed_Exact (line 34) | [Test] method OneGreen (line 46) | [Test] method OneBlue (line 58) | [Test] method FiveBlue (line 70) | [Test] method TwoRed_ThreeGreen (line 83) | [Test] method OneRed_OneGreen_OneBlue (line 102) | [Test] FILE: tests/MaterialColorUtilities.Tests/SchemeMonochromeTests.cs class SchemeMonochromeTests (line 3) | public sealed class SchemeMonochromeTests method DarkTheme_MonochromeSpec (line 7) | [Test] method LightTheme_MonochromeSpec (line 34) | [Test] FILE: tests/MaterialColorUtilities.Tests/ScoreTests.cs class ScoreTests (line 3) | public sealed class ScoreTests method Prioritizes_Chroma (line 9) | [Test] method Prioritizes_Chroma_When_Proportions_Equal (line 26) | [Test] method Generates_GoogleBlue_When_No_Colors_Available (line 45) | [Test] method Dedupes_Nearby_Hues (line 60) | [Test] method Maximizes_Hue_Distance (line 76) | [Test] method Generated_Scenario_One (line 94) | [Test] method Generated_Scenario_Two (line 117) | [Test] method Generated_Scenario_Three (line 141) | [Test] method Generated_Scenario_Four (line 165) | [Test] method Generated_Scenario_Five (line 189) | [Test] method Generated_Scenario_Six (line 214) | [Test] method Generated_Scenario_Seven (line 238) | [Test] method Generated_Scenario_Eight (line 262) | [Test] method Generated_Scenario_Nine (line 284) | [Test] method Generated_Scenario_Ten (line 309) | [Test] FILE: tests/MaterialColorUtilities.Tests/TemperatureCacheTests.cs class TemperatureCacheTests (line 3) | public sealed class TemperatureCacheTests method Raw_Temperature (line 5) | [Test] method Relative_Temperature (line 22) | [Test] method Complement (line 45) | [Test] method Analogous (line 62) | [Test] FILE: tests/MaterialColorUtilities.Tests/TonalPaletteTests.cs class TonalPaletteTests (line 3) | public sealed class TonalPaletteTests method BuildArgbList (line 7) | private static int[] BuildArgbList(TonalPalette p) => CommonTones.Sele... method FromHueAndChroma_Tones_Of_Blue (line 9) | [Test] method FromHueAndChroma_AsList_CommonTones (line 34) | [Test] method FromHueAndChroma_Equivalence_By_Tones (line 66) | [Test] method KeyColor_Exact_Chroma (line 90) | [Test] method KeyColor_Unusually_High_Chroma (line 103) | [Test] method KeyColor_Unusually_Low_Chroma (line 117) | [Test] FILE: tests/MaterialDesignColors.Wpf.Tests/ColorAssistTests.cs class ColorAssistTests (line 6) | public class ColorAssistTests method EnsureContrastRatio_AdjustsColor (line 8) | [Test] FILE: tests/MaterialDesignColors.Wpf.Tests/ResourceProviderFixture.cs class ResourceProviderFixture (line 3) | public class ResourceProviderFixture method ExcludesBlack (line 5) | [Test] method IncludesGrey (line 16) | [Test] method BrownHasNoSecondary (line 27) | [Test] method BrownHasPrimaries (line 39) | [Test] method IndigoHasSecondaries (line 51) | [Test] FILE: tests/MaterialDesignThemes.UITests/AllStyles.cs class AllStyles (line 5) | public class AllStyles : TestBase method LoadStyleInIsolation_CanBeLoaded (line 7) | [Test] FILE: tests/MaterialDesignThemes.UITests/MaterialDesignSpec.cs class MaterialDesignSpec (line 6) | public static class MaterialDesignSpec method AssertContrastRatio (line 20) | public static async Task AssertContrastRatio(Color foreground, Color b... FILE: tests/MaterialDesignThemes.UITests/Samples/AutoSuggestBoxes/AutoSuggestTextBoxWithCollectionView.xaml.cs class AutoSuggestTextBoxWithCollectionView (line 11) | public partial class AutoSuggestTextBoxWithCollectionView method AutoSuggestTextBoxWithCollectionView (line 13) | public AutoSuggestTextBoxWithCollectionView() class AutoSuggestTextBoxWithCollectionViewViewModel (line 20) | public partial class AutoSuggestTextBoxWithCollectionViewViewModel : Obs... method OnAutoSuggestTextChanged (line 32) | partial void OnAutoSuggestTextChanged(string? oldValue, string? newValue) method AutoSuggestTextBoxWithCollectionViewViewModel (line 45) | public AutoSuggestTextBoxWithCollectionViewViewModel() method IsMatch (line 58) | private static bool IsMatch(string item, string currentText) FILE: tests/MaterialDesignThemes.UITests/Samples/AutoSuggestBoxes/AutoSuggestTextBoxWithInteractiveTemplate.xaml.cs class AutoSuggestTextBoxWithInteractiveTemplate (line 9) | public partial class AutoSuggestTextBoxWithInteractiveTemplate : UserCon... method AutoSuggestTextBoxWithInteractiveTemplate (line 11) | public AutoSuggestTextBoxWithInteractiveTemplate() class AutoSuggestTextBoxWithInteractiveTemplateViewModel (line 18) | public partial class AutoSuggestTextBoxWithInteractiveTemplateViewModel ... method OnAutoSuggestTextChanged (line 28) | partial void OnAutoSuggestTextChanged(string? value) method AutoSuggestTextBoxWithInteractiveTemplateViewModel (line 41) | public AutoSuggestTextBoxWithInteractiveTemplateViewModel() method IsMatch (line 54) | private static bool IsMatch(string item, string currentText) class SuggestionThing2 (line 64) | public partial class SuggestionThing2(string name) : ObservableObject method IncrementCount (line 71) | [RelayCommand] FILE: tests/MaterialDesignThemes.UITests/Samples/AutoSuggestBoxes/AutoSuggestTextBoxWithTemplate.xaml.cs class AutoSuggestTextBoxWithTemplate (line 10) | public partial class AutoSuggestTextBoxWithTemplate method AutoSuggestTextBoxWithTemplate (line 12) | public AutoSuggestTextBoxWithTemplate() class AutoSuggestTextBoxWithTemplateViewModel (line 19) | public partial class AutoSuggestTextBoxWithTemplateViewModel : Observabl... method OnAutoSuggestTextChanged (line 29) | partial void OnAutoSuggestTextChanged(string? oldValue, string? newValue) method AutoSuggestTextBoxWithTemplateViewModel (line 42) | public AutoSuggestTextBoxWithTemplateViewModel() method IsMatch (line 55) | private static bool IsMatch(string item, string currentText) class SuggestionThing (line 65) | public class SuggestionThing(string name) FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/ClosingEventCounter.xaml.cs class ClosingEventCounter (line 6) | public partial class ClosingEventCounter : UserControl method ClosingEventCounter (line 8) | public ClosingEventCounter() method DialogHost_DialogClosing (line 12) | private void DialogHost_DialogClosing(object sender, Wpf.DialogClosing... FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/ClosingEventViewModel.cs class ClosingEventViewModel (line 6) | public partial class ClosingEventViewModel : ObservableObject method OpenDialog (line 11) | [RelayCommand] method CloseDialog (line 15) | [RelayCommand] FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/LoadAndUnloadControl.xaml.cs class LoadAndUnloadControl (line 6) | public partial class LoadAndUnloadControl method LoadAndUnloadControl (line 8) | public LoadAndUnloadControl() method LoadDialogHost_Click (line 13) | private void LoadDialogHost_Click(object sender, RoutedEventArgs e) method UnloadDialogHost_Click (line 18) | private void UnloadDialogHost_Click(object sender, RoutedEventArgs e) method ToggleIsOpen_Click (line 23) | private void ToggleIsOpen_Click(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/RestoreFocus.xaml.cs class RestoreFocus (line 3) | public partial class RestoreFocus : UserControl method RestoreFocus (line 5) | public RestoreFocus() method NavigateHomeButton_OnClick (line 10) | private void NavigateHomeButton_OnClick(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/RestoreFocusDisabled.xaml.cs class RestoreFocusDisabled (line 3) | public partial class RestoreFocusDisabled : UserControl method RestoreFocusDisabled (line 5) | public RestoreFocusDisabled() method NavigateHomeButton_OnClick (line 10) | private void NavigateHomeButton_OnClick(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/WithComboBox.xaml.cs class WithComboBox (line 6) | public partial class WithComboBox : UserControl method WithComboBox (line 8) | public WithComboBox() method DialogHost_Loaded (line 13) | private void DialogHost_Loaded(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/Samples/DialogHost/WithCounter.xaml.cs class WithCounter (line 6) | public partial class WithCounter : UserControl method WithCounter (line 8) | public WithCounter() method TestOverlayClick (line 16) | private void TestOverlayClick(object sender, RoutedEventArgs e) method SetClickText (line 22) | private void SetClickText() => ResultTextBlock.Text = $"Clicks: {NumCl... FILE: tests/MaterialDesignThemes.UITests/Samples/DrawerHost/CancellingDrawerHost.xaml.cs class CancellingDrawerHost (line 6) | public partial class CancellingDrawerHost : UserControl method CancellingDrawerHost (line 8) | public CancellingDrawerHost() method DrawerHost_DrawerClosing (line 11) | private void DrawerHost_DrawerClosing(object sender, Wpf.DrawerClosing... method CloseButtonAlt_Click (line 17) | private void CloseButtonAlt_Click(object sender, System.Windows.Routed... FILE: tests/MaterialDesignThemes.UITests/Samples/PasswordBox/BoundPasswordBox.xaml.cs class BoundPasswordBox (line 3) | public partial class BoundPasswordBox method BoundPasswordBox (line 33) | public BoundPasswordBox() FILE: tests/MaterialDesignThemes.UITests/Samples/PasswordBox/BoundPasswordBoxViewModel.cs class BoundPasswordBoxViewModel (line 5) | internal partial class BoundPasswordBoxViewModel : ObservableObject FILE: tests/MaterialDesignThemes.UITests/Samples/PasswordBox/BoundPasswordBoxWindow.xaml.cs class BoundPasswordBoxWindow (line 3) | public partial class BoundPasswordBoxWindow method BoundPasswordBoxWindow (line 5) | public BoundPasswordBoxWindow() => InitializeComponent(); method BoundPasswordBoxWindow_OnLoaded (line 7) | private void BoundPasswordBoxWindow_OnLoaded(object sender, RoutedEven... FILE: tests/MaterialDesignThemes.UITests/Samples/PopupBox/PopupBoxWithTemplateSelector.xaml.cs class PopupBoxWithTemplateSelector (line 7) | public partial class PopupBoxWithTemplateSelector : UserControl method PopupBoxWithTemplateSelector (line 10) | public PopupBoxWithTemplateSelector() method Button_Click (line 16) | private void Button_Click(object sender, RoutedEventArgs e) class ColorTemplateSelector (line 22) | public class ColorTemplateSelector : DataTemplateSelector method SelectTemplate (line 27) | public override DataTemplate? SelectTemplate(object? item, DependencyO... FILE: tests/MaterialDesignThemes.UITests/Samples/SplitButton/SplitButtonWithCommandBinding.xaml.cs class SplitButtonWithCommandBinding (line 9) | public partial class SplitButtonWithCommandBinding method SplitButtonWithCommandBinding (line 21) | public SplitButtonWithCommandBinding() class SplitButtonWithCommandBindingViewModel (line 28) | public partial class SplitButtonWithCommandBindingViewModel : Observable... method LeftSideButtonClicked (line 36) | [RelayCommand(CanExecute = nameof(CommandCanExecute))] FILE: tests/MaterialDesignThemes.UITests/Samples/SplitButton/SplitButtonWithCommandBindingWindow.xaml.cs class SplitButtonWithCommandBindingWindow (line 6) | public partial class SplitButtonWithCommandBindingWindow method SplitButtonWithCommandBindingWindow (line 8) | public SplitButtonWithCommandBindingWindow() FILE: tests/MaterialDesignThemes.UITests/Samples/Theme/ColorAdjustWindow.xaml.cs class ColorAdjustWindow (line 6) | public partial class ColorAdjustWindow : Window method ColorAdjustWindow (line 8) | public ColorAdjustWindow() => InitializeComponent(); method ChangeThemeClick (line 10) | private void ChangeThemeClick(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/Samples/UpDownControls/BoundNumericUpDown.xaml.cs class BoundNumericUpDown (line 6) | public partial class BoundNumericUpDown : UserControl method BoundNumericUpDown (line 8) | public BoundNumericUpDown() FILE: tests/MaterialDesignThemes.UITests/Samples/UpDownControls/BoundNumericUpDownViewModel.cs class BoundNumericUpDownViewModel (line 6) | public partial class BoundNumericUpDownViewModel : ObservableObject FILE: tests/MaterialDesignThemes.UITests/Samples/Validation/ValidationUpdates.xaml.cs class ValidationUpdates (line 12) | public partial class ValidationUpdates method ValidationUpdates (line 14) | public ValidationUpdates() class ValidationUpdatesViewModel (line 21) | public partial class ValidationUpdatesViewModel : ObservableObject, INot... method GetErrors (line 32) | public IEnumerable GetErrors(string? propertyName) method CauseErrors (line 44) | [RelayCommand] FILE: tests/MaterialDesignThemes.UITests/TUnit/IsCloseToExtensions.cs class IsCloseToExtensions (line 9) | public static class IsCloseToExtensions method IsCloseTo (line 11) | public static IsCloseToWrapper IsCloseTo(this IValueSource IsCloseTo(this IValueSource(InvokableAssertionBuilder $"to be within {toleranc... method GetResult (line 38) | protected override ValueTask GetResult( FILE: tests/MaterialDesignThemes.UITests/TestBase.cs type SingleParallelLimit (line 24) | public record SingleParallelLimit : IParallelLimit class TestBase (line 29) | public abstract class TestBase() method GetThemeColor (line 37) | protected async Task GetThemeColor(string name) method LoadXaml (line 43) | protected async Task> LoadXaml(string xaml, param... method LoadUserControl (line 49) | protected Task LoadUserControl() method LoadUserControl (line 53) | protected async Task LoadUserControl(Type userControlT... method InitializeAsync (line 59) | [Before(Test)] method DisposeAsync (line 70) | [After(Test)] FILE: tests/MaterialDesignThemes.UITests/WPF/AutoSuggestBoxes/AutoSuggestTextBoxTests.cs class AutoSuggestBoxTests (line 7) | public class AutoSuggestBoxTests : TestBase method AutoSuggestBoxTests (line 9) | public AutoSuggestBoxTests() method CanFilterItems_WithSuggestionsAndDisplayMember_FiltersSuggestions (line 14) | [Test] method CanChoiceItem_FromTheSuggestions_AssertTheTextUpdated (line 45) | [Test] method CanFilterItems_WithCollectionView_FiltersSuggestions (line 92) | [Test] method AutoSuggestBox_MovesFocusToNextElement_WhenPopupIsClosed (line 124) | [Test] method AutoSuggestBox_KeysUpAndDown_WrapAround (line 160) | [Test] method AutoSuggestBox_SelectingAnItem_SetsSelectedItem (line 203) | [Test] method AutoSuggestBox_ClickingButtonInInteractiveItemTemplate_DoesNotSelectOrClosePopup (line 235) | [Test] method AutoSuggestBox_ClickingButtonForcingNonInteractive_SelectsItemAndClosesPopup (line 273) | [Test] method AutoSuggestBox_ClickingTextblockThatIsInteractive_DoesNotSelectOrClosePopup (line 306) | [Test] method AssertExists (line 343) | private static async Task AssertExists(IVisualElement suggest... FILE: tests/MaterialDesignThemes.UITests/WPF/Buttons/OutlineButtonTests.cs class OutlineButtonTests (line 5) | public class OutlineButtonTests : TestBase method OutlinedButton_UsesThemeColorForBorder (line 7) | [Test] method OutlinedButton_BorderCanBeOverridden (line 29) | [Test] method OutlinedButton_OnMouseOver_UsesThemeBrush (line 55) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/Buttons/RaisedButtonTests.cs class RaisedButtonTests (line 5) | public class RaisedButtonTests : TestBase method OnLoad_ThemeBrushesSet (line 7) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/Cards/ElevatedCardTests.cs class ElevatedCardTests (line 5) | public class ElevatedCardTests : TestBase method ElevatedCard_UniformCornerRadiusApplied_AppliesCornerRadiusOnBorder (line 8) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/Cards/OutlinedCardTests.cs class OutlinedCardTests (line 5) | public class OutlinedCardTests : TestBase method OutlinedCard_UsesThemeColorForBorder (line 7) | [Test] method OutlinedCard_UniformCornerRadiusApplied_AppliesCornerRadiusOnBorder (line 27) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/ColorPickerTests.cs class ColorPickerTests (line 6) | public class ColorPickerTests : TestBase method OnLostFocusIfSelectedTimeIsNull_DatePartWillBeToday (line 8) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/ColorZones/ColorZoneTests.cs class ColorZoneTests (line 6) | public class ColorZoneTests : TestBase method Mode_SetsThemeColors (line 8) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/ComboBoxes/ComboBoxTests.cs class ComboBoxTests (line 6) | public class ComboBoxTests : TestBase method OnComboBoxHelperTextFontSize_ChangesHelperTextFontSize (line 8) | [Test] method OnFilledComboBoxHelperTextFontSize_ChangesHelperTextFontSize (line 28) | [Test] method OnComboBox_WithClearButton_ClearsSelection (line 49) | [Test] method OnEditableComboBox_WithDefaultContextMenu_ShowsCutCopyPaste (line 88) | [Test] method OnEditableComboBox_ClickInTextArea_FocusesTextBox (line 121) | [Test] method ComboBox_WithHintAndHelperText_RespectsPadding (line 166) | [Test] method ComboBox_WithHintAndValidationError_RespectsPadding (line 207) | [Test] method ComboBox_WithHorizontalContentAlignment_RespectsAlignment (line 256) | [Test] method ComboBox_BorderShouldDependOnAppliedStyle (line 281) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/ContentControls/ContentControlTests.cs class ContentControlTests (line 6) | public class ContentControlTests : TestBase method ClearButton_InsideOfControlTemplate_CanStillClearContent (line 8) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/DatePickers/DatePickerTests.cs class DatePickerTests (line 9) | public class DatePickerTests : TestBase method OnDatePickerHelperTextFontSize_ChangesHelperTextFontSize (line 11) | [Test] method OnDatePicker_WithClearButton_ClearsSelectedDate (line 31) | [Test] method OnDatePicker_WithClearButton_ClearsSelectedUncommittedText (line 60) | [Test] method OutlinedDatePicker_RespectsActiveAndInactiveBorderThickness_WhenAttachedPropertiesAreSet (line 91) | [Test] method DatePicker_WithHintAndHelperText_RespectsPadding (line 146) | [Test] method DatePicker_WithHintAndValidationError_RespectsPadding (line 187) | [Test] method DatePicker_WithOutlinedStyleAndNoCustomHintBackgroundSet_ShouldApplyDefaultBackgroundWhenFloated (line 236) | [Test] method DatePicker_WithCustomHintBackgroundSet_ShouldApplyHintBackground (line 268) | [Test] method DatePicker_ShouldApplyIsMouseOverTriggers_WhenHoveringCalendarButton (line 303) | [Test] class FutureDateValidationRule (line 338) | public class FutureDateValidationRule : ValidationRule method Validate (line 340) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: tests/MaterialDesignThemes.UITests/WPF/DialogHosts/DialogHostTests.cs class DialogHostTests (line 10) | public class DialogHostTests : TestBase method DialogHostTests (line 12) | public DialogHostTests() method OnOpenDialog_OverlayCoversContent (line 17) | [Test] method ClosingDialogWithIsOpenProperty_ShouldRaiseDialogClosingEvent (line 62) | [Test] method FontSettingsShouldInheritIntoDialog (line 85) | [Test] method ContentBackground_SetsDialogBackground (line 133) | [Test] method DialogBackgroundShouldInheritThemeBackground (line 179) | [Test] method CornerRadius_AppliedToContentCoverBorder_WhenSetOnDialogHost (line 259) | [Test] method CornerRadius_AppliedToContentCoverBorder_WhenSetOnEmbeddedDialogHost (line 293) | [Test] method DialogHost_WithOpenDialog_ShowsPopupWhenLoaded (line 327) | [Test] method DialogHost_ChangesSelectedTabItem_DoesNotPerformTabChangeWhenRestoringFocus (line 364) | [Test] method DialogHost_ChangesSelectedRailItem_DoesNotPerformRailChangeWhenRestoringFocus (line 396) | [Test] method DialogHost_ChangesSelectedTabItem_DoesNotPerformTabChangeWhenRestoreFocusIsDisabled (line 428) | [Test] method DialogHost_ChangesSelectedRailItem_DoesNotPerformRailChangeWhenRestoreFocusIsDisabled (line 460) | [Test] method DialogHost_WithComboBox_CanSelectItem (line 492) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/DrawerHosts/DrawerHostTests.cs class DialogHostTests (line 8) | public class DialogHostTests : TestBase method DrawerHost_OpenAndClose_RaisesEvents (line 10) | [Test] method DrawerHost_CancelingClosingEvent_DrawerStaysOpen (line 87) | [Test] method DrawerHost_ShouldInvokeCustomContentTemplateSelector_WhenSetExplicitly (line 128) | [Test] class CustomContentTemplateSelector (line 183) | public class CustomContentTemplateSelector : DataTemplateSelector method SelectTemplate (line 187) | public override DataTemplate? SelectTemplate(object? item, DependencyO... FILE: tests/MaterialDesignThemes.UITests/WPF/Flippers/ClassicFlipperTests.cs class ClassicFlipperTests (line 5) | public class ClassicFlipperTests : TestBase method UniformCornerRadiusAndOutlinedCardStyleAttachedPropertiesApplied_AppliesCornerRadiusOnBorder (line 7) | [Test] method UniformCornerRadiusAndElevatedCardStyleAttachedPropertiesApplied_AppliesCornerRadiusOnBorder (line 29) | [Test] method ElevatedCardStyleApplied_AppliesDefaultElevation (line 53) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/ListBoxes/ListBoxTests.cs class ListBoxTests (line 6) | public class ListBoxTests : TestBase method OnMouseOver_BackgroundIsSet (line 8) | [Test] method OnClickChoiceChipListBox_ChangesSelectedItem (line 47) | [Test] method ScrollBarAssist_ButtonsVisibility_HidesButtonsOnMinimalistStyle (line 81) | [Test] method OnListBoxAssist_WithShowSelectDisabled_SelectionIsDisabled (line 123) | [Test] method OnToggle_ShouldGrabFocus (line 143) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/PasswordBoxes/PasswordBoxTests.cs class PasswordBoxTests (line 8) | public class PasswordBoxTests : TestBase method OnClearButtonShown_LayoutDoesNotChange (line 10) | [Test] method OnPasswordBoxHelperTextFontSize_ChangesHelperTextFontSize (line 34) | [Test] method OnPasswordBox_WithClearButton_ClearsPassword (line 53) | [Test] method RevealPasswordBox_WithBoundPasswordProperty_RespectsThreeWayBinding (line 83) | [Test] method PasswordBox_WithBoundPasswordProperty_RespectsBinding (line 134) | [Test] method PasswordBox_WithRevealStyle_RespectsMaxLength (line 166) | [Test] method PasswordBox_WithHintAndHelperText_RespectsPadding (line 188) | [Test] method PasswordBox_WithHintAndValidationError_RespectsPadding (line 240) | [Test] method PasswordBox_WithRevealedPassword_RespectsKeyboardTabNavigation (line 300) | [Test] method PasswordBox_WithRevealButtonIsTabStopSetToFalse_RespectsKeyboardTabNavigation (line 338) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/PopupBoxes/PopupBoxTests.cs class PopupBoxTests (line 7) | public class PopupBoxTests : TestBase method PopupBox_WithElevation_AppliesElevationToNestedCard (line 9) | [Test] method PopupBox_WithContentTemplateSelector_ChangesContent (line 36) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/SnackBars/SnackBarTests.cs class SnackBarTests (line 5) | public class SnackBarTests : TestBase method SnackBar_WithFontSizeAndWeight_AffectsDisplayedMessage (line 7) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/SplitButtons/SplitButtonTests.cs class SplitButtonTests (line 8) | public class SplitButtonTests : TestBase method SplitButton_ClickingSplitButton_ShowsPopup (line 10) | [Test] method SplitButton_RegisterForClick_RaisesEvent (line 37) | [Test] method SplitButton_WithButtonInPopup_CanBeInvoked (line 72) | [Test] method SplitButton_RegisterCommandBinding_InvokesCommand (line 109) | [Test] method SplitButton_CommandCanExecuteFalse_DisablesButton (line 132) | [Test] method SplitButton_ClickingPopupContent_DoesNotExecuteSplitButtonClick (line 154) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/TabControls/TabControlTests.cs class TabControlTests (line 8) | public class TabControlTests : TestBase method OnLoad_ThemeBrushesSet (line 10) | [Test] method TabItem_ShouldKeepDataContext_WhenContextMenuOpens (line 48) | [Description("Issue 2983")] method TabControl_ShouldRespectSelectedContentTemplate_WhenSetDirectlyOnTabItem (line 123) | [Test] method ScrollingTabs_WithMoreTabsThanScreenRealEstate_ShouldAddLeftAndRightMarginToHeaderPanel (line 157) | [Test] method ScrollingTabs_WithLessTabsThanScreenRealEstate_ShouldNotAddLeftAndRightMarginToHeaderPanel (line 191) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/TextBoxes/MaterialDesignTextBox.cs class MaterialDesignTextBox (line 3) | public static class MaterialDesignTextBox FILE: tests/MaterialDesignThemes.UITests/WPF/TextBoxes/TextBoxTests.cs class TextBoxTests (line 8) | public class TextBoxTests : TestBase method OnClearButtonShown_ControlHeightDoesNotChange (line 10) | [Test] method OnClearButtonWithHintShown_ControlHeightDoesNotChange (line 45) | [Test] method OnTextCleared_MultilineTextBox (line 84) | [Test] method OnTextBox_WithClearButton_ClearsText (line 116) | [Test] method OnTextBoxDisabled_FloatingHintBackgroundIsOpaque (line 147) | [Test] method OnTextBoxHelperTextFontSize_ChangesHelperTextFontSize (line 175) | [Test] method CharacterCount_WithMaxLengthSet_IsDisplayed (line 197) | [Test] method CharacterCount_WithoutMaxLengthSet_IsCollapsed (line 220) | [Test] method CharacterCount_WithMaxLengthSetAndCharacterCounterVisibilityCollapsed_IsNotDisplayed (line 237) | [Test] method HelperText_CanSetFontColorWithAttachedStyle (line 257) | [Test] method FloatingOffset_ValuesGetAppropriatelyApplied (line 282) | [Test] method ContextMenu_FollowsTextBoxFontFamily (line 304) | [Test] method ContextMenu_UsesInheritedFontFamily (line 326) | [Test] method VerticalContentAlignment_ProperlyAlignsText (line 355) | [Test] method OutlinedTextBox_ValidationErrorMargin_MatchesHelperTextMargin (line 380) | [Test] method FilledTextBox_ValidationErrorMargin_MatchesHelperTextMargin (line 417) | [Test] method TextBox_WithHintAndHelperText_RespectsPadding (line 455) | [Test] method TextBox_WithHintAndValidationError_RespectsPadding (line 496) | [Test] method TextBox_MultiLineAndFixedHeight_RespectsVerticalContentAlignment (line 545) | [Test] method ValidationErrorTemplate_WithChangingErrors_UpdatesValidation (line 573) | [Test] method TextBox_ClearButtonRemainsHidden_WhenInitiallyCollapsedAndMadeVisible (line 595) | [Test] class NotEmptyValidationRule (line 623) | public class NotEmptyValidationRule : ValidationRule method Validate (line 625) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: tests/MaterialDesignThemes.UITests/WPF/TextFieldDefaultHeightTests.cs class TextFieldDefaultHeightTests (line 3) | public class TextFieldDefaultHeightTests : TestBase method SameHeightWithDefaultStyle (line 7) | [Test] method SameHeightWithFloatingHintStyle (line 32) | [Test] method SameHeightWithFilledStyle (line 58) | [Test] method SameHeightWithOutlinedStyle (line 84) | [Test] method GetHeight (line 110) | private static async Task GetHeight(IVisualElement container, ... FILE: tests/MaterialDesignThemes.UITests/WPF/Theme/ColorAdjustTests.cs class ColorAdjustTests (line 8) | public class ColorAdjustTests : TestBase method PrimaryColors (line 10) | public static IEnumerable> PrimaryColors() method PrimaryColor_AdjustToTheme (line 17) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/Theme/ThemeTests.cs class ThemeTests (line 7) | public partial class ThemeTests : TestBase method WhenUsingBuiltInLightXamlThemeDictionary_AllBrushesApplied (line 9) | [Test] method WhenUsingBuiltInDarkXamlThemeDictionary_AllBrushesApplied (line 21) | [Test] method WhenUsingBuiltInThemeDictionary_AllBrushesApplied (line 33) | [Test] method WhenUsingCustomColorThemeDictionary_AllBrushesApplied (line 46) | [Test] method PrimaryColors (line 58) | private static PrimaryColor[] PrimaryColors() => Enum.GetValues Enum.GetValues GetResourceColor(string name) method Initialize (line 123) | protected async Task> Initialize(string them... FILE: tests/MaterialDesignThemes.UITests/WPF/Theme/ThemeTests.g.cs class ThemeTests (line 12) | partial class ThemeTests method GetXamlWrapPanel (line 14) | private partial string GetXamlWrapPanel() method AssertAllThemeBrushesSet (line 186) | private partial async Task AssertAllThemeBrushesSet(IVisualElement GetBrushResourceNames() method GetObsoleteBrushResourceNames (line 1014) | private static IEnumerable GetObsoleteBrushResourceNames() FILE: tests/MaterialDesignThemes.UITests/WPF/TimePickers/MaterialDesignTimePicker.cs class MaterialDesignTimePicker (line 3) | public static class MaterialDesignTimePicker method PickClock (line 5) | public static async Task PickClock(this IVisualElement timePicker, int... method ClickHour (line 15) | private static async Task ClickHour(this IVisualElement popup, ... method ClickMinute (line 18) | private static async Task ClickMinute(this IVisualElement popup... method ClickButton (line 21) | private static async Task ClickButton(this IVisualElement popup... FILE: tests/MaterialDesignThemes.UITests/WPF/TimePickers/TimePickerTests.cs class TimePickerTests (line 9) | public class TimePickerTests : TestBase method OnTextChangedIfSelectedTimeIsNonNull_DatePartDoesNotChange (line 11) | [Test] method OnLostFocusIfSelectedTimeIsNonNull_DatePartDoesNotChange (line 35) | [Test] method OnClockPickedIfSelectedTimeIsNonNull_DatePartDoesNotChange (line 62) | [Test] method OnTextChangedIfSelectedTimeIsNull_DatePartWillBeToday (line 84) | [Test] method OnLostFocusIfSelectedTimeIsNull_DatePartWillBeToday (line 106) | [Test] method OnClockPickedIfSelectedTimeIsNull_DatePartWillBeToday (line 131) | [Test] method AdjustToday (line 151) | private static DateTime AdjustToday(DateTime today, DateTime? adjustTo) method OnLostFocusIfTimeHasBeenChanged_TextWillBeFormatted (line 162) | [Test] method OnLostFocusIfTimeHasNotBeenChanged_TextWillBeFormatted (line 189) | [Test] method OnEnterKeyDownIfTimeHasNotBeenChanged_TextWillBeFormatted (line 217) | [Test] method OnEnterKeyDownIfTimeHasBeenChanged_TextWillBeFormatted (line 242) | [Test] method OnTimePickedIfTimeHasBeenChanged_TextWillBeFormatted (line 267) | [Test] method OnTimePickedIfTimeHasNotBeenChanged_TextWillBeFormatted (line 293) | [Test] method OnTimePickerHelperTextFontSize_ChangesHelperTextFontSize (line 319) | [Test] method OutlinedTimePicker_RespectsActiveAndInactiveBorderThickness_WhenAttachedPropertiesAreSet (line 339) | [Test] method TimePicker_WithHintAndHelperText_RespectsPadding (line 394) | [Test] method TimePicker_WithHintAndValidationError_RespectsPadding (line 435) | [Test] method TimePicker_WithClearButton_ClearButtonClearsSelectedTime (line 484) | [Test] method TimePicker_WithClearButton_ClearButtonClearsUncommittedText (line 511) | [Test] method TimePicker_WithOutlinedStyleAndNoCustomHintBackgroundSet_ShouldApplyDefaultBackgroundWhenFloated (line 544) | [Test] method TimePicker_WithCustomHintBackgroundSet_ShouldApplyHintBackground (line 576) | [Test] method TimePicker_ShouldApplyIsMouseOverTriggers_WhenHoveringTimeButton (line 611) | [Test] method TimePicker_MovesFocusToPrevious_WhenShiftAndTabIsPressed (line 645) | [Test] class OnlyTenOClockValidationRule (line 676) | public class OnlyTenOClockValidationRule : ValidationRule method Validate (line 678) | public override ValidationResult Validate(object value, CultureInfo cu... FILE: tests/MaterialDesignThemes.UITests/WPF/ToolBars/ToolBarTests.cs class ToolBarTests (line 6) | public class ToolBarTests : TestBase method ToolBar_OverflowGrid_RespectsOrientation (line 8) | [Description("Issue 2991")] FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TestableCollection.cs class TestableCollection (line 7) | public class TestableCollection : ObservableCollection method OnCollectionChanged (line 11) | protected override void OnCollectionChanged(NotifyCollectionChangedEve... method ReplaceAllItems (line 19) | public void ReplaceAllItems(params T[] newItems) FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TreeItem.cs class TreeItem (line 8) | [DebuggerDisplay("{Value} (Children: {Children.Count})")] method TreeItem (line 23) | public TreeItem(string value, TreeItem? parent) FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TreeListViewDataBinding.xaml.cs class TreeListViewDataBinding (line 8) | public partial class TreeListViewDataBinding method TreeListViewDataBinding (line 13) | public TreeListViewDataBinding() method Add_OnClick (line 21) | public void Add_OnClick(object sender, EventArgs e) => AddItem(); method AddWithChildren_OnClick (line 22) | public void AddWithChildren_OnClick(object sender, EventArgs e) => Add... method AddItem (line 24) | private void AddItem() method AddItemWithChildren (line 36) | private void AddItemWithChildren() method Remove_OnClick (line 48) | public void Remove_OnClick(object sender, EventArgs e) method RemoveItem (line 56) | private static void RemoveItem(IList items, TreeItem toRemove) method Replace_OnClick (line 65) | private void Replace_OnClick(object sender, RoutedEventArgs e) method MoveDown_OnClick (line 82) | private void MoveDown_OnClick(object sender, RoutedEventArgs e) method MoveUp_OnClick (line 105) | private void MoveUp_OnClick(object sender, RoutedEventArgs e) method Reset_OnClick (line 128) | private void Reset_OnClick(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TreeListViewExtensions.cs class TreeListViewExtensions (line 3) | public static class TreeListViewExtensions method LeftClickExpander (line 5) | public static async Task LeftClickExpander(this IVisualElement GetContentText(this IVisualElement AddItem(); method AddItem (line 23) | private void AddItem() method Remove_OnClick (line 35) | public void Remove_OnClick(object sender, EventArgs e) method RemoveItem (line 43) | private void RemoveItem(IList items, TreeItem toRemove) method Replace_OnClick (line 55) | private void Replace_OnClick(object sender, RoutedEventArgs e) method MoveDown_OnClick (line 72) | private void MoveDown_OnClick(object sender, RoutedEventArgs e) method MoveUp_OnClick (line 95) | private void MoveUp_OnClick(object sender, RoutedEventArgs e) method Reset_OnClick (line 118) | private void Reset_OnClick(object sender, RoutedEventArgs e) FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TreeListViewTemplateSelector.xaml.cs class TreeListViewTemplateSelector (line 8) | public partial class TreeListViewTemplateSelector method TreeListViewTemplateSelector (line 13) | public TreeListViewTemplateSelector() class TypeTemplateSelector (line 34) | public class TypeTemplateSelector : DataTemplateSelector method SelectTemplate (line 39) | public override DataTemplate? SelectTemplate(object? item, DependencyO... FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TreeListViewTests.cs class TreeListViewTests (line 5) | public class TreeListViewTests : TestBase method GetTestControls (line 8) | public static IEnumerable> GetTestControls() method CanResetNestedElements (line 14) | [Test] method CanMoveNestedElementDown (line 48) | [Test] method CanMoveNestedElementUp (line 91) | [Test] method CanMoveNestedElementWithExpandedChildrenDown (line 134) | [Test] method CanMoveNestedElementWithExpandedChildrenUp (line 176) | [Test] method CanMoveTopLevelElementDown (line 223) | [Test] method CanMoveTopLevelElementUp (line 249) | [Test] method CanMoveTopLevelElementWithExpandedChildrenDown (line 275) | [Test] method CanMoveTopLevelElementWithExpandedChildrenUp (line 311) | [Test] method CanReplaceTopLevelElement (line 347) | [Test] method CanReplaceTopLevelElementWithExpandedChildren (line 373) | [Test] method CanReplaceNestedChildElement (line 401) | [Test] method CanReplaceNestedChildElementWithExpandedChildren (line 439) | [Test] method WithHierarchicalDataTemplate_CanRemoveTopLevelElement (line 493) | [Test] method WithHierarchicalDataTemplate_CanRemoveNestedElement (line 521) | [Test] method DoubleClickOnTreeListViewItem_TogglesExpansion (line 568) | [Test] method LeftAndRightArrowKeys_CollapseAndExpand (line 604) | [Test] method AddingChildrenToItemWithAlreadyExpandedChildren_InsertsNewChildAtCorrectIndex (line 649) | [Test] method RemovingChildrenFromItemWithAlreadyExpandedChildren_ShouldDeleteSelectedChild (line 685) | [Test] method MovingChildItemAfterHavingMovedRootLevelParentItem_ShouldMoveChild (line 737) | [Test] method MovingChildItemOfNestedItemAfterHavingMovedNestedItem_ShouldMoveChild (line 785) | [Test] method TopLevelItemWithNestedExpandedChild_MovesChildrenMaintainingExpansion (line 842) | [Test] method TopLevelItemWhichHasBeenExpandedAndCollapsed_MovesAndMaintainsCollapsedState (line 893) | [Test] method TreeListView_WithTemplateSelector_UsesSelectorTemplates (line 943) | [Test] method TreeListView_WithCollectionView_RendersItems (line 972) | [Test] method TreeListView_AddingExpandedItemWithChildren_ShowsExpandedItem (line 1001) | [Test] method AssertTreeItemContent (line 1023) | private static async Task AssertTreeItemContent(IVisualElement... FILE: tests/MaterialDesignThemes.UITests/WPF/TreeListViews/TreeListViewWithCollectionView.xaml.cs class TreeListViewWithCollectionView (line 10) | public partial class TreeListViewWithCollectionView : UserControl method TreeListViewWithCollectionView (line 16) | public TreeListViewWithCollectionView() FILE: tests/MaterialDesignThemes.UITests/WPF/TreeViews/TreeViewTests.cs class TreeViewTests (line 6) | public class TreeViewTests : TestBase method HasNoItemsExpanderVisibility_ChangesVisibilityOnExpander (line 8) | [Test] method HasNoItemsExpanderVisibility_SetOnTreeView_ChangesVisibilityOnExpanders (line 68) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/UpDownControls/DecimalUpDownTests.cs class DecimalUpDownTests (line 8) | public class DecimalUpDownTests: TestBase method NumericButtons_IncreaseAndDecreaseValue (line 10) | [Test] method NumericButtons_WithMaximum_DisablesPlusButton (line 54) | [Test] method NumericButtons_WithMinimum_DisablesMinusButton (line 87) | [Test] method MaxAndMinAssignments_CoerceValueToBeInRange (line 120) | [Test] method InternalTextBoxIsFocused_WhenGettingKeyboardFocus (line 144) | [Test] method IncreaseButtonClickWhenTextIsAboveMaximum_DoesNotIncreaseValue (line 174) | [Test] method LostFocusWhenTextIsInvalid_RevertsToOriginalValue (line 203) | [Test] FILE: tests/MaterialDesignThemes.UITests/WPF/UpDownControls/NumericUpDownTests.cs class NumericUpDownTests (line 9) | public class NumericUpDownTests : TestBase method NumericButtons_IncreaseAndDecreaseValue (line 11) | [Test] method NumericButtons_WithMaximum_DisablesPlusButton (line 43) | [Test] method NumericButtons_WithMinimum_DisablesMinusButton (line 76) | [Test] method MaxAndMinAssignments_CoerceValueToBeInRange (line 109) | [Test] method InternalTextBoxIsFocused_WhenGettingKeyboardFocus (line 133) | [Test] method NumericUpDown_ValueSetGreaterThanMaximum_CoercesToMaximum (line 163) | [Test] method NumericUpDown_WhenValueEqualsMinimum_DisableButtons (line 194) | [Test] method NumericUpDown_WhenBindingUpdateTriggerIsPropertyChanged_ItUpdatesBeforeLoosingFocus (line 222) | [Test] method NumericUpDown_WhenBindingUpdateTriggerIsLostFocus_ItDoesNotUpdateUntilItLoosesFocus (line 246) | [Test] FILE: tests/MaterialDesignThemes.UITests/XamlTestExtensions.cs method InitializeWithMaterialDesign (line 8) | public static async Task InitializeWithMaterialDesign(this IApp app, FILE: tests/MaterialDesignThemes.Wpf.Tests/AdornerExtensionsTests.cs class AdornerExtensionsTests (line 3) | [ClassDataSource(Shared = SharedType.PerClass)] method AdornerExtensionsTests (line 8) | public AdornerExtensionsTests(AdornerFixture fixture) method AddAdornerNullArgumentThrowsException (line 13) | [Test] method AddAdornerToElementWithoutAdornerLayerThrowsException (line 19) | [Test] class AdornerFixture (line 26) | public class AdornerFixture : IDisposable method AdornerFixture (line 29) | public AdornerFixture() method Dispose (line 34) | public void Dispose() FILE: tests/MaterialDesignThemes.Wpf.Tests/AllStyles.cs class AllStyles (line 5) | public class AllStyles : IEnumerable where T : FrameworkEle... method GetEnumerator (line 9) | public IEnumerator GetEnumerator() method GetEnumerator (line 15) | IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); FILE: tests/MaterialDesignThemes.Wpf.Tests/BundledThemeTests.cs class BundledThemeTests (line 5) | public class BundledThemeTests method WhenValueIsMissingThemeIsNotSet (line 7) | [Test, STAThreadExecutor] method WhenAllValuesAreSetThemeIsSet (line 31) | [Test, STAThreadExecutor] FILE: tests/MaterialDesignThemes.Wpf.Tests/ButtonProgressAssistTests.cs class ButtonProgressAssistTests (line 5) | [TestExecutor] method TestMinimumProperty (line 9) | [Test] method TestMaximumProperty (line 23) | [Test] method TestValueProperty (line 36) | [Test] method TestIsIndeterminateProperty (line 49) | [Test] method TestIndicatorForegroundProperty (line 62) | [Test] method TestIndicatorBackgroundProperty (line 75) | [Test] method TestIsIndicatorVisibleProperty (line 88) | [Test] method TestOpacityProperty (line 101) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/CalendarFormatInfoTests.cs class CalendarFormatInfoTests (line 5) | [NotInParallel(nameof(CalendarFormatInfo))] method TestFromCultureInfo (line 9) | [Test] method CanParseDayOfWeek (line 29) | [Test] method SettingYearPattern (line 59) | [Test] method SettingYearPatternOfMultipleCultures (line 72) | [Test] method SettingDayOfWeekStyle (line 84) | [Test] method SettingDayOfWeekStyleOfMultipleCultures (line 99) | [Test] method ResettingDayOfWeekStyle (line 112) | [Test] method ResettingDayOfWeekStyleOfMultipleCultures (line 123) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/CheckBoxAssistTests.cs class CheckBoxAssistTests (line 3) | [TestExecutor] method TestCheckBoxSizeProperty (line 6) | [Test, STAThreadExecutor] FILE: tests/MaterialDesignThemes.Wpf.Tests/ClockTests.cs class ClockTests (line 3) | [TestExecutor] method CanGenerateHoursButtons (line 6) | [Test] method CanGenerateHoursButtonsWith24Hours (line 20) | [Test] method CanGenerateMinuteButtons (line 35) | [Test] method CanGenerateSecondsButtons (line 48) | [Test] method TimeChangedEvent_WhenTimeChanges_EventIsRaised (line 61) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/ColorPickerTests.cs class ColorPickerTests (line 7) | [TestExecutor] method CreateElement (line 10) | public static ColorPicker CreateElement() method GetHueSlider (line 18) | public static Slider GetHueSlider(ColorPicker colorPicker) method GetSaturationBrightnessPicker (line 21) | public static Canvas GetSaturationBrightnessPicker(ColorPicker colorPi... method GetSaturationBrightnessPickerThumb (line 24) | public static Thumb GetSaturationBrightnessPickerThumb(ColorPicker col... method ColorPickerDefaultsToDefaultColor (line 27) | [Test] method SettingTheColorUpdatesTheControls (line 42) | [Test] method SettingTheColorRaisesColorChangedEvent (line 72) | [Test] method DraggingTheHueSliderChangesHue (line 106) | [Test] method DraggingTheThumbChangesSaturation (line 124) | [Test] method SetColor (line 146) | private static void SetColor(ColorPicker colorPicker, Color color) method DragThumb (line 153) | private static void DragThumb(Thumb thumb, double horizontalOffset = 0... FILE: tests/MaterialDesignThemes.Wpf.Tests/Converters/AutomationPropertiesNameConverterTests.cs class AutomationPropertiesNameConverterTests (line 10) | public sealed class AutomationPropertiesNameConverterTests method Convert_StringValue_ReturnsOriginalString (line 12) | [Test] method Convert_NullValue_ReturnsEmptyString (line 23) | [Test] method Convert_NonStringValue_ReturnsEmptyString (line 33) | [Test] method Convert_EmptyString_ReturnsEmptyString (line 44) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/Converters/BrushOpacityConverterTests.cs class BrushOpacityConverterTests (line 11) | public sealed class BrushOpacityConverterTests method AllCultureParseParameterCorrectly (line 13) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/Converters/DoubleToCornerRadiusConverterTests.cs class DoubleToCornerRadiusConverterTests (line 10) | public sealed class DoubleToCornerRadiusConverterTests method AllCultureParseParameterCorrectly (line 12) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/Converters/MathConverterTests.cs class MathConverterTests (line 7) | public sealed class MathConverterTests method EnumValues_AreAllHandled (line 9) | [Test] method NoneDoubleArguments_ShouldReturnDoNothing (line 22) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/Converters/MathMultipleConverterTests.cs class MathMultipleConverterTests (line 6) | public sealed class MathMultipleConverterTests method EnumValues_AreAllHandled (line 8) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/Converters/SliderToolTipConverterTests.cs class SliderToolTipConverterTests (line 9) | public sealed class SliderToolTipConverterTests method SliderConverterTest (line 11) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/CustomColorThemeTests.cs class CustomColorThemeTests (line 5) | public class CustomColorThemeTests method WhenValueIsMissingThemeIsNotSet (line 7) | [Test, STAThreadExecutor] method GetThemeValues (line 23) | public static IEnumerable<(BaseTheme?, Color?, Color?)> GetThemeValues() method WhenAllValuesAreSetThemeIsSet (line 36) | [Test, STAThreadExecutor] FILE: tests/MaterialDesignThemes.Wpf.Tests/DataGridAssistTests.cs class DataGridAssistTests (line 3) | [TestExecutor] method TestAutoGeneratedCheckBoxStyleProperty (line 7) | [Test] method TestAutoGeneratedEditingCheckBoxStyleProperty (line 21) | [Test] method TestAutoGeneratedTextStyleProperty (line 35) | [Test] method TestAutoGeneratedEditingTextStyleProperty (line 49) | [Test] method TestCellPaddingProperty (line 63) | [Test] method TestColumnHeaderPaddingProperty (line 78) | [Test] method TestEnableEditBoxAssistProperty (line 93) | [Test] method TestCornerRadiusProperty (line 106) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/DialogHostTests.cs class ControlHost (line 5) | public sealed class ControlHost(Action cleanup) : IDisposable method Dispose (line 13) | private void Dispose(bool disposing) method Dispose (line 26) | public void Dispose() class DialogHostTests (line 39) | [NotInParallel(nameof(DialogHost))] method CreateElement (line 43) | private static ControlHost CreateElement() method CanOpenAndCloseDialogWithIsOpen (line 52) | [Test] method CanOpenAndCloseDialogWithShowMethod (line 68) | [Test] method CanOpenDialogWithShowMethodAndCloseWithIsOpen (line 82) | [Test] method CanCloseDialogWithRoutedEvent (line 96) | [Test] method DialogHostExposesSessionAsProperty (line 114) | [Test] method CannotShowDialogWhileItIsAlreadyOpen (line 130) | [Test] method WhenNoDialogsAreOpenItThrows (line 147) | [Test] method WhenNoDialogsMatchIdentifierItThrows (line 160) | [Test] method WhenMultipleDialogHostsHaveTheSameIdentifierItThrows (line 172) | [Test] method WhenNoIdentifierIsSpecifiedItUsesSingleDialogHost (line 190) | [Test] method WhenContentIsNullItThrows (line 205) | [Test] method WhenContentIsUpdatedClosingEventHandlerIsInvoked (line 215) | [Test] method WhenCancellingClosingEventClosedEventHandlerIsNotInvoked (line 240) | [Test] method WhenDoubleClickAwayDialogCloses (line 270) | [Test] method WhenDialogHostIsUnloadedIsOpenRemainsTrue (line 299) | [Test] method WhenSettingIsOpenToFalseItReturnsClosingParameterToShow (line 311) | [Test] method WhenClosingDialogReturnValueCanBeSpecifiedInClosingEventHandler (line 327) | [Test] method WhenClosingDialogReturnValueCanBeSpecifiedInClosedEventHandler (line 346) | [Test] method WhenClosingDialogItThrowsWhenNoInstancesLoaded (line 363) | [Test] method WhenClosingDialogWithInvalidIdentifierItThrowsWhenNoMatchingInstances (line 375) | [Test] method WhenClosingDialogWithMultipleDialogHostsItThrowsTooManyMatchingInstances (line 386) | [Test] method WhenClosingDialogThatIsNotOpenItThrowsDialogNotOpen (line 407) | [Test] method WhenClosingDialogWithParameterItPassesParameterToHandlers (line 416) | [Test] method WhenOpenDialogsAreOpenIsExist (line 446) | [Test] method WhenOnlySingleDialogHostIdentifierIsNullItShowsDialog (line 464) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/DrawerHostTests.cs class DrawerHostTests (line 5) | [TestExecutor] method CreateDrawerHost (line 8) | public static DrawerHost CreateDrawerHost() method WhenOpenedDrawerOpenedEventIsRaised (line 16) | [Test] method WhenClosingDrawerClosingEventIsRaised (line 37) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/EnumDataAttribute.cs class EnumDataAttribute (line 3) | public class EnumDataAttribute : MatrixAttribute method EnumDataAttribute (line 6) | public EnumDataAttribute() FILE: tests/MaterialDesignThemes.Wpf.Tests/FlipperAssistTests.cs class FlipperAssistTests (line 3) | [TestExecutor] method CardStyle_CardStyleNotSet_AttachedPropertyNotSet (line 6) | [Test] method CardStyle_StyleWithWrongTargetType_AttachedPropertyNotSet (line 14) | [Test] method CardStyle_StyleWithCorrectTargetType_AttachedPropertySet (line 29) | [Test] method CardStyle_StyleWithDerivedCardTargetType_AttachedPropertySet (line 44) | [Test] class DerivedCard (line 59) | internal class DerivedCard : Card { } FILE: tests/MaterialDesignThemes.Wpf.Tests/Internal/TreeListViewItemsCollectionTests.cs class TreeListViewItemsCollectionTests (line 8) | public class TreeListViewItemsCollectionTests method Constructor_AcceptsNull (line 10) | [Test] method Constructor_AcceptsObject (line 18) | [Test] method Constructor_AcceptsIEnumerable (line 26) | [Test] method WhenWrappedObjectImplementsIncc_ItHandlesAdditions (line 35) | [Test] method WhenWrappedObjectImplementsIncc_ItHandlesRemovals (line 50) | [Test] method WhenWrappedObjectImplementsIncc_ItHandlesReplacements (line 65) | [Test] method WhenWrappedObjectImplementsIncc_ItHandlesReset (line 95) | [Test] method WhenWrappedObjectImplementsIncc_ItHandlesMoves (line 110) | [Test] method WhenAddingItemAtNestedLevel_ItSetsTheItemsLevel (line 125) | [Test] method InsertWithLevel_WhenAddingItemAtNestedLevel_ItThrowsIfRequestIsOutOfRange (line 160) | [Test] method InsertWithLevel_WhenInsertingFirstSibling_MarksIndexAsExpanded (line 185) | [Test] method WhenRemovingItem_ItRemovesItemsAndAnyChildren (line 200) | [Test] method Move_WhenMovingItemUp_ItMovesChildrenAlongWithIt (line 231) | [Test] method Move_WhenMovingItemUpMultipleLevels_ItMovesChildrenAlongWithIt (line 267) | [Test] method Move_WhenMovingItemDown_ItMovesChildrenAlongWithIt (line 301) | [Test] method Move_WhenMovingItemDownMultipleLevels_ItMovesChildrenAlongWithIt (line 337) | [Test] method Move_WithWrappedCollection_ItMovesChildrenAlongWithIt (line 371) | [Test] method Move_WithExpandedChild_ItMovesChildrenUp (line 400) | [Test] method Move_WithExpandedChild_ItMovesChildrenDown (line 458) | [Test] method Replace_WithExpandedChild_ItRemovesChildren (line 516) | [Test] method Replace_TopLevelItem_IsReplaced (line 557) | [Test] method GetParent_WithInvalidIndex_ThrowsOutOfRangeException (line 596) | [Test] method GetParent_WithNestedItem_ReturnsParent (line 610) | [Test] method GetDirectChildrenIndexes_GetsExpectedChildrenIndexes (line 648) | [Test] class TestableCollection (line 686) | private class TestableCollection : ObservableCollection method OnCollectionChanged (line 690) | protected override void OnCollectionChanged(NotifyCollectionChangedE... method ReplaceAllItems (line 698) | public void ReplaceAllItems(params T[] newItems) class TreeListViewItemsCollectionExtensions (line 715) | public static class TreeListViewItemsCollectionExtensions method GetAllLevels (line 717) | public static IEnumerable GetAllLevels(this TreeListViewItemsColl... method GetAllIsExpanded (line 725) | public static IEnumerable GetAllIsExpanded(this TreeListViewItem... FILE: tests/MaterialDesignThemes.Wpf.Tests/LabelTests.cs class LabelTests (line 5) | [TestExecutor] method DefaultVerticalAlignment_ShouldBeStretch (line 8) | [Test] method DefaultVerticalContentAlignment_ShouldBeTop (line 18) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/MdixHelper.cs class MdixHelper (line 5) | public static class MdixHelper method MdixHelper (line 7) | static MdixHelper() method ApplyStyle (line 16) | public static void ApplyStyle(this T control, object styleKey, bool... method ApplyDefaultStyle (line 27) | public static void ApplyDefaultStyle(this T control) where T : Fram... method GetStyleKeysFor (line 29) | public static IEnumerable GetStyleKeysFor() method GetStyleKeysFor (line 33) | private static IEnumerable GetStyleKeysFor(this IEnumerable... method GetStyle (line 39) | private static Style? GetStyle(object key) method GetResourceDictionary (line 43) | public static ResourceDictionary GetResourceDictionary(string xamlName) method GetPrimaryColorResourceDictionary (line 52) | public static ResourceDictionary GetPrimaryColorResourceDictionary(str... method GetSecondaryColorResourceDictionary (line 61) | public static ResourceDictionary GetSecondaryColorResourceDictionary(s... FILE: tests/MaterialDesignThemes.Wpf.Tests/PackIconTests.cs class PackIconTests (line 5) | public class PackIconTests method EnumMembersMustNotDifferByOnlyCase (line 7) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/PopupBoxTests.cs class PopupBoxTests (line 5) | [TestExecutor] method ToggleButtonInheritsTabIndex (line 8) | [Test] method ToggleButtonInheritsIsTabStopWhenFalse (line 20) | [Test] method ToggleButtonInheritsIsTabStopWhenTrue (line 32) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/RatingBarTests.cs class RatingBarTests (line 7) | public class RatingBarTests method SetMin_ShouldCoerceToMax_WhenMinIsGreaterThanMax (line 9) | [Test, TestExecutor] method SetMin_ShouldNotCoerceValue_WhenFractionalValuesAreDisabled (line 22) | [Test, TestExecutor] method SetMin_ShouldCoerceValue_WhenFractionalValuesAreEnabled (line 35) | [Test, TestExecutor] method SetMax_ShouldNotCoerceValue_WhenFractionalValuesAreDisabled (line 48) | [Test, TestExecutor] method SetMax_ShouldCoerceValue_WhenFractionalValuesAreEnabled (line 61) | [Test, TestExecutor] method SetMax_ShouldCoerceToMin_WhenMaxIsLessThanMin (line 74) | [Test, TestExecutor] method SetValue_ShouldCoerceToCorrectMultipleAndStaysWithinBounds_WhenFractionalValuesAreEnabled (line 87) | [Test, TestExecutor] method SetValue_ShouldNotCoerceValue_WhenFractionalValuesAreDisabled (line 109) | [Test, TestExecutor] method TextBlockForegroundConverter_ShouldReturnOriginalBrush_WhenValueIsEqualToButtonValue (line 127) | [Test] method TextBlockForegroundConverter_ShouldReturnOriginalBrush_WhenValueIsGreaterThanButtonValue (line 142) | [Test] method TextBlockForegroundConverter_ShouldReturnSemiTransparentBrush_WhenValueIsLessThanButtonValueMinusOne (line 157) | [Test] method TextBlockForegroundConverter_ShouldReturnHorizontalLinearGradientBrush_WhenValueIsBetweenButtonValueAndButtonValueMinusOne (line 174) | [Test] method TextBlockForegroundConverter_ShouldReturnVerticalLinearGradientBrush_WhenValueIsBetweenButtonValueAndButtonValueMinusOne (line 192) | [Test] method TextBlockForegroundConverter_ShouldReturnFractionalGradientStops_WhenValueCovers10PercentOfButtonValue (line 210) | [Test] method TextBlockForegroundConverter_ShouldReturnFractionalGradientStops_WhenValueCovers10PercentOfButtonValueAndDirectionIsInverted (line 233) | [Test] method TextBlockForegroundConverter_ShouldReturnFractionalGradientStops_WhenValueCovers42PercentOfButtonValue (line 256) | [Test] method TextBlockForegroundConverter_ShouldReturnFractionalGradientStops_WhenValueCovers87PercentOfButtonValue (line 279) | [Test] method Arrange_TextBlockForegroundConverterValues (line 302) | private static object[] Arrange_TextBlockForegroundConverterValues(Sol... method PreviewIndicatorTransformXConverter_ShouldCenterPreviewIndicator_WhenFractionalValuesAreDisabledAndOrientationIsHorizontal (line 305) | [Test] method PreviewIndicatorTransformXConverter_ShouldOffsetPreviewIndicatorByPercentage_WhenFractionalValuesAreEnabledAndOrientationIsHorizontal (line 320) | [Test] method PreviewIndicatorTransformXConverter_ShouldPlacePreviewIndicatorWithSmallMargin_WhenFractionalValuesAreDisabledAndOrientationIsVertical (line 337) | [Test] method PreviewIndicatorTransformXConverter_ShouldPlacePreviewIndicatorWithSmallMargin_WhenFractionalValuesAreEnabledAndOrientationIsVertical (line 353) | [Test] method Arrange_PreviewIndicatorTransformXConverterValues (line 371) | private static object[] Arrange_PreviewIndicatorTransformXConverterVal... method PreviewIndicatorTransformYConverter_ShouldPlacePreviewIndicatorWithSmallMargin_WhenFractionalValuesAreDisabledAndOrientationIsHorizontal (line 374) | [Test] method PreviewIndicatorTransformYConverter_ShouldPlacePreviewIndicatorWithSmallMargin_WhenFractionalValuesAreEnabledAndOrientationIsHorizontal (line 390) | [Test] method PreviewIndicatorTransformYConverter_ShouldCenterPreviewIndicator_WhenFractionalValuesAreDisabledAndOrientationIsVertical (line 406) | [Test] method PreviewIndicatorTransformYConverter_ShouldPreviewIndicatorByPercentage_WhenFractionalValuesAreEnabledAndOrientationIsVertical (line 421) | [Test] method Arrange_PreviewIndicatorTransformYConverterValues (line 438) | private static object[] Arrange_PreviewIndicatorTransformYConverterVal... class ColorExtensions (line 442) | internal static class ColorExtensions method WithAlphaChannel (line 444) | public static Color WithAlphaChannel(this Color color, byte alphaChannel) FILE: tests/MaterialDesignThemes.Wpf.Tests/SnackbarMessageQueueItemTests.cs class SnackbarMessageQueueItemTests (line 3) | public class SnackbarMessageQueueItemTests method IsDuplicate_ThrowsOnNullArgument (line 5) | [Test] method IsDuplicate_WithDuplicateItems_ItReturnsTrue (line 13) | [Test] method IsDuplicate_AlwaysShowIsTrue_ItReturnsFalse (line 22) | [Test] method IsDuplicate_WithDifferentContent_ItReturnsFalse (line 31) | [Test] method IsDuplicate_WithDifferentActionContent_ItReturnsFalse (line 40) | [Test] method CreateItem (line 49) | private static SnackbarMessageQueueItem CreateItem( FILE: tests/MaterialDesignThemes.Wpf.Tests/SnackbarMessageQueueTests.cs class SnackbarMessageQueueTests (line 6) | public sealed class SnackbarMessageQueueTests method SnackbarMessageQueueTests (line 11) | public SnackbarMessageQueueTests() method Cleanup (line 17) | [After(Test)] method GetSnackbarMessageNullValues (line 23) | [Test, STAThreadExecutor] method GetSnackbarMessageDiscardDuplicatesQueue (line 33) | [Test, STAThreadExecutor] method GetSnackbarMessageSimpleQueue (line 57) | [Test, STAThreadExecutor] method Enqueue_ProperlySetsPromote (line 76) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/TextBlockTests.cs class TextBlockTests (line 5) | public class TextBlockTests method DefaultVerticalAlignment_ShouldBeStretch (line 7) | [Test, STAThreadExecutor] FILE: tests/MaterialDesignThemes.Wpf.Tests/TextBoxTests.cs class TextBoxTests (line 5) | [TestExecutor] method DefaultVerticalAlignment_ShouldBeStretch (line 8) | [Test] method DefaultVerticalContentAlignment_ShouldBeStretch (line 18) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/ThemeTests.cs class ThemeTests (line 5) | public class ThemeTests method CanSetForegroundWithColor (line 7) | [Test] method CanSetForegroundWithThemeColorReference (line 16) | [Test] method CanSetForegroundWithColorReference (line 25) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/TimePickerUnitTests.cs class TimePickerUnitTests (line 6) | [TestExecutor] method CreateElement (line 9) | public static TimePicker CreateElement() method DontOverwriteDate (line 16) | [Test] method DisplaysExpectedText (line 29) | [Test] method CanParseLocalizedTimeString (line 44) | [Test] method GetParseLocalizedTimeStringData (line 63) | public static IEnumerable] method TreeViewItemBackgroundShouldBeInherited (line 9) | [Test] FILE: tests/MaterialDesignThemes.Wpf.Tests/VisualTreeHelper.cs class VisualTreeHelper (line 5) | public static class VisualTreeHelper method FindVisualChild (line 7) | public static T FindVisualChild(this DependencyObject source, strin... method GetVisualChildren (line 12) | public static IEnumerable GetVisualChildren(this DependencyObjec... method GetAllVisualChildren (line 31) | private static IEnumerable GetAllVisualChildren(Depe...