maui-linux/Xamarin.Forms.Core
Samantha Houts f0d407a726 [UWP] ListView ItemSelected event will fire only once on selection changed (#1005)
* Add repro for 44886

* [UWP] Fire ListItemClicked when Selection changes

This will automatically set the value on the renderer and prevent the double event from firing.

* Clean up repro

* Update test case for delection scenario

* [Core] Allow ListView item deselection

* [UWP] Send events when item is deselected, too

* Test works better when you DO something.
2017-08-17 16:59:13 +01:00
..
Cells Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
Interactivity Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Internals Resource loading (#815) 2017-03-16 12:09:22 -07:00
PlatformConfiguration [macOS] Set tab order (e.g. for entries) on a Page (#1060) 2017-07-24 17:13:21 -04:00
Properties Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Xaml [Xaml] move ValueConverterProvider to Core (#890) 2017-04-28 12:11:38 -07:00
AbsoluteLayout.cs bug 40161; force layout of centered image in abs layout (#967) 2017-06-14 11:39:58 -04:00
AbsoluteLayoutFlags.cs Initial import 2016-03-22 16:13:41 -07:00
ActionSheetArguments.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
ActivityIndicator.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
AlertArguments.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
AnimatableKey.cs Initial import 2016-03-22 16:13:41 -07:00
Animation.cs [C] reset children animation on repeat (#974) 2017-06-08 20:38:45 +02:00
AnimationExtensions.cs [C] reset children animation on repeat (#974) 2017-06-08 20:38:45 +02:00
AppLinkEntry.cs [Android] Implement the AppIndexProvider on non-AppCompact, fix KeyValues on AppLinkEntry (#166) 2016-05-25 14:50:21 +01:00
Application.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
Aspect.cs Initial import 2016-03-22 16:13:41 -07:00
AutomationProperties.cs [C] fix BP declaring Types for A11y (#913) 2017-05-10 11:07:37 -07:00
BackButtonPressedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
BaseMenuItem.cs Initial import 2016-03-22 16:13:41 -07:00
BindableObject.cs [iOS] decoupling UpdateText() on LabelRenderer (#950) 2017-06-22 10:49:41 +01:00
BindableObjectExtensions.cs [XamlC] TypedBindings, some tests, a compiler, ... (#489) 2016-11-15 11:39:48 -08:00
BindableProperty.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
BindablePropertyConverter.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
BindablePropertyKey.cs Initial import 2016-03-22 16:13:41 -07:00
Binding.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
BindingBase.cs [XamlC] TypedBindings, some tests, a compiler, ... (#489) 2016-11-15 11:39:48 -08:00
BindingBaseExtensions.cs [XamlC] TypedBindings, some tests, a compiler, ... (#489) 2016-11-15 11:39:48 -08:00
BindingExpression.cs [core] Prevent canonicalization of '*.[.]' and '-0' (#1035) 2017-07-24 16:47:11 -04:00
BindingMode.cs Initial import 2016-03-22 16:13:41 -07:00
BindingTypeConverter.cs [XamlC] Compiled converters (#358) 2016-09-26 13:29:47 -07:00
BoundsConstraint.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
BoundsTypeConverter.cs [XamlC] Compiled converters (#358) 2016-09-26 13:29:47 -07:00
BoxView.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
Button.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
CarouselPage.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
CastingEnumerator.cs Initial import 2016-03-22 16:13:41 -07:00
ChatKeyboard.cs Initial import 2016-03-22 16:13:41 -07:00
ChildCollectionChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
CollectionSynchronizationCallback.cs Initial import 2016-03-22 16:13:41 -07:00
CollectionSynchronizationContext.cs Initial import 2016-03-22 16:13:41 -07:00
Color.cs [C] use the FromRgb[a] overload taking ints, not doubles 2017-05-05 09:49:04 +02:00
ColorTypeConverter.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ColumnDefinition.cs Initial import 2016-03-22 16:13:41 -07:00
ColumnDefinitionCollection.cs Initial import 2016-03-22 16:13:41 -07:00
Command.cs Don't run Command CanExecute on incorrect inherited binding context type (#572) 2016-12-01 22:15:17 +01:00
Configuration.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
Constraint.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ConstraintExpression.cs [XamlC] replace the runtime type check by compiletime (#334) 2016-09-08 11:51:01 -07:00
ConstraintType.cs Initial import 2016-03-22 16:13:41 -07:00
ConstraintTypeConverter.cs [XamlC] Compile ContraintTypeConverters (#592) 2016-12-05 13:40:12 +01:00
ContentPage.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
ContentPresenter.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
ContentPropertyAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ContentView.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
ControlTemplate.cs Initial import 2016-03-22 16:13:41 -07:00
CustomKeyboard.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
DataTemplate.cs Initial import 2016-03-22 16:13:41 -07:00
DataTemplateExtensions.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
DataTemplateSelector.cs Initial import 2016-03-22 16:13:41 -07:00
DateChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
DatePicker.cs [C] use picker creation date as default Date (#944) 2017-06-01 09:33:38 +02:00
DefinitionCollection.cs Fix DefinitionCollection index check order (#1017) 2017-06-26 20:06:39 +01:00
DelegateLogListener.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
DependencyAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
DependencyFetchTarget.cs Initial import 2016-03-22 16:13:41 -07:00
DependencyService.cs Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816) 2017-03-16 16:19:35 +00:00
Device.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
DeviceInfo.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
DeviceOrientation.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
DeviceOrientationExtensions.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
Easing.cs Initial import 2016-03-22 16:13:41 -07:00
Editor.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
Effect.cs Add internal XF.Registrar.RegisterAll b/c previewer needs it (#816) 2017-03-16 16:19:35 +00:00
Element.cs Fix bz56030; DynamicResource overriding (#924) 2017-05-26 12:31:55 +01:00
ElementCollection.cs Initial import 2016-03-22 16:13:41 -07:00
ElementEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ElementTemplate.cs Initial import 2016-03-22 16:13:41 -07:00
EmailKeyboard.cs Initial import 2016-03-22 16:13:41 -07:00
Entry.cs [iOS] workaround a weird iOS behavior. (#987) 2017-06-21 02:00:58 +01:00
EnumerableExtensions.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
EventArg.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
ExportEffectAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ExpressionSearch.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
FileAccess.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
FileImageSource.cs Better error handling for image loading errors on iOS/Android (#849) 2017-04-25 19:16:25 +01:00
FileImageSourceConverter.cs Initial import 2016-03-22 16:13:41 -07:00
FileMode.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
FileShare.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
FocusEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
Font.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
FontAttributes.cs Initial import 2016-03-22 16:13:41 -07:00
FontElement.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
FontSizeConverter.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
FontTypeConverter.cs Initial import 2016-03-22 16:13:41 -07:00
FormattedString.cs Initial import 2016-03-22 16:13:41 -07:00
Frame.cs [C] use defaultValueCreator to set Frame default Padding (#943) 2017-06-01 09:53:11 +02:00
GestureRecognizer.cs Initial import 2016-03-22 16:13:41 -07:00
GestureState.cs Initial import 2016-03-22 16:13:41 -07:00
GestureStatus.cs Initial import 2016-03-22 16:13:41 -07:00
Grid.cs Breaking; Make Grid.AddHz/Vt span ortho dim (#984) 2017-06-22 18:36:52 -04:00
GridCalc.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
GridLength.cs Add convenience GridLength.Star (#168) 2016-06-08 10:37:21 -07:00
GridLengthTypeConverter.cs Initial import 2016-03-22 16:13:41 -07:00
GridUnitType.cs Initial import 2016-03-22 16:13:41 -07:00
HandlerAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
HtmlWebViewSource.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IAnimatable.cs Initial import 2016-03-22 16:13:41 -07:00
IAppIndexingProvider.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
IAppLinkEntry.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
IAppLinks.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
IApplicationController.cs Evolve feature branch (#117) 2016-04-24 12:25:26 -04:00
IButtonController.cs Add pressed and released events to Button (#446) 2017-02-02 18:23:31 +00:00
IConfigElement.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
IConfigPlatform.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
IControlTemplated.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
IDefinition.cs Initial import 2016-03-22 16:13:41 -07:00
IDeserializer.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IEditorController.cs IEditorController 2017-02-21 10:24:12 +00:00
IEffectControlProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IElement.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IElementConfiguration.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
IElementController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IEntryController.cs Prep Entry for removal of InternalsVisibleTo (#139) 2016-04-27 07:55:09 -04:00
IExpressionSearch.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IExtendedTypeConverter.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
IFontElement.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IGestureRecognizer.cs Initial import 2016-03-22 16:13:41 -07:00
IGridController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IImageController.cs Prep Image for removal of InternalsVisibleTo (#140) 2016-05-02 14:56:03 -06:00
IIsolatedStorageFile.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IItemViewController.cs Whitespace fixes (#110) 2016-04-18 23:57:22 -07:00
IItemsView.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ILayout.cs Initial import 2016-03-22 16:13:41 -07:00
ILayoutController.cs Initial import 2016-03-22 16:13:41 -07:00
IListProxy.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
IListViewController.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
IMarkupExtension.cs Xaml empty service provider (#736) 2017-02-10 11:07:00 +01:00
IMasterDetailPageController.cs Add IMasterDetailPageController and update renderers (#146) 2016-05-04 15:22:34 +01:00
IMenuItemController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IMultiPageController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
INativeBindingService.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
INativeValueConverterService.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
INavigation.cs Initial import 2016-03-22 16:13:41 -07:00
INavigationMenuController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
INavigationPageController.cs Add default parameter value of zero to INavigationPageController.Peek() (#708) 2017-01-23 22:55:03 +00:00
IOpenGlViewController.cs Initial import 2016-03-22 16:13:41 -07:00
IPageContainer.cs Initial import 2016-03-22 16:13:41 -07:00
IPageController.cs Prep Page for removal of InternalsVisibleTo (#150) 2016-06-16 16:45:09 +01:00
IPanGestureController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IPinchGestureController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IPlatform.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IPlatformElementConfiguration.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
IPlatformServices.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IProvideParentValues.cs Initial import 2016-03-22 16:13:41 -07:00
IProvideValueTarget.cs [XamlC] Implement IValueProvider.PropertyType (#345) 2016-09-23 00:01:22 -07:00
IRegisterable.cs Initial import 2016-03-22 16:13:41 -07:00
IResourceDictionary.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
IResourcesProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IRootObjectProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IScrollViewController.cs Initial import 2016-03-22 16:13:41 -07:00
ISearchBarController.cs Prep SearchBar for removal of InternalsVisibleTo (#137) 2016-05-02 14:55:43 -06:00
IStreamImageSource.cs Prep StreamImageSource for removal of InternalsVisibleTo 2016-05-04 14:08:54 +01:00
IStyle.cs Initial import 2016-03-22 16:13:41 -07:00
ISystemResourcesProvider.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
ITableModel.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ITableViewController.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ITemplatedItemsList.cs [All] Crash fixes for ListViews (#243) 2016-07-01 21:51:38 +01:00
ITemplatedItemsListScrollToRequestedEventArgs.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ITemplatedItemsView.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ITextElement.cs [C] ITextElement and TextElement (#789) 2017-03-06 10:35:17 +01:00
IValueConverter.cs Initial import 2016-03-22 16:13:41 -07:00
IValueConverterProvider.cs [Xaml] support short Properties for PropertyCondition (#645) 2016-12-23 08:50:19 +01:00
IValueProvider.cs Initial import 2016-03-22 16:13:41 -07:00
IViewContainer.cs Initial import 2016-03-22 16:13:41 -07:00
IViewController.cs Initial import 2016-03-22 16:13:41 -07:00
IVisualElementController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IWebViewController.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
IWebViewDelegate.cs Prep WebView and renderers for removal of InternalsVisibleTo (#120) 2016-04-25 12:26:40 -04:00
IXamlTypeResolver.cs Initial import 2016-03-22 16:13:41 -07:00
IXmlLineInfoProvider.cs Initial import 2016-03-22 16:13:41 -07:00
Image.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
ImageSource.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ImageSourceConverter.cs Initial import 2016-03-22 16:13:41 -07:00
InputView.cs Initial import 2016-03-22 16:13:41 -07:00
InvalidNavigationException.cs Initial import 2016-03-22 16:13:41 -07:00
InvalidationEventArgs.cs Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141) 2016-05-02 15:19:12 -07:00
ItemTappedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ItemVisibilityEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ItemsView.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Keyboard.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
KeyboardFlags.cs Add Plain Keyboard from KeyboardFlags.None (#155) 2016-06-08 10:36:37 -07:00
KeyboardTypeConverter.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Label.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
Layout.cs [C] use defaultValueCreator to set Frame default Padding (#943) 2017-06-01 09:53:11 +02:00
LayoutAlignment.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutAlignmentExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutConstraint.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutExpandFlag.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutOptions.cs Initial import 2016-03-22 16:13:41 -07:00
LayoutOptionsConverter.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
LineBreakMode.cs Initial import 2016-03-22 16:13:41 -07:00
ListProxy.cs Setup a ConditionalWeakTable in ListProxy to hold weak references so that a ListView will work when connected to a Weak Source (#802) 2017-03-24 11:58:28 -07:00
ListStringTypeConverter.cs [XamlC] compile ListStringTypeConverter (#660) 2017-01-18 13:04:13 +01:00
ListView.cs [UWP] ListView ItemSelected event will fire only once on selection changed (#1005) 2017-08-17 16:59:13 +01:00
ListViewCachingStrategy.cs Initial import 2016-03-22 16:13:41 -07:00
LockableObservableListWrapper.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
LockingSemaphore.cs Make spacing in lock statement consistent with code style 2016-03-29 13:41:41 -06:00
Log.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
LogListener.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
MasterBehavior.cs Initial import 2016-03-22 16:13:41 -07:00
MasterDetailPage.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
MeasureFlags.cs Initial import 2016-03-22 16:13:41 -07:00
MenuItem.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
MergedStyle.cs [Xaml] Fallback to App.Current for DynResources (Previewer) (#793) 2017-03-02 23:28:37 +01:00
MessagingCenter.cs Make MessagingCenter testable (#723) 2017-01-31 13:10:28 +00:00
ModalEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ModalPoppedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ModalPoppingEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ModalPushedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ModalPushingEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
MultiPage.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
NameScopeExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
NamedSize.cs Initial import 2016-03-22 16:13:41 -07:00
NativeBindingHelpers.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
NavigationEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
NavigationMenu.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
NavigationModel.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
NavigationPage.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
NavigationProxy.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
NullEffect.cs Initial import 2016-03-22 16:13:41 -07:00
NumericExtensions.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
NumericKeyboard.cs Initial import 2016-03-22 16:13:41 -07:00
ObservableList.cs Initial import 2016-03-22 16:13:41 -07:00
ObservableWrapper.cs Initial import 2016-03-22 16:13:41 -07:00
OnIdiom.cs Add TV to TargetIdiom (#738) 2017-02-02 19:25:40 +00:00
OnPlatform.cs [Xaml] OnPlatform.Default value (#873) 2017-04-25 11:06:29 -07:00
OpenGLView.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
OrderedDictionary.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Page.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
PanGestureRecognizer.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
PanUpdatedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ParameterAttribute.cs [XamlC] Compiled converters (#358) 2016-09-26 13:29:47 -07:00
Performance.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
Picker.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
PinchGestureRecognizer.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
PinchGestureUpdatedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
PlatformConfigurationRegistry.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
PlatformEffect.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Point.cs Initial import 2016-03-22 16:13:41 -07:00
PointTypeConverter.cs Initial import 2016-03-22 16:13:41 -07:00
PoppedToRootEventArgs.cs Added PoppedToRootEventArgs to track popped pages when calling PopToRoot (#229) 2016-07-11 11:39:11 -07:00
ProgressBar.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
PropertyChangingEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
PropertyChangingEventHandler.cs Initial import 2016-03-22 16:13:41 -07:00
ProvideCompiledAttribute.cs [XamlC] Compiled converters (#358) 2016-09-26 13:29:47 -07:00
ReadOnlyCastingList.cs Initial import 2016-03-22 16:13:41 -07:00
ReadOnlyListAdapter.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Rectangle.cs Initial import 2016-03-22 16:13:41 -07:00
RectangleTypeConverter.cs [XamlC] Compiled converters (#358) 2016-09-26 13:29:47 -07:00
ReflectionExtensions.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
Registrar.cs Fix bugzilla55542 (#898) 2017-05-04 15:27:30 +01:00
RelativeLayout.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
RenderWithAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ResolutionGroupNameAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
ResourceDictionary.cs [C] Lookup in RD also lookup in merged RDs (#861) 2017-04-11 11:09:06 -07:00
ResourcesChangedEventArgs.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
ResourcesExtensions.cs [Xaml] Fallback to App.Current for DynResources (Previewer) (#793) 2017-03-02 23:28:37 +01:00
RoutingEffect.cs Initial import 2016-03-22 16:13:41 -07:00
RowDefinition.cs Initial import 2016-03-22 16:13:41 -07:00
RowDefinitionCollection.cs Initial import 2016-03-22 16:13:41 -07:00
ScrollOrientation.cs Initial import 2016-03-22 16:13:41 -07:00
ScrollToMode.cs Initial import 2016-03-22 16:13:41 -07:00
ScrollToPosition.cs Initial import 2016-03-22 16:13:41 -07:00
ScrollToRequestedEventArgs.cs Prep Cell & friends for removal of InternalsVisibleTo (#142) 2016-06-17 11:10:18 +01:00
ScrollView.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
ScrolledEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
SearchBar.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
SelectedItemChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
SelectedPositionChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
SeparatorMenuItem.cs Initial import 2016-03-22 16:13:41 -07:00
SeparatorVisibility.cs Initial import 2016-03-22 16:13:41 -07:00
Setter.cs Fix 54334 (#855) 2017-04-06 14:13:49 -07:00
SettersExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
Size.cs Initial import 2016-03-22 16:13:41 -07:00
SizeRequest.cs Initial import 2016-03-22 16:13:41 -07:00
Slider.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Span.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
StackLayout.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
StackOrientation.cs Initial import 2016-03-22 16:13:41 -07:00
Stepper.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
StreamImageSource.cs Prep StreamImageSource for removal of InternalsVisibleTo 2016-05-04 14:08:54 +01:00
StreamWrapper.cs Initial import 2016-03-22 16:13:41 -07:00
Style.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
Switch.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
SynchronizedList.cs Make spacing in lock statement consistent with code style 2016-03-29 13:41:41 -06:00
TabbedPage.cs Platform Specifics (#301) 2016-08-30 10:46:14 -07:00
TableIntent.cs Initial import 2016-03-22 16:13:41 -07:00
TableModel.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
TableRoot.cs Initial import 2016-03-22 16:13:41 -07:00
TableSection.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
TableSectionBase.cs Initial import 2016-03-22 16:13:41 -07:00
TableView.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
TapGestureRecognizer.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
TappedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
TargetIdiom.cs Add TV to TargetIdiom (#738) 2017-02-02 19:25:40 +00:00
TargetPlatform.cs MacOS (#650) 2017-01-26 15:33:15 +00:00
TelephoneKeyboard.cs Initial import 2016-03-22 16:13:41 -07:00
TemplateBinding.cs Initial import 2016-03-22 16:13:41 -07:00
TemplateExtensions.cs Initial import 2016-03-22 16:13:41 -07:00
TemplateUtilities.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
TemplatedItemsList.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
TemplatedPage.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
TemplatedView.cs [C] reset the BindingContext on template change (#998) 2017-06-21 10:32:08 +02:00
TextAlignment.cs Initial import 2016-03-22 16:13:41 -07:00
TextChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
TextElement.cs [C] fix BP DeclaringType in TextElement[C 2017-03-21 12:44:58 +01:00
TextKeyboard.cs Initial import 2016-03-22 16:13:41 -07:00
Thickness.cs fix Thickness.IsDefault. Bottom was ignored (#200) 2016-05-31 10:09:10 -07:00
ThicknessTypeConverter.cs [XamlC] compile ThicknessTypeConverter (#603) 2016-12-12 10:35:42 +01:00
TimePicker.cs [C] ITextElement and TextElement (#789) 2017-03-06 10:35:17 +01:00
ToggledEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ToolbarItem.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
ToolbarItemEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
ToolbarItemOrder.cs Initial import 2016-03-22 16:13:41 -07:00
TrackableCollection.cs Initial import 2016-03-22 16:13:41 -07:00
Tweener.cs Make core Ticker abstract and public (#116) 2016-04-25 15:57:44 -04:00
TypeConverter.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
TypeConverterAttribute.cs Initial import 2016-03-22 16:13:41 -07:00
TypeTypeConverter.cs [Internal] Normalize Obsolete attributes (#860) 2017-04-07 09:47:33 +02:00
TypedBinding.cs Add [EditorBrowsable(EditorBrowsableState.Never)] to public classes/interfaces in XF.Internals (#806) 2017-03-09 10:38:06 -08:00
UnsolvableConstraintsException.cs Initial import 2016-03-22 16:13:41 -07:00
UriImageSource.cs Better error handling for image loading errors on iOS/Android (#849) 2017-04-25 19:16:25 +01:00
UriTypeConverter.cs Initial import 2016-03-22 16:13:41 -07:00
UrlKeyboard.cs Initial import 2016-03-22 16:13:41 -07:00
UrlWebViewSource.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
ValueChangedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
Vec2.cs Initial import 2016-03-22 16:13:41 -07:00
View.cs Prep VisualElement (and descendants) for removal of InternalsVisibleTo (#141) 2016-05-02 15:19:12 -07:00
ViewExtensions.cs [C] fix TranslateTo for easing going outside of (0,1) (#414) 2016-10-20 12:40:10 -07:00
ViewState.cs Initial import 2016-03-22 16:13:41 -07:00
VisualElement.cs Remove VisualElement finalizer (#918) 2017-05-16 10:27:41 -07:00
WeakEventManager.cs Unit tests for the PCL WeakEventManager (#280) 2016-08-10 13:51:33 +02:00
WeakReferenceExtensions.cs [XamlC] TypedBindings, some tests, a compiler, ... (#489) 2016-11-15 11:39:48 -08:00
WebNavigatedEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
WebNavigatingEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
WebNavigationEvent.cs Initial import 2016-03-22 16:13:41 -07:00
WebNavigationEventArgs.cs Initial import 2016-03-22 16:13:41 -07:00
WebNavigationResult.cs Initial import 2016-03-22 16:13:41 -07:00
WebView.cs Implicit impl of controller ifaces (#807) 2017-04-11 19:02:06 +01:00
WebViewSource.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00
WebViewSourceTypeConverter.cs Initial import 2016-03-22 16:13:41 -07:00
Xamarin.Forms.Core.csproj [macOS] Set tab order (e.g. for entries) on a Page (#1060) 2017-07-24 17:13:21 -04:00
Xamarin.Forms.Core.nuspec Initial import 2016-03-22 16:13:41 -07:00
XamlParseException.cs [Xaml] support native views and native bindings (#266) 2016-09-08 11:45:43 -07:00
XmlLineInfo.cs Initial import 2016-03-22 16:13:41 -07:00
XmlnsDefinitionAttribute.cs Remove InternalsVisibleTo from Core to XF.Platforms.* (#782) 2017-03-07 14:56:24 -05:00