maui-linux/Xamarin.Forms.Platform.WinRT
E.Z. Hart a98f3fb2aa Add TextColor Property to Picker, TimePicker, DatePicker (#84)
* Add TextColor property to TimePicker
Add TextColor page to TimePicker gallery
Add TimePicker color toggling to color toggle test page
Split color toggle tests up among tabs

* Implement TimePicker.TextColor in iOS

* Implement TimePicker.TextColor for WinRT tablet

* Add IsEnabled=false tests to DefaultColorToggleTest Button and TimePicker
Consolidate ColorStates array
Fix IsEnabled changing color bug on iOS

* Implement TimePicker.TextColor for WP8

* Add TextColor property to DatePicker
Add DatePicker section to DefaultColorToggleTest
Impement DatePicker.TextColor for WP8

* Implement DatePicker.TextColor for WinRT/UWP/Windows Phone 8.1

* Implement DatePicker.TextColor for iOS

* Add TextColor to DatePicker Gallery Page

* Implement DatePicker.TextColor for Android

* Add Picker Gallery page for TextColor
Implement Picker.TextColor on Android
Consolidate TextColor management for Button, Picker, DatePicker, TimePicker
Implement

* Add untracked TextColorSwitcher
Implement Picker.TextColor in iOS

* Implement Picker.TextColor in WinRT/UWP/Windows Phone 8.1
Remove Pioker Loaded handlers in Dispose

* Implement Picker.TextColor in WP8

* Removed unused field
Update ignored warnings

* Update docs

* Use nameof() for BindableProperties

* Cleanup

* Fix custom renderer crashes for classes using TextColorSwitcher

* Correct property name references

* Fix typo and 'if' formatting

* Add missing else
2016-04-19 00:01:58 -07:00
..
Properties Initial import 2016-03-22 16:13:41 -07:00
ActivityIndicatorRenderer.cs Initial import 2016-03-22 16:13:41 -07: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
ButtonRenderer.cs Merge pull request #31 from xamarin/fix-bugzilla39464 2016-04-01 11:07:17 +01:00
CarouselPageRenderer.cs [W] Setting CurrentPage in CarouselPage ctor works 2016-04-01 11:14:27 -07:00
CarouselViewRenderer.cs Whitespace fixes (#110) 2016-04-18 23:57:22 -07:00
CaseConverter.cs Initial import 2016-03-22 16:13:41 -07:00
CellControl.cs Initial import 2016-03-22 16:13:41 -07: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 Add TextColor Property to Picker, TimePicker, DatePicker (#84) 2016-04-19 00:01:58 -07:00
DefaultRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
EditorRenderer.cs [UWP] Unhook Entry and Editor event handlers during Dispose (#114) 2016-04-18 23:49:13 -07:00
EntryCellTextBox.cs Initial import 2016-03-22 16:13:41 -07:00
EntryRenderer.cs [UWP] Unhook Entry and Editor event handlers during Dispose (#114) 2016-04-18 23:49:13 -07: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 Initial import 2016-03-22 16:13:41 -07:00
FileImageSourcePathConverter.cs Initial import 2016-03-22 16:13:41 -07:00
FontExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
FormsButton.cs [W] Button BG Color & BorderRadius are consistent 2016-03-29 15:41:39 -07:00
FormsComboBox.cs Initial import 2016-03-22 16:13:41 -07:00
FormsDatePicker.cs Initial import 2016-03-22 16:13:41 -07:00
FormsTextBox.cs Initial import 2016-03-22 16:13:41 -07:00
FormsTimePicker.cs Add TextColor Property to Picker, TimePicker, DatePicker (#84) 2016-04-19 00:01:58 -07:00
FrameRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
FrameworkElementExtensions.cs Initial import 2016-03-22 16:13:41 -07: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 Initial import 2016-03-22 16:13:41 -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 Initial import 2016-03-22 16:13:41 -07:00
IWrapperAware.cs Initial import 2016-03-22 16:13:41 -07:00
ImageConverter.cs Initial import 2016-03-22 16:13:41 -07:00
ImageLoaderSourceHandler.cs Reformat using statements 2016-03-25 13:53:19 -07:00
ImageRenderer.cs Initial import 2016-03-22 16:13:41 -07: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 Enable CS0618 warnings as errors (#72) 2016-04-11 09:50:28 -07: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 Enable CS1998 warnings as errors (#65) 2016-04-12 12:30:27 -07: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 Initial import 2016-03-22 16:13:41 -07:00
MenuItemCommand.cs Initial import 2016-03-22 16:13:41 -07:00
NativeViewWrapper.cs Initial import 2016-03-22 16:13:41 -07:00
NativeViewWrapperRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
NavigationPageRenderer.cs Enable CS1998 warnings as errors (#65) 2016-04-12 12:30:27 -07:00
PageControl.xaml Initial import 2016-03-22 16:13:41 -07:00
PageControl.xaml.cs Initial import 2016-03-22 16:13:41 -07:00
PageRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
PageToRenderedElementConverter.cs Initial import 2016-03-22 16:13:41 -07:00
PickerRenderer.cs Add TextColor Property to Picker, TimePicker, DatePicker (#84) 2016-04-19 00:01:58 -07:00
Platform.cs Enable CS1998 warnings as errors (#65) 2016-04-12 12:30:27 -07:00
PlatformEffect.cs Initial import 2016-03-22 16:13:41 -07:00
ProgressBarRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
RendererFactory.cs Initial import 2016-03-22 16:13:41 -07:00
Resources.xaml [W] ListView Cells will respect RowHeight 2016-03-23 15:32:21 -07:00
ScrollViewRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
SliderRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
StepperControl.xaml Initial import 2016-03-22 16:13:41 -07:00
StepperControl.xaml.cs Initial import 2016-03-22 16:13:41 -07:00
StepperRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
StreamImagesourceHandler.cs Reformat using statements 2016-03-25 13:53:19 -07:00
SwitchRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
TableViewRenderer.cs Initial import 2016-03-22 16:13:41 -07: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 Enable warnings 0649 and 0067 on UAP/WinRT (#73) 2016-04-11 16:56:07 -07:00
TimePickerRenderer.cs Add TextColor Property to Picker, TimePicker, DatePicker (#84) 2016-04-19 00:01:58 -07:00
ViewExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
ViewRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
ViewToRendererConverter.cs Initial import 2016-03-22 16:13:41 -07: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 Initial import 2016-03-22 16:13:41 -07:00
VisualElementRenderer.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElementTracker.cs Suppress translation if scale is zero (#82) 2016-04-13 17:16:04 +01:00
WebViewRenderer.cs [WinRT] Fix WebView.Eval (#87) 2016-04-15 23:33:53 +01:00
WindowsBasePage.cs Initial import 2016-03-22 16:13:41 -07:00
WindowsBasePlatformServices.cs [iOS,Android,Win] Make sure we only cache images that return a successful status code 2016-03-28 19:28:36 +01:00
WindowsDeviceInfo.cs Initial import 2016-03-22 16:13:41 -07:00
WindowsExpressionSearch.cs Initial import 2016-03-22 16:13:41 -07:00
WindowsIsolatedStorage.cs Initial import 2016-03-22 16:13:41 -07:00
WindowsSerializer.cs Reformat using statements 2016-03-25 13:53:19 -07:00
WindowsTicker.cs Initial import 2016-03-22 16:13:41 -07:00
Xamarin.Forms.Platform.WinRT.csproj Enable CS1998 warnings as errors (#65) 2016-04-12 12:30:27 -07:00