maui-linux/Xamarin.Forms.Platform.WinRT
Paul DiPietro 90582e9777 [WinRT/UWP] Enable selection in password entry (#677)
* [WinRT/UWP] Enable selection in password entry

* Remove unnecessary if
2017-03-27 18:26:56 +01:00
..
Properties Windows image loader error handling (#260) 2016-07-18 16:16:47 -07:00
ActivityIndicatorRenderer.cs [WinRT/UWP] Fix Opacity behavior with ProgressBar (#695) 2017-03-14 11:00:10 +00:00
AlignmentExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
AsyncValue.cs Initial import 2016-03-22 16:13:41 -07:00
BackgroundTracker.cs Initial import 2016-03-22 16:13:41 -07:00
BoolToVisibilityConverter.cs Initial import 2016-03-22 16:13:41 -07:00
BoxViewRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
BrushHelpers.cs Fix Entry/SearchBar color issues (#306) 2016-08-16 11:10:32 -07:00
ButtonRenderer.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
CarouselPageRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
CaseConverter.cs Initial import 2016-03-22 16:13:41 -07:00
CellControl.cs [UWP/WinRT] ListView UI virtualization works without explicit height on Cell/Row (#367) 2016-09-27 14:43:17 +01:00
CollapseWhenEmptyConverter.cs Initial import 2016-03-22 16:13:41 -07:00
ColorConverter.cs Initial import 2016-03-22 16:13:41 -07:00
ConvertExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
DatePickerRenderer.cs Fix disappearing ListView text when changing color settings on Windows (#731) 2017-02-03 10:13:53 -08:00
DefaultRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
EditorRenderer.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
EntryCellTextBox.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
EntryRenderer.cs Make Entry completed behavior on UWP/WinRT match Android/iOS (#747) 2017-03-20 19:09:41 +00:00
ExportRendererAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
Extensions.cs Initial import 2016-03-22 16:13:41 -07:00
FileImageSourceHandler.cs Windows image loader error handling (#260) 2016-07-18 16:16:47 -07:00
FileImageSourcePathConverter.cs Initial import 2016-03-22 16:13:41 -07:00
FontExtensions.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
FormsButton.cs [UWP] Fix Transparent Default Button (#468) 2016-11-08 16:38:17 +01:00
FormsComboBox.cs Initial import 2016-03-22 16:13:41 -07:00
FormsProgressBar.cs [WinRT/UWP] Fix Opacity behavior with ProgressBar (#695) 2017-03-14 11:00:10 +00:00
FormsTextBox.cs [WinRT/UWP] Enable selection in password entry (#677) 2017-03-27 18:26:56 +01:00
FrameRenderer.cs Added CornerRadius property To Frame control 2016-11-15 11:56:03 -08:00
FrameworkElementExtensions.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
HeightConverter.cs Initial import 2016-03-22 16:13:41 -07:00
HorizontalTextAlignmentConverter.cs Initial import 2016-03-22 16:13:41 -07:00
ICellRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
IImageSourceHandler.cs Windows image loader error handling (#260) 2016-07-18 16:16:47 -07:00
ITitleProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IToolbarProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IVisualElementRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
ImageConverter.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ImageRenderer.cs Modified type cast to appropriate type (#447) 2016-10-12 12:45:08 +01:00
KeyboardConverter.cs Initial import 2016-03-22 16:13:41 -07:00
KeyboardExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
LabelRenderer.cs [iOS/Win] Label will not unnecessarily expand (#827) 2017-03-22 10:43:17 +00:00
LayoutExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
ListGroupHeaderPresenter.cs Initial import 2016-03-22 16:13:41 -07:00
ListViewGroupStyleSelector.cs Initial import 2016-03-22 16:13:41 -07:00
ListViewRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
MasterBackgroundConverter.cs Initial import 2016-03-22 16:13:41 -07:00
MasterDetailControl.cs Initial import 2016-03-22 16:13:41 -07:00
MasterDetailPageRenderer.cs [WinRT/UWP] Do not allow IsPresented use in Split mode on desktop (#707) 2017-03-03 12:51:28 +00:00
MenuItemCommand.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
NativeBindingExtensions.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NativeEventWrapper.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
NativePropertyListener.cs Native Bindings (#278) 2016-09-08 11:39:05 -07:00
NativeViewWrapper.cs Native Bindings (#278) 2016-09-08 11:39:05 -07:00
NativeViewWrapperRenderer.cs Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141) 2016-05-02 15:19:12 -07:00
NavigationPageRenderer.cs [UWP] Improve toolbar consistency on MasterDetailPage (#744) 2017-03-06 14:19:36 -08:00
NavigationPageRendererWinRT.cs Make WinRT/UWP platform classes more maintainable (#652) 2017-01-28 00:14:20 +00:00
PageControl.xaml Initial import 2016-03-22 16:13:41 -07:00
PageControl.xaml.cs Make UWP toolbar display rules consistent with other platforms (#638) 2017-01-03 11:25:24 +00:00
PageRenderer.cs Prep Page for removal of InternalsVisibleTo (#150) 2016-06-16 16:45:09 +01:00
PageToRenderedElementConverter.cs Initial import 2016-03-22 16:13:41 -07:00
PickerRenderer.cs [WinRT/UWP] Open Picker dropdown when calling Focus (#762) 2017-03-20 08:48:28 -07:00
Platform.cs Make WinRT/UWP platform classes more maintainable (#652) 2017-01-28 00:14:20 +00:00
PlatformConfigurationExtensions.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
PlatformEffect.cs Initial import 2016-03-22 16:13:41 -07:00
PlatformWinRT.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ProgressBarRenderer.cs Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141) 2016-05-02 15:19:12 -07:00
RendererFactory.cs Initial import 2016-03-22 16:13:41 -07:00
Resources.xaml Carousel clean (#135) 2016-04-26 15:35:52 -04:00
ScrollViewRenderer.cs [WinRT/UWP] Insert missing SendScrollFinished call (#751) 2017-02-17 10:42:33 +00:00
SliderRenderer.cs [WinRT/UWP] Fix Slider binding value incorrectly (#729) 2017-01-31 12:57:43 +00:00
StepperControl.xaml Initial import 2016-03-22 16:13:41 -07:00
StepperControl.xaml.cs [WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581) 2017-01-03 11:31:48 +00:00
StepperRenderer.cs [WinRT/UWP] Apply BackgroundColor to Stepper buttons (#581) 2017-01-03 11:31:48 +00:00
StreamImagesourceHandler.cs Windows image loader error handling (#260) 2016-07-18 16:16:47 -07:00
SwitchRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
TableViewRenderer.cs Bug 53224; Disable Cell if Command IsEnabled false (#812) 2017-03-15 10:07:48 +00:00
TaskExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
TextAlignmentToHorizontalAlignmentConverter.cs Initial import 2016-03-22 16:13:41 -07:00
TextCellRenderer.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
TimePickerRenderer.cs Fix disappearing ListView text when changing color settings on Windows (#731) 2017-02-03 10:13:53 -08:00
UriImageSourceHandler.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ViewExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
ViewRenderer.cs [All] Basic Accessibility Support (#713) 2017-01-31 11:49:15 -08:00
ViewToRendererConverter.cs Fix disappearing ListView text when changing color settings on Windows (#731) 2017-02-03 10:13:53 -08:00
VisualElementChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementExtensions.cs Enable CS0618 warnings as errors (#72) 2016-04-11 09:50:28 -07:00
VisualElementPackager.cs Implement dispose pattern correctly to support derived classes (#364) 2016-09-21 23:04:36 +01:00
VisualElementRenderer.cs UI tests for InputTransparent and fixes for Android/Windows (#808) 2017-03-23 17:18:38 +00:00
VisualElementTracker.cs Fixed a redundant check that caused a massive slowdown on UWP. (#788) 2017-03-09 18:39:27 +00:00
WebViewRenderer.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WindowsBasePage.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WindowsBasePlatformServices.cs Split Windows RuntimePlatform into UWP and WinRT (#748) 2017-02-17 10:43:26 +00:00
WindowsDeviceInfo.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WindowsExpressionSearch.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WindowsIsolatedStorage.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WindowsSerializer.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WindowsTicker.cs Make core Ticker abstract and public (#116) 2016-04-25 15:57:44 -04:00
Xamarin.Forms.Platform.WinRT.csproj [WinRT/UWP] Fix Opacity behavior with ProgressBar (#695) 2017-03-14 11:00:10 +00:00