maui-linux/Xamarin.Forms.Platform.WPF/Renderers
Pavel Yakovlev cceee9ded6 Add TabStop/TabIndex (#2795)
* [Core, UWP, Android] support TabStop/TabIndex

* removing linq

* add iOS / MacOS implementation

* add WPF implementation
fixes UWP implementation

* - addressing comments
- improve test
- optimizations
- added previous tab direction in same tab group

* addressing comments

* [Android] support tabstop for pickers

* - moving shared code to a static class
- removed reflection

* ITabStop -> changed to internal, renamed, added in to fastRenderers

* Update ITabStop to be public
2018-09-12 21:20:46 -07:00
..
ActivityIndicatorRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
BoxViewRenderer.cs [Enhancement] Rounded corners on BoxView (#1998) 2018-05-08 11:34:13 +02:00
ButtonRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
CarouselPageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
CellRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
DatePickerRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
EditorRenderer.cs [Core, iOS, Android, UWP, WPF] Hide scroll view scroll bars (#1910) 2018-02-26 13:20:39 -08:00
EntryRenderer.cs Changes in WPF Entry to manage the Placeholder and PlaceholderColor properties 2018-03-29 19:50:33 +02:00
FrameRenderer.cs [Enhancement] Rounded corners on BoxView (#1998) 2018-05-08 11:34:13 +02:00
ImageRenderer.cs Fixed WPF Build (#2968) 2018-06-07 01:18:14 -07:00
LabelRenderer.cs [Enhancement] Allow underline and strikethrough text decorations on labels and spans (#2221) 2018-07-20 17:57:11 -06:00
LayoutRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ListViewRenderer.cs [WPF] Fix ItemTapped event (#3270) fixes #3265 2018-08-07 16:13:10 +01:00
MasterDetailPageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
NavigationPageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
OpenGLViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
PageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
PickerRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ProgressBarRenderer.cs Add ProgressColor on ProgressBar (#1861) 2018-02-15 12:10:40 +00:00
ScrollViewRenderer.cs [Core, iOS, Android, UWP, WPF] Hide scroll view scroll bars (#1910) 2018-02-26 13:20:39 -08:00
SearchBarRenderer.cs Placeholder in WPF (#2689) 2018-05-14 16:00:53 +01:00
SliderRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
StepperRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
SwitchRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
TabbedPageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
TableViewRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
TimePickerRenderer.cs [WPF] Added a simplistic TimePicker. (#1500) 2018-01-05 09:12:33 +00:00
ViewRenderer.cs Add TabStop/TabIndex (#2795) 2018-09-12 21:20:46 -07:00
VisualMultiPageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
VisualPageRenderer.cs [WPF] Add WpfLightToolkit in the Xamarin Forms WPF Backend (#3104) 2018-07-02 11:11:23 +01:00
WebViewRenderer.cs Add test project 2018-03-22 20:19:53 +01:00