65 references to Windows
Microsoft.Maui.Controls (65)
PlatformConfiguration\WindowsSpecific\Application.cs (3)
22 public static string GetImageDirectory(this IPlatformElementConfiguration<Windows, FormsElement> config) 34 public static IPlatformElementConfiguration<Windows, FormsElement> SetImageDirectory( 35 this IPlatformElementConfiguration<Windows, FormsElement> config, string value)
PlatformConfiguration\WindowsSpecific\FlyoutPage.cs (8)
31 public static CollapseStyle GetCollapseStyle(this IPlatformElementConfiguration<Windows, FormsElement> config) 37 public static IPlatformElementConfiguration<Windows, FormsElement> SetCollapseStyle( 38 this IPlatformElementConfiguration<Windows, FormsElement> config, CollapseStyle value) 45 public static IPlatformElementConfiguration<Windows, FormsElement> UsePartialCollapse( 46 this IPlatformElementConfiguration<Windows, FormsElement> config) 74 public static double CollapsedPaneWidth(this IPlatformElementConfiguration<Windows, FormsElement> config) 80 public static IPlatformElementConfiguration<Windows, FormsElement> CollapsedPaneWidth( 81 this IPlatformElementConfiguration<Windows, FormsElement> config, double value)
PlatformConfiguration\WindowsSpecific\InputView.cs (3)
21 public static bool GetDetectReadingOrderFromContent(this IPlatformElementConfiguration<Windows, FormsElement> config) 33 public static IPlatformElementConfiguration<Windows, FormsElement> SetDetectReadingOrderFromContent( 34 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\Label.cs (3)
21 public static bool GetDetectReadingOrderFromContent(this IPlatformElementConfiguration<Windows, FormsElement> config) 33 public static IPlatformElementConfiguration<Windows, FormsElement> SetDetectReadingOrderFromContent( 34 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\ListView.cs (3)
31 public static ListViewSelectionMode GetSelectionMode(this IPlatformElementConfiguration<Windows, FormsElement> config) 37 public static IPlatformElementConfiguration<Windows, FormsElement> SetSelectionMode( 38 this IPlatformElementConfiguration<Windows, FormsElement> config, ListViewSelectionMode value)
PlatformConfiguration\WindowsSpecific\Page.cs (6)
51 public static ToolbarPlacement GetToolbarPlacement(this IPlatformElementConfiguration<Windows, FormsElement> config) 62 public static IPlatformElementConfiguration<Windows, FormsElement> SetToolbarPlacement( 63 this IPlatformElementConfiguration<Windows, FormsElement> config, ToolbarPlacement value) 105 public static bool GetToolbarDynamicOverflowEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 116 public static IPlatformElementConfiguration<Windows, FormsElement> SetToolbarDynamicOverflowEnabled( 117 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\RefreshView.cs (3)
27 public static RefreshPullDirection GetRefreshPullDirection(this IPlatformElementConfiguration<Windows, FormsElement> config) 39 public static IPlatformElementConfiguration<Windows, FormsElement> SetRefreshPullDirection( 40 this IPlatformElementConfiguration<Windows, FormsElement> config, RefreshPullDirection value)
PlatformConfiguration\WindowsSpecific\SearchBar.cs (6)
30 public static bool GetIsSpellCheckEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 36 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsSpellCheckEnabled( 37 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value) 44 public static bool IsSpellCheckEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 50 public static void EnableSpellCheck(this IPlatformElementConfiguration<Windows, FormsElement> config) 56 public static void DisableSpellCheck(this IPlatformElementConfiguration<Windows, FormsElement> config)
PlatformConfiguration\WindowsSpecific\TabbedPage.cs (9)
35 public static bool GetHeaderIconsEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 41 public static IPlatformElementConfiguration<Windows, FormsElement> SetHeaderIconsEnabled( 42 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value) 49 public static bool IsHeaderIconsEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 55 public static void EnableHeaderIcons(this IPlatformElementConfiguration<Windows, FormsElement> config) 61 public static void DisableHeaderIcons(this IPlatformElementConfiguration<Windows, FormsElement> config) 79 public static Size GetHeaderIconsSize(this IPlatformElementConfiguration<Windows, FormsElement> config) 85 public static IPlatformElementConfiguration<Windows, FormsElement> SetHeaderIconsSize( 86 this IPlatformElementConfiguration<Windows, FormsElement> config, Size value)
PlatformConfiguration\WindowsSpecific\VisualElement.cs (15)
38 public static string GetAccessKey(this IPlatformElementConfiguration<Windows, FormsElement> config) 44 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKey( 45 this IPlatformElementConfiguration<Windows, FormsElement> config, string value) 62 public static AccessKeyPlacement GetAccessKeyPlacement(this IPlatformElementConfiguration<Windows, FormsElement> config) 68 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyPlacement( 69 this IPlatformElementConfiguration<Windows, FormsElement> config, AccessKeyPlacement value) 85 public static double GetAccessKeyHorizontalOffset(this IPlatformElementConfiguration<Windows, FormsElement> config) 90 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyHorizontalOffset( 91 this IPlatformElementConfiguration<Windows, FormsElement> config, double value) 107 public static double GetAccessKeyVerticalOffset(this IPlatformElementConfiguration<Windows, FormsElement> config) 112 public static IPlatformElementConfiguration<Windows, FormsElement> SetAccessKeyVerticalOffset( 113 this IPlatformElementConfiguration<Windows, FormsElement> config, double value) 138 public static bool GetIsLegacyColorModeEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 144 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsLegacyColorModeEnabled( 145 this IPlatformElementConfiguration<Windows, FormsElement> config, bool value)
PlatformConfiguration\WindowsSpecific\WebView.cs (6)
26 public static bool IsJavaScriptAlertEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config) 32 public static IPlatformElementConfiguration<Windows, FormsElement> SetIsJavaScriptAlertEnabled(this IPlatformElementConfiguration<Windows, FormsElement> config, bool value) 51 public static WebViewExecutionMode GetExecutionMode(this IPlatformElementConfiguration<Windows, FormsElement> config) 56 public static IPlatformElementConfiguration<Windows, FormsElement> SetExecutionMode(this IPlatformElementConfiguration<Windows, FormsElement> config, WebViewExecutionMode value)