maui-linux/Xamarin.Forms.Platform.WPF
Gerald Versluis 1f770f6588 Implemented MaxLength property on Entry and Editor (#1880)
* Implemented UAP and WPF

* Revert "Implemented UAP and WPF"

This reverts commit e17a66236756021e2b66503281ee3c1cf463e5da.

* Started implementation of #1663

Added MaxLength property on InputView and implemented iOS and Android
Entry and Android Editor

* Implemented iOS Editor

* Improved Android MaxLength

First check to see if there is a LengthFilter in there already and
remove that first

* Implemented GTK naming enhancement for iOS

* Implemented UAP and WPF

* Implemented Tizen

* Removed Linq and implemented forgotten method 😅

* Fixed whitespaces -> tabs

Except GTK, seems everything is spaces there, so kept it for consistency

* Added null guard for iOS

* Implemented Mac OS

* Added samples to gallery

* Polished Tizen implementation

* Tizen EditorRenderer updated and converted more whitespaces to tabs

* Fixed spaces to tabs and usage of nameof

* Added trimming of current text when MaxLength is less than current value length

* Reference right Entry for Tizen

* Trimming on MaxLength change for Tizen

* Trimming on MaxLength change for GTK

* Removed redundant GetValue calls and whitespace fiesta

* And the ones I missed

* Updated the docs

* Revert "Updated the docs"

This reverts commit 416e28706ab921d72e72ebc6488d4b3c4651a384.

* Updated docs just for InputView
2018-02-19 14:27:27 -08:00
..
Converters Use GetHandlerForObject instead of GetHandler (#1713) 2018-01-30 09:06:35 +01:00
Extensions [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
Helpers [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
Properties [WPF] Added a simplistic TimePicker. (#1500) 2018-01-05 09:12:33 +00:00
Renderers Implemented MaxLength property on Entry and Editor (#1880) 2018-02-19 14:27:27 -08:00
Animatable.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
CellControl.cs Use GetHandlerForObject instead of GetHandler (#1713) 2018-01-30 09:06:35 +01:00
CustomContextMenu.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
Deserializer.cs [WPF] Add Deserializer implementation (#1411) 2017-12-20 00:59:08 +00:00
ElementChangedEventArgs.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ExportRendererAttribute.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
Forms.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
FormsApplicationPage.cs [WPF] Add Deserializer implementation (#1411) 2017-12-20 00:59:08 +00:00
FormsContentLoader.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
FormsPanel.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
FormsTextBox.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
FormsTimePicker.cs [WPF] Added a simplistic TimePicker. (#1500) 2018-01-05 09:12:33 +00:00
ICellRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
IVisualElementRenderer.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
OpenTK.dll.config [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
Platform.cs Use GetHandlerForObject instead of GetHandler (#1713) 2018-01-30 09:06:35 +01:00
PlatformEffect.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
ResourcesProvider.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
VisualElementTracker.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
WPFDeviceInfo.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
WPFExpressionSearch.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
WPFIsolatedStorageFile.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
WPFPlatformServices.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
WPFResources.xaml Added WPFLightToolkit ResourceDictionary to WPF Platform project. This prevents the user from having to add it to the resources of their Application. (#1560) 2018-01-12 17:35:02 +00:00
WPFTicker.cs [WPF] Xamarin Forms WPF Backend - Platform Project (#1334) 2017-12-06 21:15:13 +00:00
Xamarin.Forms.Platform.WPF.csproj [WPF] Added a simplistic TimePicker. (#1500) 2018-01-05 09:12:33 +00:00
app.config [WPF] Platform and Maps nuget package (#1445) 2017-12-21 19:40:07 +00:00
packages.config [WPF] Platform and Maps nuget package (#1445) 2017-12-21 19:40:07 +00:00