maui-linux/Xamarin.Forms.Platform.UAP
Shane Neuville 006ebe996b Merge branch '4.4.0'
# Conflicts:
#	Xamarin.Forms.Controls.Issues/Xamarin.Forms.Controls.Issues.Shared/Xamarin.Forms.Controls.Issues.Shared.projitems
#	Xamarin.Forms.Controls/Xamarin.Forms.Controls.csproj
#	Xamarin.Forms.Platform.UAP/Xamarin.Forms.Platform.UAP.csproj
2019-12-16 19:36:46 -07:00
..
CollectionView Merge branch '4.4.0' 2019-12-16 19:36:46 -07:00
Extensions SwipeView (#7603) 2019-11-22 17:47:01 -07:00
Properties Custom/Embedded fonts (#6013) 2019-12-16 15:43:59 -08:00
Shell Merge branch '4.4.0' 2019-12-16 19:36:46 -07:00
AccessKeyHelper.cs
AccessibilityExtensions.cs
ActivityIndicatorRenderer.cs
AlertDialog.cs
AlignmentExtensions.cs
AutoSuggestStyle.xaml
BackgroundTracker.cs
BoolToVisibilityConverter.cs
BoxViewRenderer.cs
BrushHelpers.cs
ButtonRenderer.cs Merge branch 4.2.0 2019-07-31 11:44:31 -06:00
CarouselPageRenderer.cs
CaseConverter.cs
CellControl.cs
CheckBoxRenderer.cs
CollapseWhenEmptyConverter.cs
ColorConverter.cs
ColorExtensions.cs
DatePickerRenderer.cs
DefaultRenderer.cs
Dispatcher.cs Prevent UWP error/crash when updating binding off the main thread; fixes #8167 (#8311) 2019-11-01 14:20:32 -06:00
DispatcherProvider.cs Prevent UWP error/crash when updating binding off the main thread; fixes #8167 (#8311) 2019-11-01 14:20:32 -06:00
EditorRenderer.cs Fix 8222 - [UWP] Make text in Editor control top aligned (#8280) 2019-10-30 16:49:37 +01:00
EmbeddedFontLoader.cs Custom/Embedded fonts (#6013) 2019-12-16 15:43:59 -08:00
EntryCellTextBox.cs
EntryRenderer.cs
ExportRendererAttribute.cs
Extensions.cs
FileImageSourceHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
Flags.cs
FlowDirectionExtensions.cs
FontExtensions.cs Custom/Embedded fonts (#6013) 2019-12-16 15:43:59 -08:00
FontImageSourceHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
Forms.cs Custom/Embedded fonts (#6013) 2019-12-16 15:43:59 -08:00
FormsButton.cs Rebase and Clean Up (#8107) 2019-10-24 12:11:24 +02:00
FormsCancelButton.cs
FormsCheckBox.cs
FormsCheckBoxStyle.xaml Set correct MinWidth for CheckBox style (#7978) 2019-10-24 11:50:46 +02:00
FormsComboBox.cs Make character spacing work for UWP Picker without breaking ItemsSource (#8356) 2019-11-08 12:44:08 -07:00
FormsCommandBar.cs
FormsCommandBarStyle.xaml Remove extra brace; fixes #7545 (#7546) 2019-09-17 09:41:00 +01:00
FormsEmbeddedPageWrapper.xaml
FormsFlyout.xaml
FormsFlyout.xaml.cs
FormsPivot.cs
FormsPresenter.cs
FormsProgressBar.cs
FormsProgressBarStyle.xaml
FormsSlider.cs
FormsTextBox.cs
FormsTextBoxStyle.xaml
FormsUWP.cs
FrameRenderer.cs
FrameworkElementExtensions.cs
HeightConverter.cs
HorizontalTextAlignmentConverter.cs
ICellRenderer.cs
IDontGetFocus.cs
IIconElementHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
IImageSourceHandler.cs
IImageVisualElementRenderer.cs
ITabStopOnDescendants.cs
ITitleIconProvider.cs
ITitleProvider.cs
ITitleViewProvider.cs
ITitleViewRendererController.cs
IToolBarForegroundBinder.cs
IToolbarProvider.cs
IVisualElementRenderer.cs
IVisualNativeElementRenderer.cs
ImageButtonRenderer.cs Gif Animation Support (#7330) 2019-11-20 22:52:52 -07:00
ImageConverter.cs
ImageElementManager.cs Gif Animation Support (#7330) 2019-11-20 22:52:52 -07:00
ImageRenderer.cs Gif Animation Support (#7330) 2019-11-20 22:52:52 -07:00
ImageSourceIconElementConverter.cs Fix UWP Toolbar icons (#8147) 2019-11-04 13:37:28 -07:00
InterceptVisualStateManager.cs
KeyboardConverter.cs
KeyboardExtensions.cs
LabelHtmlHelper.cs Make Label display HTML from a string (#4527) 2019-08-28 13:25:02 +02:00
LabelRenderer.cs Make Label display HTML from a string (#4527) 2019-08-28 13:25:02 +02:00
LayoutExtensions.cs
LayoutRenderer.cs
ListGroupHeaderPresenter.cs
ListViewGroupStyleSelector.cs
ListViewRenderer.cs Merge branch '4.4.0' 2019-12-02 11:25:47 +01:00
MasterBackgroundConverter.cs
MasterDetailControl.cs
MasterDetailControlStyle.xaml [UWP] Fix MDP Button "Padding" issue (#8610) 2019-11-21 20:04:10 -07:00
MasterDetailPageRenderer.cs Spelling fix (#7868) 2019-10-08 13:11:44 +02:00
MenuItemCommand.cs
NativeBindingExtensions.cs
NativeBindingService.cs
NativeEventWrapper.cs
NativePropertyListener.cs
NativeValueConverterService.cs
NativeViewWrapper.cs
NativeViewWrapperRenderer.cs
NavigationPageRenderer.cs Fixes #4941 (and 1722 for UWP). Adding a test in UWP NavigationPageRenderer.SetElement, to check if the supplied NavigationPage Eelement has a CurrentPage. If not, an InvalidOperationException is thrown. (Otherwise a NullReferenceException would be thrown at a later point.) (#8034) 2019-10-18 11:25:56 +01:00
PageControl.cs
PageControlStyle.xaml
PageExtensions.cs Adds UWP support to Shell (#6015) 2019-09-17 23:26:56 +01:00
PageRenderer.cs
PageToRenderedElementConverter.cs
PickerRenderer.cs Make character spacing work for UWP Picker without breaking ItemsSource (#8356) 2019-11-08 12:44:08 -07:00
PickerStyle.xaml Make character spacing work for UWP Picker without breaking ItemsSource (#8356) 2019-11-08 12:44:08 -07:00
Platform.cs Fix UWP Toolbar icons (#8147) 2019-11-04 13:37:28 -07:00
PlatformConfigurationExtensions.cs
PlatformEffect.cs
ProgressBarRenderer.cs
PropertyChangedEventArgsExtensions.cs
RefreshViewRenderer.cs [UWP] Delay RequestRefresh until Loaded (#8190) 2019-10-28 17:41:14 -07:00
RendererFactory.cs
Resources.xaml Merge branch '4.4.0' 2019-11-23 17:19:34 -07:00
ScrollViewRenderer.cs Merge branch '4.1.0' into 4.2.0 2019-08-16 17:51:53 -07:00
SearchBarRenderer.cs
SliderRenderer.cs
SliderStyle.xaml
StepperControl.cs Fix 7361 - [UWP] Stepper buttons not becoming enabled again, when disabled more than once. (#8191) 2019-11-15 14:54:35 +01:00
StepperControl.xaml
StepperControl.xaml.cs
StepperRenderer.cs
StreamImagesourceHandler.cs
SwipeViewRenderer.cs Put SwipeView behind experimental flag (#8786) 2019-12-06 11:00:35 -08:00
SwitchRenderer.cs Fixed build error (merge) (#8024) 2019-10-15 14:18:03 +01:00
TabbedPageRenderer.cs Keep tab image collapsed if no datasource is available (#8050) fixes #6757 2019-11-18 14:38:35 +00:00
TabbedPageStyle.xaml
TableViewRenderer.cs
TaskExtensions.cs
TextAlignmentToHorizontalAlignmentConverter.cs
TextBlockExtensions.cs
TextCellRenderer.cs
TimePickerRenderer.cs
TitleViewManager.cs
ToolbarPlacementHelper.cs
UriImageSourceHandler.cs SwipeView (#7603) 2019-11-22 17:47:01 -07:00
ViewExtensions.cs
ViewRenderer.cs
ViewToRendererConverter.cs Adds UWP support to Shell (#6015) 2019-09-17 23:26:56 +01:00
VisualElementChangedEventArgs.cs
VisualElementExtensions.cs
VisualElementPackager.cs
VisualElementRenderer.cs
VisualElementTracker.cs Reset transformation properly on UWP (#7385) (#7386) 2019-11-11 10:50:53 -08:00
WebViewRenderer.cs
WindowsBasePage.cs Fixed crash setting the MainPage on teh OnStart method on UWP (#7749) fixes #7537 2019-10-02 08:56:00 +01:00
WindowsBasePlatformServices.cs [UWP] Multi-window (#2432) 2019-08-15 11:36:38 -06:00
WindowsDeviceInfo.cs
WindowsExpressionSearch.cs
WindowsIsolatedStorage.cs Setup UWP Platform projects to use multi targeting (#8750) 2019-12-16 19:26:09 -07:00
WindowsPage.cs
WindowsPlatform.cs
WindowsPlatformServices.cs
WindowsResourcesProvider.cs
WindowsSerializer.cs
WindowsTicker.cs
Xamarin.Forms.Platform.UAP.csproj Setup UWP Platform projects to use multi targeting (#8750) 2019-12-16 19:26:09 -07:00
global.json Setup UWP Platform projects to use multi targeting (#8750) 2019-12-16 19:26:09 -07:00