Add support for Windows 10 SDK 17763 (1809)

This commit is contained in:
Jérôme Laban 2018-11-28 09:46:43 -05:00
Родитель 2ebeb8920d
Коммит ecdb6889a5
411 изменённых файлов: 19612 добавлений и 4241 удалений

Просмотреть файл

@ -5,8 +5,18 @@ namespace Windows.UI.Xaml.Automation.Peers
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class AppBarButtonAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer
public partial class AppBarButtonAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState
{
get
{
throw new global::System.NotImplementedException("The member ExpandCollapseState AppBarButtonAutomationPeer.ExpandCollapseState is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public AppBarButtonAutomationPeer( global::Windows.UI.Xaml.Controls.AppBarButton owner) : base(owner)
@ -15,5 +25,21 @@ namespace Windows.UI.Xaml.Automation.Peers
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer.AppBarButtonAutomationPeer(Windows.UI.Xaml.Controls.AppBarButton)
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer.ExpandCollapseState.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Collapse()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer", "void AppBarButtonAutomationPeer.Collapse()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Expand()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AppBarButtonAutomationPeer", "void AppBarButtonAutomationPeer.Expand()");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
}
}

Просмотреть файл

@ -178,6 +178,167 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Navigate( global::Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction)
{
throw new global::System.NotImplementedException("The member object AutomationPeer.Navigate(AutomationNavigationDirection direction) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object GetElementFromPoint( global::Windows.Foundation.Point pointInWindowCoordinates)
{
throw new global::System.NotImplementedException("The member object AutomationPeer.GetElementFromPoint(Point pointInWindowCoordinates) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object GetFocusedElement()
{
throw new global::System.NotImplementedException("The member object AutomationPeer.GetFocusedElement() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void ShowContextMenu()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.ShowContextMenu()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IReadOnlyList<global::Windows.UI.Xaml.Automation.Peers.AutomationPeer> GetControlledPeers()
{
throw new global::System.NotImplementedException("The member IReadOnlyList<AutomationPeer> AutomationPeer.GetControlledPeers() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation> GetAnnotations()
{
throw new global::System.NotImplementedException("The member IList<AutomationPeerAnnotation> AutomationPeer.GetAnnotations() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void SetParent( global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.SetParent(AutomationPeer peer)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RaiseTextEditTextChangedEvent( global::Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, global::System.Collections.Generic.IReadOnlyList<string> changedData)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseTextEditTextChangedEvent(AutomationTextEditChangeType automationTextEditChangeType, IReadOnlyList<string> changedData)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetPositionInSet()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetPositionInSet() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetSizeOfSet()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetSizeOfSet() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetLevel()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetLevel() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RaiseStructureChangedEvent( global::Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, global::Windows.UI.Xaml.Automation.Peers.AutomationPeer child)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseStructureChangedEvent(AutomationStructureChangeType structureChangeType, AutomationPeer child)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType GetLandmarkType()
{
throw new global::System.NotImplementedException("The member AutomationLandmarkType AutomationPeer.GetLandmarkType() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string GetLocalizedLandmarkType()
{
throw new global::System.NotImplementedException("The member string AutomationPeer.GetLocalizedLandmarkType() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPeripheral()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsPeripheral() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsDataValidForForm()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsDataValidForForm() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string GetFullDescription()
{
throw new global::System.NotImplementedException("The member string AutomationPeer.GetFullDescription() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetCulture()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetCulture() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RaiseNotificationEvent( global::Windows.UI.Xaml.Automation.Peers.AutomationNotificationKind notificationKind, global::Windows.UI.Xaml.Automation.Peers.AutomationNotificationProcessing notificationProcessing, string displayString, string activityId)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseNotificationEvent(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Peers.AutomationHeadingLevel GetHeadingLevel()
{
throw new global::System.NotImplementedException("The member AutomationHeadingLevel AutomationPeer.GetHeadingLevel() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsDialog()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsDialog() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected global::Windows.UI.Xaml.Automation.Peers.AutomationPeer PeerFromProvider( global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider)
{
throw new global::System.NotImplementedException("The member AutomationPeer AutomationPeer.PeerFromProvider(IRawElementProviderSimple provider) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple ProviderFromPeer( global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple AutomationPeer.ProviderFromPeer(AutomationPeer peer) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual object GetPatternCore( global::Windows.UI.Xaml.Automation.Peers.PatternInterface patternInterface)
{
throw new global::System.NotImplementedException("The member object AutomationPeer.GetPatternCore(PatternInterface patternInterface) is not implemented in Uno.");
@ -307,20 +468,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected global::Windows.UI.Xaml.Automation.Peers.AutomationPeer PeerFromProvider( global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple provider)
{
throw new global::System.NotImplementedException("The member AutomationPeer AutomationPeer.PeerFromProvider(IRawElementProviderSimple provider) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple ProviderFromPeer( global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple AutomationPeer.ProviderFromPeer(AutomationPeer peer) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void ShowContextMenuCore()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.ShowContextMenuCore()");
@ -335,90 +482,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Navigate( global::Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction)
{
throw new global::System.NotImplementedException("The member object AutomationPeer.Navigate(AutomationNavigationDirection direction) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object GetElementFromPoint( global::Windows.Foundation.Point pointInWindowCoordinates)
{
throw new global::System.NotImplementedException("The member object AutomationPeer.GetElementFromPoint(Point pointInWindowCoordinates) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object GetFocusedElement()
{
throw new global::System.NotImplementedException("The member object AutomationPeer.GetFocusedElement() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void ShowContextMenu()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.ShowContextMenu()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IReadOnlyList<global::Windows.UI.Xaml.Automation.Peers.AutomationPeer> GetControlledPeers()
{
throw new global::System.NotImplementedException("The member IReadOnlyList<AutomationPeer> AutomationPeer.GetControlledPeers() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Automation.Peers.AutomationPeerAnnotation> GetAnnotations()
{
throw new global::System.NotImplementedException("The member IList<AutomationPeerAnnotation> AutomationPeer.GetAnnotations() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void SetParent( global::Windows.UI.Xaml.Automation.Peers.AutomationPeer peer)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.SetParent(AutomationPeer peer)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RaiseTextEditTextChangedEvent( global::Windows.UI.Xaml.Automation.AutomationTextEditChangeType automationTextEditChangeType, global::System.Collections.Generic.IReadOnlyList<string> changedData)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseTextEditTextChangedEvent(AutomationTextEditChangeType automationTextEditChangeType, IReadOnlyList<string> changedData)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetPositionInSet()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetPositionInSet() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetSizeOfSet()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetSizeOfSet() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetLevel()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetLevel() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RaiseStructureChangedEvent( global::Windows.UI.Xaml.Automation.Peers.AutomationStructureChangeType structureChangeType, global::Windows.UI.Xaml.Automation.Peers.AutomationPeer child)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseStructureChangedEvent(AutomationStructureChangeType structureChangeType, AutomationPeer child)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual object NavigateCore( global::Windows.UI.Xaml.Automation.Peers.AutomationNavigationDirection direction)
{
throw new global::System.NotImplementedException("The member object AutomationPeer.NavigateCore(AutomationNavigationDirection direction) is not implemented in Uno.");
@ -468,20 +531,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType GetLandmarkType()
{
throw new global::System.NotImplementedException("The member AutomationLandmarkType AutomationPeer.GetLandmarkType() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string GetLocalizedLandmarkType()
{
throw new global::System.NotImplementedException("The member string AutomationPeer.GetLocalizedLandmarkType() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual global::Windows.UI.Xaml.Automation.Peers.AutomationLandmarkType GetLandmarkTypeCore()
{
throw new global::System.NotImplementedException("The member AutomationLandmarkType AutomationPeer.GetLandmarkTypeCore() is not implemented in Uno.");
@ -496,27 +545,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPeripheral()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsPeripheral() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsDataValidForForm()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsDataValidForForm() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string GetFullDescription()
{
throw new global::System.NotImplementedException("The member string AutomationPeer.GetFullDescription() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual bool IsPeripheralCore()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsPeripheralCore() is not implemented in Uno.");
@ -553,13 +581,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int GetCulture()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetCulture() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual int GetCultureCore()
{
throw new global::System.NotImplementedException("The member int AutomationPeer.GetCultureCore() is not implemented in Uno.");
@ -567,20 +588,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RaiseNotificationEvent( global::Windows.UI.Xaml.Automation.Peers.AutomationNotificationKind notificationKind, global::Windows.UI.Xaml.Automation.Peers.AutomationNotificationProcessing notificationProcessing, string displayString, string activityId)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.AutomationPeer", "void AutomationPeer.RaiseNotificationEvent(AutomationNotificationKind notificationKind, AutomationNotificationProcessing notificationProcessing, string displayString, string activityId)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Peers.AutomationHeadingLevel GetHeadingLevel()
{
throw new global::System.NotImplementedException("The member AutomationHeadingLevel AutomationPeer.GetHeadingLevel() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual global::Windows.UI.Xaml.Automation.Peers.AutomationHeadingLevel GetHeadingLevelCore()
{
throw new global::System.NotImplementedException("The member AutomationHeadingLevel AutomationPeer.GetHeadingLevelCore() is not implemented in Uno.");
@ -588,6 +595,13 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual bool IsDialogCore()
{
throw new global::System.NotImplementedException("The member bool AutomationPeer.IsDialogCore() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.Peers.RawElementProviderRuntimeId GenerateRawElementProviderRuntimeId()
{
throw new global::System.NotImplementedException("The member RawElementProviderRuntimeId AutomationPeer.GenerateRawElementProviderRuntimeId() is not implemented in Uno.");

Просмотреть файл

@ -5,7 +5,7 @@ namespace Windows.UI.Xaml.Automation.Peers
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class ComboBoxAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider,global::Windows.UI.Xaml.Automation.Provider.IValueProvider,global::Windows.UI.Xaml.Automation.Provider.IWindowProvider
public partial class ComboBoxAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.SelectorAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IValueProvider,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider,global::Windows.UI.Xaml.Automation.Provider.IWindowProvider
{
// Skipping already declared property ExpandCollapseState
// Skipping already declared property IsReadOnly
@ -18,12 +18,12 @@ namespace Windows.UI.Xaml.Automation.Peers
// Skipping already declared property VisualState
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.ComboBoxAutomationPeer(Windows.UI.Xaml.Controls.ComboBox)
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.ComboBoxAutomationPeer(Windows.UI.Xaml.Controls.ComboBox)
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.ExpandCollapseState.get
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Collapse()
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Expand()
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.IsReadOnly.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Value.get
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.SetValue(string)
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.ExpandCollapseState.get
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Collapse()
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Expand()
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.IsModal.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.IsTopmost.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Maximizable.get
@ -33,8 +33,8 @@ namespace Windows.UI.Xaml.Automation.Peers
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.Close()
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.SetVisualState(Windows.UI.Xaml.Automation.WindowVisualState)
// Skipping already declared method Windows.UI.Xaml.Automation.Peers.ComboBoxAutomationPeer.WaitForInputIdle(int)
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IValueProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IWindowProvider
}
}

Просмотреть файл

@ -17,13 +17,6 @@ namespace Windows.UI.Xaml.Automation.Peers
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer.ItemsControlAutomationPeer(Windows.UI.Xaml.Controls.ItemsControl)
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple FindItemByProperty( global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, global::Windows.UI.Xaml.Automation.AutomationProperty automationProperty, object value)
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple ItemsControlAutomationPeer.FindItemByProperty(IRawElementProviderSimple startAfter, AutomationProperty automationProperty, object value) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Peers.ItemAutomationPeer CreateItemAutomationPeer( object item)
{
throw new global::System.NotImplementedException("The member ItemAutomationPeer ItemsControlAutomationPeer.CreateItemAutomationPeer(object item) is not implemented in Uno.");
@ -36,6 +29,13 @@ namespace Windows.UI.Xaml.Automation.Peers
throw new global::System.NotImplementedException("The member ItemAutomationPeer ItemsControlAutomationPeer.OnCreateItemAutomationPeer(object item) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple FindItemByProperty( global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, global::Windows.UI.Xaml.Automation.AutomationProperty automationProperty, object value)
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple ItemsControlAutomationPeer.FindItemByProperty(IRawElementProviderSimple startAfter, AutomationProperty automationProperty, object value) is not implemented in Uno.");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IItemContainerProvider
}
}

Просмотреть файл

@ -5,7 +5,7 @@ namespace Windows.UI.Xaml.Automation.Peers
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class LoopingSelectorAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider,global::Windows.UI.Xaml.Automation.Provider.IItemContainerProvider,global::Windows.UI.Xaml.Automation.Provider.IScrollProvider,global::Windows.UI.Xaml.Automation.Provider.ISelectionProvider
public partial class LoopingSelectorAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.ISelectionProvider,global::Windows.UI.Xaml.Automation.Provider.IItemContainerProvider,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider,global::Windows.UI.Xaml.Automation.Provider.IScrollProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -97,6 +97,22 @@ namespace Windows.UI.Xaml.Automation.Peers
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.CanSelectMultiple.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.IsSelectionRequired.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple[] GetSelection()
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple[] LoopingSelectorAutomationPeer.GetSelection() is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple FindItemByProperty( global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, global::Windows.UI.Xaml.Automation.AutomationProperty automationProperty, object value)
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple LoopingSelectorAutomationPeer.FindItemByProperty(IRawElementProviderSimple startAfter, AutomationProperty automationProperty, object value) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.ExpandCollapseState.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -112,13 +128,6 @@ namespace Windows.UI.Xaml.Automation.Peers
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer", "void LoopingSelectorAutomationPeer.Expand()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple FindItemByProperty( global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple startAfter, global::Windows.UI.Xaml.Automation.AutomationProperty automationProperty, object value)
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple LoopingSelectorAutomationPeer.FindItemByProperty(IRawElementProviderSimple startAfter, AutomationProperty automationProperty, object value) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.HorizontallyScrollable.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.HorizontalScrollPercent.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.HorizontalViewSize.get
@ -139,18 +148,9 @@ namespace Windows.UI.Xaml.Automation.Peers
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer", "void LoopingSelectorAutomationPeer.SetScrollPercent(double horizontalPercent, double verticalPercent)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.CanSelectMultiple.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.LoopingSelectorAutomationPeer.IsSelectionRequired.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple[] GetSelection()
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple[] LoopingSelectorAutomationPeer.GetSelection() is not implemented in Uno.");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IItemContainerProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IScrollProvider
// Processing: Windows.UI.Xaml.Automation.Provider.ISelectionProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IItemContainerProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IScrollProvider
}
}

Просмотреть файл

@ -69,16 +69,6 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanRotate
{
get
{
throw new global::System.NotImplementedException("The member bool MapControlAutomationPeer.CanRotate is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanMove
{
get
@ -99,11 +89,11 @@ namespace Windows.UI.Xaml.Automation.Peers
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ZoomLevel
public bool CanRotate
{
get
{
throw new global::System.NotImplementedException("The member double MapControlAutomationPeer.ZoomLevel is not implemented in Uno.");
throw new global::System.NotImplementedException("The member bool MapControlAutomationPeer.CanRotate is not implemented in Uno.");
}
}
#endif
@ -137,6 +127,16 @@ namespace Windows.UI.Xaml.Automation.Peers
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ZoomLevel
{
get
{
throw new global::System.NotImplementedException("The member double MapControlAutomationPeer.ZoomLevel is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.MapControlAutomationPeer.HorizontallyScrollable.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.MapControlAutomationPeer.HorizontalScrollPercent.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.MapControlAutomationPeer.HorizontalViewSize.get

Просмотреть файл

@ -0,0 +1,19 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Automation.Peers
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class MenuBarAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MenuBarAutomationPeer( global::Windows.UI.Xaml.Controls.MenuBar owner) : base(owner)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.MenuBarAutomationPeer", "MenuBarAutomationPeer.MenuBarAutomationPeer(MenuBar owner)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.MenuBarAutomationPeer.MenuBarAutomationPeer(Windows.UI.Xaml.Controls.MenuBar)
}
}

Просмотреть файл

@ -0,0 +1,53 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Automation.Peers
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class MenuBarItemAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider,global::Windows.UI.Xaml.Automation.Provider.IInvokeProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState
{
get
{
throw new global::System.NotImplementedException("The member ExpandCollapseState MenuBarItemAutomationPeer.ExpandCollapseState is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MenuBarItemAutomationPeer( global::Windows.UI.Xaml.Controls.MenuBarItem owner) : base(owner)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer", "MenuBarItemAutomationPeer.MenuBarItemAutomationPeer(MenuBarItem owner)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer.MenuBarItemAutomationPeer(Windows.UI.Xaml.Controls.MenuBarItem)
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer.ExpandCollapseState.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Collapse()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer", "void MenuBarItemAutomationPeer.Collapse()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Expand()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer", "void MenuBarItemAutomationPeer.Expand()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Invoke()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.MenuBarItemAutomationPeer", "void MenuBarItemAutomationPeer.Invoke()");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IInvokeProvider
}
}

Просмотреть файл

@ -5,7 +5,7 @@ namespace Windows.UI.Xaml.Automation.Peers
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class PivotAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IScrollProvider,global::Windows.UI.Xaml.Automation.Provider.ISelectionProvider
public partial class PivotAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.ItemsControlAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.ISelectionProvider,global::Windows.UI.Xaml.Automation.Provider.IScrollProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -95,6 +95,15 @@ namespace Windows.UI.Xaml.Automation.Peers
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.PivotAutomationPeer(Windows.UI.Xaml.Controls.Pivot)
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.CanSelectMultiple.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.IsSelectionRequired.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple[] GetSelection()
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple[] PivotAutomationPeer.GetSelection() is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.HorizontallyScrollable.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.HorizontalScrollPercent.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.HorizontalViewSize.get
@ -115,16 +124,7 @@ namespace Windows.UI.Xaml.Automation.Peers
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer", "void PivotAutomationPeer.SetScrollPercent(double horizontalPercent, double verticalPercent)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.CanSelectMultiple.get
// Forced skipping of method Windows.UI.Xaml.Automation.Peers.PivotAutomationPeer.IsSelectionRequired.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.Provider.IRawElementProviderSimple[] GetSelection()
{
throw new global::System.NotImplementedException("The member IRawElementProviderSimple[] PivotAutomationPeer.GetSelection() is not implemented in Uno.");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IScrollProvider
// Processing: Windows.UI.Xaml.Automation.Provider.ISelectionProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IScrollProvider
}
}

Просмотреть файл

@ -7,36 +7,6 @@ namespace Windows.UI.Xaml.Automation
#endif
public partial class AutomationElementIdentifiers
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AcceleratorKeyProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.AcceleratorKeyProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AccessKeyProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.AccessKeyProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AutomationIdProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.AutomationIdProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty BoundingRectangleProperty
@ -49,36 +19,6 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty ClassNameProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.ClassNameProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty ClickablePointProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.ClickablePointProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty ControlTypeProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.ControlTypeProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty HasKeyboardFocusProperty
{
get
@ -89,6 +29,16 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty HelpTextProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.HelpTextProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty IsContentElementProperty
{
get
@ -219,6 +169,36 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AcceleratorKeyProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.AcceleratorKeyProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AccessKeyProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.AccessKeyProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AutomationIdProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.AutomationIdProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty OrientationProperty
{
get
@ -229,11 +209,31 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty HelpTextProperty
public static global::Windows.UI.Xaml.Automation.AutomationProperty ClassNameProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.HelpTextProperty is not implemented in Uno.");
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.ClassNameProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty ClickablePointProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.ClickablePointProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty ControlTypeProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.ControlTypeProperty is not implemented in Uno.");
}
}
#endif
@ -249,16 +249,6 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty PositionInSetProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.PositionInSetProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty AnnotationsProperty
{
get
@ -279,21 +269,21 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty SizeOfSetProperty
public static global::Windows.UI.Xaml.Automation.AutomationProperty PositionInSetProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.SizeOfSetProperty is not implemented in Uno.");
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.PositionInSetProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty LocalizedLandmarkTypeProperty
public static global::Windows.UI.Xaml.Automation.AutomationProperty SizeOfSetProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.LocalizedLandmarkTypeProperty is not implemented in Uno.");
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.SizeOfSetProperty is not implemented in Uno.");
}
}
#endif
@ -309,21 +299,11 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty IsPeripheralProperty
public static global::Windows.UI.Xaml.Automation.AutomationProperty LocalizedLandmarkTypeProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.IsPeripheralProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty FlowsFromProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.FlowsFromProperty is not implemented in Uno.");
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.LocalizedLandmarkTypeProperty is not implemented in Uno.");
}
}
#endif
@ -339,6 +319,16 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty FlowsFromProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.FlowsFromProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty FlowsToProperty
{
get
@ -369,6 +359,16 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty IsPeripheralProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.IsPeripheralProperty is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty CultureProperty
{
get
@ -387,6 +387,17 @@ namespace Windows.UI.Xaml.Automation
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.Automation.AutomationProperty IsDialogProperty
{
get
{
throw new global::System.NotImplementedException("The member AutomationProperty AutomationElementIdentifiers.IsDialogProperty is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsDialogProperty.get
// Forced skipping of method Windows.UI.Xaml.Automation.AutomationElementIdentifiers.HeadingLevelProperty.get
// Forced skipping of method Windows.UI.Xaml.Automation.AutomationElementIdentifiers.CultureProperty.get
// Forced skipping of method Windows.UI.Xaml.Automation.AutomationElementIdentifiers.IsPeripheralProperty.get

Просмотреть файл

@ -9,33 +9,9 @@ namespace Windows.UI.Xaml.Automation
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ItemStatusProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty AcceleratorKeyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"ItemStatus", typeof(string),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsRequiredForFormProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsRequiredForForm", typeof(bool),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HelpTextProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"HelpText", typeof(string),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AutomationIdProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"AutomationId", typeof(string),
"AcceleratorKey", typeof(string),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
@ -49,9 +25,33 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AcceleratorKeyProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty AutomationIdProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"AcceleratorKey", typeof(string),
"AutomationId", typeof(string),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HelpTextProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"HelpText", typeof(string),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsRequiredForFormProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsRequiredForForm", typeof(bool),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ItemStatusProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"ItemStatus", typeof(string),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
@ -73,6 +73,7 @@ namespace Windows.UI.Xaml.Automation
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Automation.Peers.AutomationLiveSetting)));
#endif
// Skipping already declared property NameProperty
// Skipping already declared property AccessibilityViewProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ControlledPeersProperty { get; } =
@ -81,7 +82,6 @@ namespace Windows.UI.Xaml.Automation
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.UIElement>)));
#endif
// Skipping already declared property AccessibilityViewProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AnnotationsProperty { get; } =
@ -130,22 +130,22 @@ namespace Windows.UI.Xaml.Automation
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(string)));
#endif
// Skipping already declared property LocalizedControlTypeProperty
// Skipping already declared property DescribedByProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsPeripheralProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty FlowsFromProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsPeripheral", typeof(bool),
"FlowsFrom", typeof(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(bool)));
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsDataValidForFormProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty FlowsToProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsDataValidForForm", typeof(bool),
"FlowsTo", typeof(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(bool)));
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -157,21 +157,21 @@ namespace Windows.UI.Xaml.Automation
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FlowsToProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty IsDataValidForFormProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"FlowsTo", typeof(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>),
"IsDataValidForForm", typeof(bool),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>)));
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property DescribedByProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FlowsFromProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty IsPeripheralProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"FlowsFrom", typeof(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>),
"IsPeripheral", typeof(bool),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.DependencyObject>)));
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property LocalizedControlTypeProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CultureProperty { get; } =
@ -188,6 +188,29 @@ namespace Windows.UI.Xaml.Automation
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Automation.Peers.AutomationHeadingLevel)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsDialogProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsDialog", typeof(bool),
typeof(global::Windows.UI.Xaml.Automation.AutomationProperties),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.AutomationProperties.IsDialogProperty.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static bool GetIsDialog( global::Windows.UI.Xaml.DependencyObject element)
{
return (bool)element.GetValue(IsDialogProperty);
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static void SetIsDialog( global::Windows.UI.Xaml.DependencyObject element, bool value)
{
element.SetValue(IsDialogProperty, value);
}
#endif
// Forced skipping of method Windows.UI.Xaml.Automation.AutomationProperties.HeadingLevelProperty.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]

Просмотреть файл

@ -7,18 +7,18 @@ namespace Windows.UI.Xaml.Controls.Maps
#endif
public partial class MapControl : global::Windows.UI.Xaml.Controls.Control
{
// Skipping already declared property Style
// Skipping already declared property DesiredPitch
// Skipping already declared property ColorScheme
// Skipping already declared property PedestrianFeaturesVisible
// Skipping already declared property Center
// Skipping already declared property LandmarksVisible
// Skipping already declared property Heading
// Skipping already declared property WatermarkMode
// Skipping already declared property Style
// Skipping already declared property MapServiceToken
// Skipping already declared property TransformOrigin
// Skipping already declared property TrafficFlowVisible
// Skipping already declared property LandmarksVisible
// Skipping already declared property Heading
// Skipping already declared property DesiredPitch
// Skipping already declared property ColorScheme
// Skipping already declared property PedestrianFeaturesVisible
// Skipping already declared property ZoomLevel
// Skipping already declared property Center
// Skipping already declared property Children
// Skipping already declared property LoadingStatus
// Skipping already declared property MapElements
@ -27,18 +27,18 @@ namespace Windows.UI.Xaml.Controls.Maps
// Skipping already declared property Pitch
// Skipping already declared property Routes
// Skipping already declared property TileSources
// Skipping already declared property CustomExperience
// Skipping already declared property BusinessLandmarksVisible
// Skipping already declared property ZoomInteractionMode
// Skipping already declared property TransitFeaturesVisible
// Skipping already declared property PanInteractionMode
// Skipping already declared property TiltInteractionMode
// Skipping already declared property Scene
// Skipping already declared property RotateInteractionMode
// Skipping already declared property PanInteractionMode
// Skipping already declared property CustomExperience
// Skipping already declared property BusinessLandmarksVisible
// Skipping already declared property ActualCamera
// Skipping already declared property Is3DSupported
// Skipping already declared property IsStreetsideSupported
// Skipping already declared property TargetCamera
// Skipping already declared property ActualCamera
// Skipping already declared property TransitFeaturesEnabled
// Skipping already declared property BusinessLandmarksEnabled
// Skipping already declared property ViewPadding
@ -46,12 +46,10 @@ namespace Windows.UI.Xaml.Controls.Maps
// Skipping already declared property MapProjection
// Skipping already declared property Layers
// Skipping already declared property Region
// Skipping already declared property CenterProperty
// Skipping already declared property ChildrenProperty
// Skipping already declared property ColorSchemeProperty
// Skipping already declared property DesiredPitchProperty
// Skipping already declared property HeadingProperty
// Skipping already declared property LandmarksVisibleProperty
// Skipping already declared property LoadingStatusProperty
// Skipping already declared property LocationProperty
// Skipping already declared property MapElementsProperty
// Skipping already declared property MapServiceTokenProperty
@ -64,17 +62,19 @@ namespace Windows.UI.Xaml.Controls.Maps
// Skipping already declared property TrafficFlowVisibleProperty
// Skipping already declared property TransformOriginProperty
// Skipping already declared property WatermarkModeProperty
// Skipping already declared property CenterProperty
// Skipping already declared property ChildrenProperty
// Skipping already declared property ZoomLevelProperty
// Skipping already declared property LoadingStatusProperty
// Skipping already declared property DesiredPitchProperty
// Skipping already declared property BusinessLandmarksVisibleProperty
// Skipping already declared property Is3DSupportedProperty
// Skipping already declared property IsStreetsideSupportedProperty
// Skipping already declared property PanInteractionModeProperty
// Skipping already declared property RotateInteractionModeProperty
// Skipping already declared property SceneProperty
// Skipping already declared property TiltInteractionModeProperty
// Skipping already declared property TransitFeaturesVisibleProperty
// Skipping already declared property ZoomInteractionModeProperty
// Skipping already declared property IsStreetsideSupportedProperty
// Skipping already declared property SceneProperty
// Skipping already declared property BusinessLandmarksEnabledProperty
// Skipping already declared property TransitFeaturesEnabledProperty
// Skipping already declared property MapProjectionProperty

Просмотреть файл

@ -0,0 +1,22 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Maps
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum MapTileAnimationState
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Stopped,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Paused,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Playing,
#endif
}
#endif
}

Просмотреть файл

@ -49,6 +49,16 @@ namespace Windows.UI.Xaml.Controls.Maps
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int FrameIndex
{
get
{
throw new global::System.NotImplementedException("The member int MapTileBitmapRequestedEventArgs.FrameIndex is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MapTileBitmapRequestedEventArgs()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs", "MapTileBitmapRequestedEventArgs.MapTileBitmapRequestedEventArgs()");
@ -59,5 +69,6 @@ namespace Windows.UI.Xaml.Controls.Maps
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs.Y.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs.ZoomLevel.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs.Request.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileBitmapRequestedEventArgs.FrameIndex.get
}
}

Просмотреть файл

@ -7,76 +7,6 @@ namespace Windows.UI.Xaml.Controls.Maps
#endif
public partial class MapTileSource : global::Windows.UI.Xaml.DependencyObject
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsRetryEnabled
{
get
{
return (bool)this.GetValue(IsRetryEnabledProperty);
}
set
{
this.SetValue(IsRetryEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFadingEnabled
{
get
{
return (bool)this.GetValue(IsFadingEnabledProperty);
}
set
{
this.SetValue(IsFadingEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Maps.MapTileDataSource DataSource
{
get
{
return (global::Windows.UI.Xaml.Controls.Maps.MapTileDataSource)this.GetValue(DataSourceProperty);
}
set
{
this.SetValue(DataSourceProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Devices.Geolocation.GeoboundingBox Bounds
{
get
{
return (global::Windows.Devices.Geolocation.GeoboundingBox)this.GetValue(BoundsProperty);
}
set
{
this.SetValue(BoundsProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AllowOverstretch
{
get
{
return (bool)this.GetValue(AllowOverstretchProperty);
}
set
{
this.SetValue(AllowOverstretchProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Maps.MapZoomLevelRange ZoomLevelRange
@ -163,6 +93,128 @@ namespace Windows.UI.Xaml.Controls.Maps
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsRetryEnabled
{
get
{
return (bool)this.GetValue(IsRetryEnabledProperty);
}
set
{
this.SetValue(IsRetryEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFadingEnabled
{
get
{
return (bool)this.GetValue(IsFadingEnabledProperty);
}
set
{
this.SetValue(IsFadingEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Maps.MapTileDataSource DataSource
{
get
{
return (global::Windows.UI.Xaml.Controls.Maps.MapTileDataSource)this.GetValue(DataSourceProperty);
}
set
{
this.SetValue(DataSourceProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Devices.Geolocation.GeoboundingBox Bounds
{
get
{
return (global::Windows.Devices.Geolocation.GeoboundingBox)this.GetValue(BoundsProperty);
}
set
{
this.SetValue(BoundsProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AllowOverstretch
{
get
{
return (bool)this.GetValue(AllowOverstretchProperty);
}
set
{
this.SetValue(AllowOverstretchProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.TimeSpan FrameDuration
{
get
{
return (global::System.TimeSpan)this.GetValue(FrameDurationProperty);
}
set
{
this.SetValue(FrameDurationProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int FrameCount
{
get
{
return (int)this.GetValue(FrameCountProperty);
}
set
{
this.SetValue(FrameCountProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AutoPlay
{
get
{
return (bool)this.GetValue(AutoPlayProperty);
}
set
{
this.SetValue(AutoPlayProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Maps.MapTileAnimationState AnimationState
{
get
{
return (global::Windows.UI.Xaml.Controls.Maps.MapTileAnimationState)this.GetValue(AnimationStateProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AllowOverstretchProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AllowOverstretch", typeof(bool),
@ -249,6 +301,38 @@ namespace Windows.UI.Xaml.Controls.Maps
typeof(global::Windows.UI.Xaml.Controls.Maps.MapTileSource),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Maps.MapZoomLevelRange)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AnimationStateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AnimationState", typeof(global::Windows.UI.Xaml.Controls.Maps.MapTileAnimationState),
typeof(global::Windows.UI.Xaml.Controls.Maps.MapTileSource),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Maps.MapTileAnimationState)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AutoPlayProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AutoPlay", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.Maps.MapTileSource),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FrameCountProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"FrameCount", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.Maps.MapTileSource),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FrameDurationProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"FrameDuration", typeof(global::System.TimeSpan),
typeof(global::Windows.UI.Xaml.Controls.Maps.MapTileSource),
new FrameworkPropertyMetadata(default(global::System.TimeSpan)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Maps.MapTileSource.MapTileSource()
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.MapTileSource()
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
@ -305,6 +389,38 @@ namespace Windows.UI.Xaml.Controls.Maps
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.TilePixelSize.set
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.Visible.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.Visible.set
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.AnimationState.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.AutoPlay.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.AutoPlay.set
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.FrameCount.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.FrameCount.set
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.FrameDuration.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.FrameDuration.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Pause()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Maps.MapTileSource", "void MapTileSource.Pause()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Play()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Maps.MapTileSource", "void MapTileSource.Play()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Stop()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Maps.MapTileSource", "void MapTileSource.Stop()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.AnimationStateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.AutoPlayProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.FrameCountProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.FrameDurationProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.DataSourceProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.LayerProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileSource.ZoomLevelRangeProperty.get

Просмотреть файл

@ -49,6 +49,16 @@ namespace Windows.UI.Xaml.Controls.Maps
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int FrameIndex
{
get
{
throw new global::System.NotImplementedException("The member int MapTileUriRequestedEventArgs.FrameIndex is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MapTileUriRequestedEventArgs()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs", "MapTileUriRequestedEventArgs.MapTileUriRequestedEventArgs()");
@ -59,5 +69,6 @@ namespace Windows.UI.Xaml.Controls.Maps
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs.Y.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs.ZoomLevel.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs.Request.get
// Forced skipping of method Windows.UI.Xaml.Controls.Maps.MapTileUriRequestedEventArgs.FrameIndex.get
}
}

Просмотреть файл

@ -7,6 +7,20 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
public partial class CarouselPanel : global::Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object ScrollOwner
{
get
{
throw new global::System.NotImplementedException("The member object CarouselPanel.ScrollOwner is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.CarouselPanel", "object CarouselPanel.ScrollOwner");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanVerticallyScroll
@ -37,20 +51,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object ScrollOwner
{
get
{
throw new global::System.NotImplementedException("The member object CarouselPanel.ScrollOwner is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.CarouselPanel", "object CarouselPanel.ScrollOwner");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExtentHeight
{
get

Просмотреть файл

@ -0,0 +1,30 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Primitives
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class CommandBarFlyoutCommandBar : global::Windows.UI.Xaml.Controls.CommandBar
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings FlyoutTemplateSettings
{
get
{
throw new global::System.NotImplementedException("The member CommandBarFlyoutCommandBarTemplateSettings CommandBarFlyoutCommandBar.FlyoutTemplateSettings is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public CommandBarFlyoutCommandBar() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar", "CommandBarFlyoutCommandBar.CommandBarFlyoutCommandBar()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.CommandBarFlyoutCommandBar()
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBar.FlyoutTemplateSettings.get
}
}

Просмотреть файл

@ -0,0 +1,231 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Primitives
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || false
[global::Uno.NotImplemented]
#endif
public partial class CommandBarFlyoutCommandBarTemplateSettings : global::Windows.UI.Xaml.DependencyObject
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double CloseAnimationEndPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.CloseAnimationEndPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Foundation.Rect ContentClipRect
{
get
{
throw new global::System.NotImplementedException("The member Rect CommandBarFlyoutCommandBarTemplateSettings.ContentClipRect is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double CurrentWidth
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.CurrentWidth is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandDownAnimationEndPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandDownAnimationEndPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandDownAnimationHoldPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandDownAnimationHoldPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandDownAnimationStartPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandDownAnimationStartPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandDownOverflowVerticalPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandDownOverflowVerticalPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandUpAnimationEndPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandUpAnimationEndPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandUpAnimationHoldPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandUpAnimationHoldPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandUpAnimationStartPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandUpAnimationStartPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandUpOverflowVerticalPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandUpOverflowVerticalPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExpandedWidth
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.ExpandedWidth is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double OpenAnimationEndPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.OpenAnimationEndPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double OpenAnimationStartPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.OpenAnimationStartPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Foundation.Rect OverflowContentClipRect
{
get
{
throw new global::System.NotImplementedException("The member Rect CommandBarFlyoutCommandBarTemplateSettings.OverflowContentClipRect is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double WidthExpansionAnimationEndPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionAnimationEndPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double WidthExpansionAnimationStartPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionAnimationStartPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double WidthExpansionDelta
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionDelta is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double WidthExpansionMoreButtonAnimationEndPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionMoreButtonAnimationEndPosition is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double WidthExpansionMoreButtonAnimationStartPosition
{
get
{
throw new global::System.NotImplementedException("The member double CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionMoreButtonAnimationStartPosition is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.OpenAnimationStartPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.OpenAnimationEndPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.CloseAnimationEndPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.CurrentWidth.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandedWidth.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionDelta.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionAnimationStartPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionAnimationEndPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionMoreButtonAnimationStartPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.WidthExpansionMoreButtonAnimationEndPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandUpOverflowVerticalPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandDownOverflowVerticalPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandUpAnimationStartPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandUpAnimationEndPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandUpAnimationHoldPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandDownAnimationStartPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandDownAnimationEndPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ExpandDownAnimationHoldPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.ContentClipRect.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.CommandBarFlyoutCommandBarTemplateSettings.OverflowContentClipRect.get
}
}

Просмотреть файл

@ -81,6 +81,54 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutShowMode ShowMode
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutShowMode)this.GetValue(ShowModeProperty);
}
set
{
this.SetValue(ShowModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AreOpenCloseAnimationsEnabled
{
get
{
return (bool)this.GetValue(AreOpenCloseAnimationsEnabledProperty);
}
set
{
this.SetValue(AreOpenCloseAnimationsEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool InputDevicePrefersPrimaryCommands
{
get
{
return (bool)this.GetValue(InputDevicePrefersPrimaryCommandsProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsOpen
{
get
{
return (bool)this.GetValue(IsOpenProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AttachedFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"AttachedFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
@ -128,6 +176,46 @@ namespace Windows.UI.Xaml.Controls.Primitives
typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.DependencyObject)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AreOpenCloseAnimationsEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AreOpenCloseAnimationsEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty InputDevicePrefersPrimaryCommandsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"InputDevicePrefersPrimaryCommands", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsOpenProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsOpen", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ShowModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ShowMode", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutShowMode),
typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutShowMode)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TargetProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Target", typeof(global::Windows.UI.Xaml.FrameworkElement),
typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.FrameworkElement)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.FlyoutBase()
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.FlyoutBase()
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Placement.get
@ -140,7 +228,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Opening.remove
// Skipping already declared method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.ShowAt(Windows.UI.Xaml.FrameworkElement)
// Skipping already declared method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Hide()
// Skipping already declared method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.CreatePresenter()
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.Target.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AllowFocusOnInteraction.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AllowFocusOnInteraction.set
@ -161,6 +248,20 @@ namespace Windows.UI.Xaml.Controls.Primitives
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutBase", "void FlyoutBase.TryInvokeKeyboardAccelerator(ProcessKeyboardAcceleratorEventArgs args)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.ShowMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.ShowMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.InputDevicePrefersPrimaryCommands.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AreOpenCloseAnimationsEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AreOpenCloseAnimationsEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.IsOpen.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void ShowAt( global::Windows.UI.Xaml.DependencyObject placementTarget, global::Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions showOptions)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutBase", "void FlyoutBase.ShowAt(DependencyObject placementTarget, FlyoutShowOptions showOptions)");
}
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.CreatePresenter()
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void OnProcessKeyboardAccelerators( global::Windows.UI.Xaml.Input.ProcessKeyboardAcceleratorEventArgs args)
@ -168,6 +269,11 @@ namespace Windows.UI.Xaml.Controls.Primitives
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutBase", "void FlyoutBase.OnProcessKeyboardAccelerators(ProcessKeyboardAcceleratorEventArgs args)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.TargetProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.ShowModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.InputDevicePrefersPrimaryCommandsProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AreOpenCloseAnimationsEnabledProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.IsOpenProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.OverlayInputPassThroughElementProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.AllowFocusOnInteractionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutBase.LightDismissOverlayModeProperty.get

Просмотреть файл

@ -13,6 +13,33 @@ namespace Windows.UI.Xaml.Controls.Primitives
// Skipping already declared field Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Left
// Skipping already declared field Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Right
// Skipping already declared field Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode.Full
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
TopEdgeAlignedLeft,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
TopEdgeAlignedRight,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
BottomEdgeAlignedLeft,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
BottomEdgeAlignedRight,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
LeftEdgeAlignedTop,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
LeftEdgeAlignedBottom,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
RightEdgeAlignedTop,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
RightEdgeAlignedBottom,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Auto,
#endif
}
#endif
}

Просмотреть файл

@ -0,0 +1,25 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Primitives
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum FlyoutShowMode
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Auto,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Standard,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Transient,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
TransientWithDismissOnPointerMoveAway,
#endif
}
#endif
}

Просмотреть файл

@ -0,0 +1,83 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Primitives
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class FlyoutShowOptions
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutShowMode ShowMode
{
get
{
throw new global::System.NotImplementedException("The member FlyoutShowMode FlyoutShowOptions.ShowMode is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions", "FlyoutShowMode FlyoutShowOptions.ShowMode");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Foundation.Point? Position
{
get
{
throw new global::System.NotImplementedException("The member Point? FlyoutShowOptions.Position is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions", "Point? FlyoutShowOptions.Position");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutPlacementMode Placement
{
get
{
throw new global::System.NotImplementedException("The member FlyoutPlacementMode FlyoutShowOptions.Placement is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions", "FlyoutPlacementMode FlyoutShowOptions.Placement");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Foundation.Rect? ExclusionRect
{
get
{
throw new global::System.NotImplementedException("The member Rect? FlyoutShowOptions.ExclusionRect is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions", "Rect? FlyoutShowOptions.ExclusionRect");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public FlyoutShowOptions()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions", "FlyoutShowOptions.FlyoutShowOptions()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.FlyoutShowOptions()
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.Position.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.Position.set
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.ExclusionRect.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.ExclusionRect.set
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.ShowMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.ShowMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.Placement.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.FlyoutShowOptions.Placement.set
}
}

Просмотреть файл

@ -0,0 +1,15 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Primitives
{
#if false || false || false || false || false
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public enum GeneratorDirection
{
// Skipping already declared field Windows.UI.Xaml.Controls.Primitives.GeneratorDirection.Forward
// Skipping already declared field Windows.UI.Xaml.Controls.Primitives.GeneratorDirection.Backward
}
#endif
}

Просмотреть файл

@ -9,155 +9,15 @@ namespace Windows.UI.Xaml.Controls.Primitives
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DisabledOpacity
public bool SelectionCheckMarkVisualEnabled
{
get
{
return (double)this.GetValue(DisabledOpacityProperty);
return (bool)this.GetValue(SelectionCheckMarkVisualEnabledProperty);
}
set
{
this.SetValue(DisabledOpacityProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness ContentMargin
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(ContentMarginProperty);
}
set
{
this.SetValue(ContentMarginProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckHintBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckHintBrushProperty);
}
set
{
this.SetValue(CheckHintBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckBrushProperty);
}
set
{
this.SetValue(CheckBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness GridViewItemPresenterPadding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(GridViewItemPresenterPaddingProperty);
}
set
{
this.SetValue(GridViewItemPresenterPaddingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment GridViewItemPresenterHorizontalContentAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(GridViewItemPresenterHorizontalContentAlignmentProperty);
}
set
{
this.SetValue(GridViewItemPresenterHorizontalContentAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(FocusBorderBrushProperty);
}
set
{
this.SetValue(FocusBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PointerOverBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PointerOverBackgroundProperty);
}
set
{
this.SetValue(PointerOverBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DragOpacity
{
get
{
return (double)this.GetValue(DragOpacityProperty);
}
set
{
this.SetValue(DragOpacityProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush DragForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(DragForegroundProperty);
}
set
{
this.SetValue(DragForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush DragBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(DragBackgroundProperty);
}
set
{
this.SetValue(DragBackgroundProperty, value);
this.SetValue(SelectionCheckMarkVisualEnabledProperty, value);
}
}
#endif
@ -191,20 +51,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckSelectingBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckSelectingBrushProperty);
}
set
{
this.SetValue(CheckSelectingBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedForeground
{
get
@ -247,20 +93,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool SelectionCheckMarkVisualEnabled
{
get
{
return (bool)this.GetValue(SelectionCheckMarkVisualEnabledProperty);
}
set
{
this.SetValue(SelectionCheckMarkVisualEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ReorderHintOffset
{
get
@ -289,6 +121,20 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PointerOverBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PointerOverBackgroundProperty);
}
set
{
this.SetValue(PointerOverBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PlaceholderBackground
{
get
@ -317,6 +163,160 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness GridViewItemPresenterPadding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(GridViewItemPresenterPaddingProperty);
}
set
{
this.SetValue(GridViewItemPresenterPaddingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment GridViewItemPresenterHorizontalContentAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(GridViewItemPresenterHorizontalContentAlignmentProperty);
}
set
{
this.SetValue(GridViewItemPresenterHorizontalContentAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(FocusBorderBrushProperty);
}
set
{
this.SetValue(FocusBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DragOpacity
{
get
{
return (double)this.GetValue(DragOpacityProperty);
}
set
{
this.SetValue(DragOpacityProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush DragForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(DragForegroundProperty);
}
set
{
this.SetValue(DragForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush DragBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(DragBackgroundProperty);
}
set
{
this.SetValue(DragBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DisabledOpacity
{
get
{
return (double)this.GetValue(DisabledOpacityProperty);
}
set
{
this.SetValue(DisabledOpacityProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness ContentMargin
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(ContentMarginProperty);
}
set
{
this.SetValue(ContentMarginProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckSelectingBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckSelectingBrushProperty);
}
set
{
this.SetValue(CheckSelectingBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckHintBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckHintBrushProperty);
}
set
{
this.SetValue(CheckHintBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckBrushProperty);
}
set
{
this.SetValue(CheckBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CheckBrushProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CheckBrush", typeof(global::Windows.UI.Xaml.Media.Brush),

Просмотреть файл

@ -7,6 +7,202 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
public partial class ListViewItemPresenter : global::Windows.UI.Xaml.Controls.ContentPresenter
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool SelectionCheckMarkVisualEnabled
{
get
{
return (bool)this.GetValue(SelectionCheckMarkVisualEnabledProperty);
}
set
{
this.SetValue(SelectionCheckMarkVisualEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPointerOverBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedPointerOverBorderBrushProperty);
}
set
{
this.SetValue(SelectedPointerOverBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPointerOverBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedPointerOverBackgroundProperty);
}
set
{
this.SetValue(SelectedPointerOverBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedForegroundProperty);
}
set
{
this.SetValue(SelectedForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness SelectedBorderThickness
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(SelectedBorderThicknessProperty);
}
set
{
this.SetValue(SelectedBorderThicknessProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedBackgroundProperty);
}
set
{
this.SetValue(SelectedBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ReorderHintOffset
{
get
{
return (double)this.GetValue(ReorderHintOffsetProperty);
}
set
{
this.SetValue(ReorderHintOffsetProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness PointerOverBackgroundMargin
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(PointerOverBackgroundMarginProperty);
}
set
{
this.SetValue(PointerOverBackgroundMarginProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PointerOverBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PointerOverBackgroundProperty);
}
set
{
this.SetValue(PointerOverBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PlaceholderBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PlaceholderBackgroundProperty);
}
set
{
this.SetValue(PlaceholderBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.VerticalAlignment ListViewItemPresenterVerticalContentAlignment
{
get
{
return (global::Windows.UI.Xaml.VerticalAlignment)this.GetValue(ListViewItemPresenterVerticalContentAlignmentProperty);
}
set
{
this.SetValue(ListViewItemPresenterVerticalContentAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness ListViewItemPresenterPadding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(ListViewItemPresenterPaddingProperty);
}
set
{
this.SetValue(ListViewItemPresenterPaddingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment ListViewItemPresenterHorizontalContentAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(ListViewItemPresenterHorizontalContentAlignmentProperty);
}
set
{
this.SetValue(ListViewItemPresenterHorizontalContentAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(FocusBorderBrushProperty);
}
set
{
this.SetValue(FocusBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DragOpacity
@ -93,20 +289,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PointerOverBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PointerOverBackgroundProperty);
}
set
{
this.SetValue(PointerOverBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckHintBrush
{
get
@ -135,188 +317,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.VerticalAlignment ListViewItemPresenterVerticalContentAlignment
{
get
{
return (global::Windows.UI.Xaml.VerticalAlignment)this.GetValue(ListViewItemPresenterVerticalContentAlignmentProperty);
}
set
{
this.SetValue(ListViewItemPresenterVerticalContentAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness PointerOverBackgroundMargin
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(PointerOverBackgroundMarginProperty);
}
set
{
this.SetValue(PointerOverBackgroundMarginProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PlaceholderBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PlaceholderBackgroundProperty);
}
set
{
this.SetValue(PlaceholderBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ReorderHintOffset
{
get
{
return (double)this.GetValue(ReorderHintOffsetProperty);
}
set
{
this.SetValue(ReorderHintOffsetProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness ListViewItemPresenterPadding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(ListViewItemPresenterPaddingProperty);
}
set
{
this.SetValue(ListViewItemPresenterPaddingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment ListViewItemPresenterHorizontalContentAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(ListViewItemPresenterHorizontalContentAlignmentProperty);
}
set
{
this.SetValue(ListViewItemPresenterHorizontalContentAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(FocusBorderBrushProperty);
}
set
{
this.SetValue(FocusBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool SelectionCheckMarkVisualEnabled
{
get
{
return (bool)this.GetValue(SelectionCheckMarkVisualEnabledProperty);
}
set
{
this.SetValue(SelectionCheckMarkVisualEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPointerOverBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedPointerOverBorderBrushProperty);
}
set
{
this.SetValue(SelectedPointerOverBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedForegroundProperty);
}
set
{
this.SetValue(SelectedForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness SelectedBorderThickness
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(SelectedBorderThicknessProperty);
}
set
{
this.SetValue(SelectedBorderThicknessProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedBackgroundProperty);
}
set
{
this.SetValue(SelectedBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPointerOverBackground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedPointerOverBackgroundProperty);
}
set
{
this.SetValue(SelectedPointerOverBackgroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPressedBackground
{
get
@ -331,48 +331,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckBoxBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckBoxBrushProperty);
}
set
{
this.SetValue(CheckBoxBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PointerOverForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PointerOverForegroundProperty);
}
set
{
this.SetValue(PointerOverForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode CheckMode
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode)this.GetValue(CheckModeProperty);
}
set
{
this.SetValue(CheckModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PressedBackground
{
get
@ -387,6 +345,20 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PointerOverForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PointerOverForegroundProperty);
}
set
{
this.SetValue(PointerOverForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusSecondaryBorderBrush
{
get
@ -401,6 +373,48 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode CheckMode
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenterCheckMode)this.GetValue(CheckModeProperty);
}
set
{
this.SetValue(CheckModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush CheckBoxBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(CheckBoxBrushProperty);
}
set
{
this.SetValue(CheckBoxBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness RevealBorderThickness
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(RevealBorderThicknessProperty);
}
set
{
this.SetValue(RevealBorderThicknessProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush RevealBorderBrush
{
get
@ -443,20 +457,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness RevealBorderThickness
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(RevealBorderThicknessProperty);
}
set
{
this.SetValue(RevealBorderThicknessProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CheckBrushProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CheckBrush", typeof(global::Windows.UI.Xaml.Media.Brush),
@ -529,6 +529,14 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ListViewItemPresenterHorizontalContentAlignmentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ListViewItemPresenterHorizontalContentAlignment", typeof(global::Windows.UI.Xaml.HorizontalAlignment),
typeof(global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.HorizontalAlignment)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ListViewItemPresenterPaddingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ListViewItemPresenterPadding", typeof(global::Windows.UI.Xaml.Thickness),
@ -625,11 +633,11 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ListViewItemPresenterHorizontalContentAlignmentProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty CheckBoxBrushProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ListViewItemPresenterHorizontalContentAlignment", typeof(global::Windows.UI.Xaml.HorizontalAlignment),
"CheckBoxBrush", typeof(global::Windows.UI.Xaml.Media.Brush),
typeof(global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.HorizontalAlignment)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.Brush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -673,14 +681,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CheckBoxBrushProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CheckBoxBrush", typeof(global::Windows.UI.Xaml.Media.Brush),
typeof(global::Windows.UI.Xaml.Controls.Primitives.ListViewItemPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.Brush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty RevealBackgroundProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"RevealBackground", typeof(global::Windows.UI.Xaml.Media.Brush),

Просмотреть файл

@ -0,0 +1,44 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls.Primitives
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewItemPresenter : global::Windows.UI.Xaml.Controls.ContentControl
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.IconElement Icon
{
get
{
return (global::Windows.UI.Xaml.Controls.IconElement)this.GetValue(IconProperty);
}
set
{
this.SetValue(IconProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IconProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Icon", typeof(global::Windows.UI.Xaml.Controls.IconElement),
typeof(global::Windows.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.IconElement)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public NavigationViewItemPresenter() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter", "NavigationViewItemPresenter.NavigationViewItemPresenter()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.NavigationViewItemPresenter()
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.Icon.get
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.Icon.set
// Forced skipping of method Windows.UI.Xaml.Controls.Primitives.NavigationViewItemPresenter.IconProperty.get
}
}

Просмотреть файл

@ -7,6 +7,20 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
public partial class OrientedVirtualizingPanel : global::Windows.UI.Xaml.Controls.VirtualizingPanel,global::Windows.UI.Xaml.Controls.Primitives.IScrollSnapPointsInfo,global::Windows.UI.Xaml.Controls.IInsertionPanel
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object ScrollOwner
{
get
{
throw new global::System.NotImplementedException("The member object OrientedVirtualizingPanel.ScrollOwner is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel", "object OrientedVirtualizingPanel.ScrollOwner");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanVerticallyScroll
@ -37,20 +51,6 @@ namespace Windows.UI.Xaml.Controls.Primitives
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object ScrollOwner
{
get
{
throw new global::System.NotImplementedException("The member object OrientedVirtualizingPanel.ScrollOwner is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Primitives.OrientedVirtualizingPanel", "object OrientedVirtualizingPanel.ScrollOwner");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double ExtentHeight
{
get

Просмотреть файл

@ -0,0 +1,38 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class AnchorRequestedEventArgs
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.UIElement Anchor
{
get
{
throw new global::System.NotImplementedException("The member UIElement AnchorRequestedEventArgs.Anchor is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.AnchorRequestedEventArgs", "UIElement AnchorRequestedEventArgs.Anchor");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IList<global::Windows.UI.Xaml.UIElement> AnchorCandidates
{
get
{
throw new global::System.NotImplementedException("The member IList<UIElement> AnchorRequestedEventArgs.AnchorCandidates is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.AnchorRequestedEventArgs.Anchor.get
// Forced skipping of method Windows.UI.Xaml.Controls.AnchorRequestedEventArgs.Anchor.set
// Forced skipping of method Windows.UI.Xaml.Controls.AnchorRequestedEventArgs.AnchorCandidates.get
}
}

Просмотреть файл

@ -26,8 +26,6 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.Opened.remove
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.Closed.add
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.Closed.remove
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnClosed(object)
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnOpened(object)
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.ClosedDisplayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.ClosedDisplayMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.TemplateSettings.get
@ -35,10 +33,12 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.Opening.remove
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.Closing.add
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.Closing.remove
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnClosing(object)
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnOpening(object)
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.LightDismissOverlayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.LightDismissOverlayMode.set
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnClosed(object)
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnOpened(object)
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnClosing(object)
// Skipping already declared method Windows.UI.Xaml.Controls.AppBar.OnOpening(object)
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.LightDismissOverlayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.ClosedDisplayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBar.IsOpenProperty.get

Просмотреть файл

@ -179,16 +179,16 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.Label.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.Icon.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.Icon.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsCompact.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsCompact.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.LabelPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.LabelPosition.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsInOverflow.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.DynamicOverflowOrder.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.DynamicOverflowOrder.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.KeyboardAcceleratorTextOverride.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.KeyboardAcceleratorTextOverride.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.TemplateSettings.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsCompact.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsCompact.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsInOverflow.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.DynamicOverflowOrder.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.DynamicOverflowOrder.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.KeyboardAcceleratorTextOverrideProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.LabelPositionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarButton.IsInOverflowProperty.get

Просмотреть файл

@ -0,0 +1,91 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class AppBarElementContainer : global::Windows.UI.Xaml.Controls.ContentControl,global::Windows.UI.Xaml.Controls.ICommandBarElement,global::Windows.UI.Xaml.Controls.ICommandBarElement2
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsCompact
{
get
{
return (bool)this.GetValue(IsCompactProperty);
}
set
{
this.SetValue(IsCompactProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int DynamicOverflowOrder
{
get
{
return (int)this.GetValue(DynamicOverflowOrderProperty);
}
set
{
this.SetValue(DynamicOverflowOrderProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsInOverflow
{
get
{
return (bool)this.GetValue(IsInOverflowProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DynamicOverflowOrderProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"DynamicOverflowOrder", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.AppBarElementContainer),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsCompactProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsCompact", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.AppBarElementContainer),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsInOverflowProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsInOverflow", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.AppBarElementContainer),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public AppBarElementContainer() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.AppBarElementContainer", "AppBarElementContainer.AppBarElementContainer()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.AppBarElementContainer()
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.IsCompact.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.IsCompact.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.IsInOverflow.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.DynamicOverflowOrder.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.DynamicOverflowOrder.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.IsCompactProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.IsInOverflowProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarElementContainer.DynamicOverflowOrderProperty.get
// Processing: Windows.UI.Xaml.Controls.ICommandBarElement
// Processing: Windows.UI.Xaml.Controls.ICommandBarElement2
}
}

Просмотреть файл

@ -57,16 +57,16 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.Label.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.Icon.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.Icon.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.LabelPosition.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.LabelPosition.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsInOverflow.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.DynamicOverflowOrder.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.DynamicOverflowOrder.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.KeyboardAcceleratorTextOverride.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.KeyboardAcceleratorTextOverride.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.TemplateSettings.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsCompact.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsInOverflow.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.DynamicOverflowOrder.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.DynamicOverflowOrder.set
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.KeyboardAcceleratorTextOverrideProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.LabelPositionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AppBarToggleButton.IsInOverflowProperty.get

Просмотреть файл

@ -7,15 +7,15 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class AutoSuggestBox : global::Windows.UI.Xaml.Controls.ItemsControl
{
// Skipping already declared property UpdateTextOnSelect
// Skipping already declared property TextMemberPath
// Skipping already declared property TextBoxStyle
// Skipping already declared property Text
// Skipping already declared property PlaceholderText
// Skipping already declared property MaxSuggestionListHeight
// Skipping already declared property IsSuggestionListOpen
// Skipping already declared property Header
// Skipping already declared property AutoMaximizeSuggestionArea
// Skipping already declared property UpdateTextOnSelect
// Skipping already declared property TextMemberPath
// Skipping already declared property TextBoxStyle
// Skipping already declared property Text
// Skipping already declared property QueryIcon
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -31,15 +31,29 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || false || NET46 || __WASM__ || false
[global::Uno.NotImplemented]
public object Description
{
get
{
return (object)this.GetValue(DescriptionProperty);
}
set
{
this.SetValue(DescriptionProperty, value);
}
}
#endif
// Skipping already declared property AutoMaximizeSuggestionAreaProperty
// Skipping already declared property HeaderProperty
// Skipping already declared property IsSuggestionListOpenProperty
// Skipping already declared property MaxSuggestionListHeightProperty
// Skipping already declared property PlaceholderTextProperty
// Skipping already declared property TextBoxStyleProperty
// Skipping already declared property TextMemberPathProperty
// Skipping already declared property TextProperty
// Skipping already declared property UpdateTextOnSelectProperty
// Skipping already declared property AutoMaximizeSuggestionAreaProperty
// Skipping already declared property HeaderProperty
// Skipping already declared property IsSuggestionListOpenProperty
// Skipping already declared property QueryIconProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -49,6 +63,14 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.AutoSuggestBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.LightDismissOverlayMode)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DescriptionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Description", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.AutoSuggestBox),
new FrameworkPropertyMetadata(default(object)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.AutoSuggestBox.AutoSuggestBox()
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.AutoSuggestBox()
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.MaxSuggestionListHeight.get
@ -79,6 +101,9 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.QuerySubmitted.remove
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.LightDismissOverlayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.LightDismissOverlayMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.Description.get
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.Description.set
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.DescriptionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.LightDismissOverlayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.QueryIconProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.AutoSuggestBox.MaxSuggestionListHeightProperty.get

Просмотреть файл

@ -0,0 +1,19 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum BackgroundSizing
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
InnerBorderEdge,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
OuterBorderEdge,
#endif
}
#endif
}

Просмотреть файл

@ -2,62 +2,16 @@
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class BitmapIcon : global::Windows.UI.Xaml.Controls.IconElement
{
#if false
[global::Uno.NotImplemented]
public global::System.Uri UriSource
{
get
{
return (global::System.Uri)this.GetValue(UriSourceProperty);
}
set
{
this.SetValue(UriSourceProperty, value);
}
}
#endif
#if false
[global::Uno.NotImplemented]
public bool ShowAsMonochrome
{
get
{
return (bool)this.GetValue(ShowAsMonochromeProperty);
}
set
{
this.SetValue(ShowAsMonochromeProperty, value);
}
}
#endif
#if false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty UriSourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"UriSource", typeof(global::System.Uri),
typeof(global::Windows.UI.Xaml.Controls.BitmapIcon),
new FrameworkPropertyMetadata(default(global::System.Uri)));
#endif
#if false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ShowAsMonochromeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ShowAsMonochrome", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.BitmapIcon),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if false
[global::Uno.NotImplemented]
public BitmapIcon()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.BitmapIcon", "BitmapIcon.BitmapIcon()");
}
#endif
// Skipping already declared property UriSource
// Skipping already declared property ShowAsMonochrome
// Skipping already declared property UriSourceProperty
// Skipping already declared property ShowAsMonochromeProperty
// Skipping already declared method Windows.UI.Xaml.Controls.BitmapIcon.BitmapIcon()
// Forced skipping of method Windows.UI.Xaml.Controls.BitmapIcon.BitmapIcon()
// Forced skipping of method Windows.UI.Xaml.Controls.BitmapIcon.UriSource.get
// Forced skipping of method Windows.UI.Xaml.Controls.BitmapIcon.UriSource.set

Просмотреть файл

@ -14,12 +14,48 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property BorderThickness
// Skipping already declared property BorderBrush
// Skipping already declared property Background
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.BrushTransition BackgroundTransition
{
get
{
throw new global::System.NotImplementedException("The member BrushTransition Border.BackgroundTransition is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Border", "BrushTransition Border.BackgroundTransition");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.BackgroundSizing BackgroundSizing
{
get
{
return (global::Windows.UI.Xaml.Controls.BackgroundSizing)this.GetValue(BackgroundSizingProperty);
}
set
{
this.SetValue(BackgroundSizingProperty, value);
}
}
#endif
// Skipping already declared property BackgroundProperty
// Skipping already declared property BorderBrushProperty
// Skipping already declared property BorderThicknessProperty
// Skipping already declared property ChildTransitionsProperty
// Skipping already declared property CornerRadiusProperty
// Skipping already declared property PaddingProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackgroundSizingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackgroundSizing", typeof(global::Windows.UI.Xaml.Controls.BackgroundSizing),
typeof(global::Windows.UI.Xaml.Controls.Border),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.BackgroundSizing)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Border.Border()
// Forced skipping of method Windows.UI.Xaml.Controls.Border.Border()
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BorderBrush.get
@ -36,6 +72,11 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.Border.Child.set
// Forced skipping of method Windows.UI.Xaml.Controls.Border.ChildTransitions.get
// Forced skipping of method Windows.UI.Xaml.Controls.Border.ChildTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BackgroundSizing.get
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BackgroundSizing.set
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BackgroundTransition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BackgroundTransition.set
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BackgroundSizingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BorderBrushProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BorderThicknessProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Border.BackgroundProperty.get

Просмотреть файл

@ -7,6 +7,118 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class CalendarDatePicker : global::Windows.UI.Xaml.Controls.Control
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string PlaceholderText
{
get
{
return (string)this.GetValue(PlaceholderTextProperty);
}
set
{
this.SetValue(PlaceholderTextProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset MinDate
{
get
{
return (global::System.DateTimeOffset)this.GetValue(MinDateProperty);
}
set
{
this.SetValue(MinDateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset MaxDate
{
get
{
return (global::System.DateTimeOffset)this.GetValue(MaxDateProperty);
}
set
{
this.SetValue(MaxDateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTodayHighlighted
{
get
{
return (bool)this.GetValue(IsTodayHighlightedProperty);
}
set
{
this.SetValue(IsTodayHighlightedProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsOutOfScopeEnabled
{
get
{
return (bool)this.GetValue(IsOutOfScopeEnabledProperty);
}
set
{
this.SetValue(IsOutOfScopeEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsGroupLabelVisible
{
get
{
return (bool)this.GetValue(IsGroupLabelVisibleProperty);
}
set
{
this.SetValue(IsGroupLabelVisibleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsCalendarOpen
{
get
{
return (bool)this.GetValue(IsCalendarOpenProperty);
}
set
{
this.SetValue(IsCalendarOpenProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DataTemplate HeaderTemplate
{
get
{
return (global::Windows.UI.Xaml.DataTemplate)this.GetValue(HeaderTemplateProperty);
}
set
{
this.SetValue(HeaderTemplateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Header
@ -93,20 +205,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTodayHighlighted
{
get
{
return (bool)this.GetValue(IsTodayHighlightedProperty);
}
set
{
this.SetValue(IsTodayHighlightedProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Style CalendarViewStyle
{
get
@ -135,104 +233,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string PlaceholderText
{
get
{
return (string)this.GetValue(PlaceholderTextProperty);
}
set
{
this.SetValue(PlaceholderTextProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset MaxDate
{
get
{
return (global::System.DateTimeOffset)this.GetValue(MaxDateProperty);
}
set
{
this.SetValue(MaxDateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset MinDate
{
get
{
return (global::System.DateTimeOffset)this.GetValue(MinDateProperty);
}
set
{
this.SetValue(MinDateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsOutOfScopeEnabled
{
get
{
return (bool)this.GetValue(IsOutOfScopeEnabledProperty);
}
set
{
this.SetValue(IsOutOfScopeEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsGroupLabelVisible
{
get
{
return (bool)this.GetValue(IsGroupLabelVisibleProperty);
}
set
{
this.SetValue(IsGroupLabelVisibleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsCalendarOpen
{
get
{
return (bool)this.GetValue(IsCalendarOpenProperty);
}
set
{
this.SetValue(IsCalendarOpenProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DataTemplate HeaderTemplate
{
get
{
return (global::Windows.UI.Xaml.DataTemplate)this.GetValue(HeaderTemplateProperty);
}
set
{
this.SetValue(HeaderTemplateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.LightDismissOverlayMode LightDismissOverlayMode
{
get
@ -247,27 +247,17 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty MaxDateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"MaxDate", typeof(global::System.DateTimeOffset),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(global::System.DateTimeOffset)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty MinDateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"MinDate", typeof(global::System.DateTimeOffset),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(global::System.DateTimeOffset)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PlaceholderTextProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PlaceholderText", typeof(string),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(string)));
public object Description
{
get
{
return (object)this.GetValue(DescriptionProperty);
}
set
{
this.SetValue(DescriptionProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -375,6 +365,30 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty MaxDateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"MaxDate", typeof(global::System.DateTimeOffset),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(global::System.DateTimeOffset)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty MinDateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"MinDate", typeof(global::System.DateTimeOffset),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(global::System.DateTimeOffset)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PlaceholderTextProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PlaceholderText", typeof(string),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(string)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LightDismissOverlayModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"LightDismissOverlayMode", typeof(global::Windows.UI.Xaml.Controls.LightDismissOverlayMode),
@ -383,6 +397,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DescriptionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Description", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.CalendarDatePicker),
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public CalendarDatePicker() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.CalendarDatePicker", "CalendarDatePicker.CalendarDatePicker()");
@ -445,6 +467,9 @@ namespace Windows.UI.Xaml.Controls
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.LightDismissOverlayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.LightDismissOverlayMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.Description.get
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.Description.set
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.DescriptionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.LightDismissOverlayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.DateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.CalendarDatePicker.IsCalendarOpenProperty.get

Просмотреть файл

@ -9,15 +9,267 @@ namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.CalendarViewDisplayMode DisplayMode
public global::Windows.UI.Xaml.HorizontalAlignment HorizontalFirstOfMonthLabelAlignment
{
get
{
return (global::Windows.UI.Xaml.Controls.CalendarViewDisplayMode)this.GetValue(DisplayModeProperty);
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(HorizontalFirstOfMonthLabelAlignmentProperty);
}
set
{
this.SetValue(DisplayModeProperty, value);
this.SetValue(HorizontalFirstOfMonthLabelAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment HorizontalDayItemAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(HorizontalDayItemAlignmentProperty);
}
set
{
this.SetValue(HorizontalDayItemAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(FocusBorderBrushProperty);
}
set
{
this.SetValue(FocusBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FirstOfYearDecadeLabelFontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FirstOfYearDecadeLabelFontWeightProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FirstOfYearDecadeLabelFontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FirstOfYearDecadeLabelFontStyleProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily MonthYearItemFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(MonthYearItemFontFamilyProperty);
}
set
{
this.SetValue(MonthYearItemFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily FirstOfYearDecadeLabelFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(FirstOfYearDecadeLabelFontFamilyProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FirstOfMonthLabelFontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FirstOfMonthLabelFontWeightProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FirstOfMonthLabelFontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FirstOfMonthLabelFontStyleProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double FirstOfMonthLabelFontSize
{
get
{
return (double)this.GetValue(FirstOfMonthLabelFontSizeProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontSizeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily FirstOfMonthLabelFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(FirstOfMonthLabelFontFamilyProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Globalization.DayOfWeek FirstDayOfWeek
{
get
{
return (global::Windows.Globalization.DayOfWeek)this.GetValue(FirstDayOfWeekProperty);
}
set
{
this.SetValue(FirstDayOfWeekProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush BlackoutForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(BlackoutForegroundProperty);
}
set
{
this.SetValue(BlackoutForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string DayOfWeekFormat
{
get
{
return (string)this.GetValue(DayOfWeekFormatProperty);
}
set
{
this.SetValue(DayOfWeekFormatProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight DayItemFontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(DayItemFontWeightProperty);
}
set
{
this.SetValue(DayItemFontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle DayItemFontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(DayItemFontStyleProperty);
}
set
{
this.SetValue(DayItemFontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DayItemFontSize
{
get
{
return (double)this.GetValue(DayItemFontSizeProperty);
}
set
{
this.SetValue(DayItemFontSizeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily DayItemFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(DayItemFontFamilyProperty);
}
set
{
this.SetValue(DayItemFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPressedBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedPressedBorderBrushProperty);
}
set
{
this.SetValue(SelectedPressedBorderBrushProperty, value);
}
}
#endif
@ -93,281 +345,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush BlackoutForeground
public global::Windows.UI.Xaml.Controls.CalendarViewDisplayMode DisplayMode
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(BlackoutForegroundProperty);
return (global::Windows.UI.Xaml.Controls.CalendarViewDisplayMode)this.GetValue(DisplayModeProperty);
}
set
{
this.SetValue(BlackoutForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string DayOfWeekFormat
{
get
{
return (string)this.GetValue(DayOfWeekFormatProperty);
}
set
{
this.SetValue(DayOfWeekFormatProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight DayItemFontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(DayItemFontWeightProperty);
}
set
{
this.SetValue(DayItemFontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double FirstOfMonthLabelFontSize
{
get
{
return (double)this.GetValue(FirstOfMonthLabelFontSizeProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontSizeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DayItemFontSize
{
get
{
return (double)this.GetValue(DayItemFontSizeProperty);
}
set
{
this.SetValue(DayItemFontSizeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily DayItemFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(DayItemFontFamilyProperty);
}
set
{
this.SetValue(DayItemFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Style CalendarViewDayItemStyle
{
get
{
return (global::Windows.UI.Xaml.Style)this.GetValue(CalendarViewDayItemStyleProperty);
}
set
{
this.SetValue(CalendarViewDayItemStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily FirstOfYearDecadeLabelFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(FirstOfYearDecadeLabelFontFamilyProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FirstOfMonthLabelFontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FirstOfMonthLabelFontWeightProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FirstOfMonthLabelFontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FirstOfMonthLabelFontStyleProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle DayItemFontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(DayItemFontStyleProperty);
}
set
{
this.SetValue(DayItemFontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily FirstOfMonthLabelFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(FirstOfMonthLabelFontFamilyProperty);
}
set
{
this.SetValue(FirstOfMonthLabelFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Globalization.DayOfWeek FirstDayOfWeek
{
get
{
return (global::Windows.Globalization.DayOfWeek)this.GetValue(FirstDayOfWeekProperty);
}
set
{
this.SetValue(FirstDayOfWeekProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily MonthYearItemFontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(MonthYearItemFontFamilyProperty);
}
set
{
this.SetValue(MonthYearItemFontFamilyProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment HorizontalFirstOfMonthLabelAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(HorizontalFirstOfMonthLabelAlignmentProperty);
}
set
{
this.SetValue(HorizontalFirstOfMonthLabelAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.HorizontalAlignment HorizontalDayItemAlignment
{
get
{
return (global::Windows.UI.Xaml.HorizontalAlignment)this.GetValue(HorizontalDayItemAlignmentProperty);
}
set
{
this.SetValue(HorizontalDayItemAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush FocusBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(FocusBorderBrushProperty);
}
set
{
this.SetValue(FocusBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FirstOfYearDecadeLabelFontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FirstOfYearDecadeLabelFontWeightProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FirstOfYearDecadeLabelFontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FirstOfYearDecadeLabelFontStyleProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double FirstOfYearDecadeLabelFontSize
{
get
{
return (double)this.GetValue(FirstOfYearDecadeLabelFontSizeProperty);
}
set
{
this.SetValue(FirstOfYearDecadeLabelFontSizeProperty, value);
this.SetValue(DisplayModeProperty, value);
}
}
#endif
@ -387,29 +373,43 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset MinDate
public global::Windows.UI.Xaml.Media.Brush PressedBorderBrush
{
get
{
return (global::System.DateTimeOffset)this.GetValue(MinDateProperty);
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PressedBorderBrushProperty);
}
set
{
this.SetValue(MinDateProperty, value);
this.SetValue(PressedBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset MaxDate
public global::Windows.UI.Xaml.VerticalAlignment VerticalDayItemAlignment
{
get
{
return (global::System.DateTimeOffset)this.GetValue(MaxDateProperty);
return (global::Windows.UI.Xaml.VerticalAlignment)this.GetValue(VerticalDayItemAlignmentProperty);
}
set
{
this.SetValue(MaxDateProperty, value);
this.SetValue(VerticalDayItemAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush TodayForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(TodayForegroundProperty);
}
set
{
this.SetValue(TodayForegroundProperty, value);
}
}
#endif
@ -429,29 +429,85 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsOutOfScopeEnabled
public global::Windows.UI.Xaml.Controls.CalendarViewSelectionMode SelectionMode
{
get
{
return (bool)this.GetValue(IsOutOfScopeEnabledProperty);
return (global::Windows.UI.Xaml.Controls.CalendarViewSelectionMode)this.GetValue(SelectionModeProperty);
}
set
{
this.SetValue(IsOutOfScopeEnabledProperty, value);
this.SetValue(SelectionModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsGroupLabelVisible
public global::Windows.UI.Xaml.Style CalendarViewDayItemStyle
{
get
{
return (bool)this.GetValue(IsGroupLabelVisibleProperty);
return (global::Windows.UI.Xaml.Style)this.GetValue(CalendarViewDayItemStyleProperty);
}
set
{
this.SetValue(IsGroupLabelVisibleProperty, value);
this.SetValue(CalendarViewDayItemStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedHoverBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedHoverBorderBrushProperty);
}
set
{
this.SetValue(SelectedHoverBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedForegroundProperty);
}
set
{
this.SetValue(SelectedForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedBorderBrushProperty);
}
set
{
this.SetValue(SelectedBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PressedForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PressedForegroundProperty);
}
set
{
this.SetValue(PressedForegroundProperty, value);
}
}
#endif
@ -555,113 +611,43 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedForeground
public double FirstOfYearDecadeLabelFontSize
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedForegroundProperty);
return (double)this.GetValue(FirstOfYearDecadeLabelFontSizeProperty);
}
set
{
this.SetValue(SelectedForegroundProperty, value);
this.SetValue(FirstOfYearDecadeLabelFontSizeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedHoverBorderBrush
public global::System.DateTimeOffset MinDate
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedHoverBorderBrushProperty);
return (global::System.DateTimeOffset)this.GetValue(MinDateProperty);
}
set
{
this.SetValue(SelectedHoverBorderBrushProperty, value);
this.SetValue(MinDateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedBorderBrush
public global::System.DateTimeOffset MaxDate
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedBorderBrushProperty);
return (global::System.DateTimeOffset)this.GetValue(MaxDateProperty);
}
set
{
this.SetValue(SelectedBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PressedForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PressedForegroundProperty);
}
set
{
this.SetValue(PressedForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush SelectedPressedBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(SelectedPressedBorderBrushProperty);
}
set
{
this.SetValue(SelectedPressedBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush PressedBorderBrush
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(PressedBorderBrushProperty);
}
set
{
this.SetValue(PressedBorderBrushProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.VerticalAlignment VerticalDayItemAlignment
{
get
{
return (global::Windows.UI.Xaml.VerticalAlignment)this.GetValue(VerticalDayItemAlignmentProperty);
}
set
{
this.SetValue(VerticalDayItemAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush TodayForeground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(TodayForegroundProperty);
}
set
{
this.SetValue(TodayForegroundProperty, value);
this.SetValue(MaxDateProperty, value);
}
}
#endif
@ -681,15 +667,29 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.CalendarViewSelectionMode SelectionMode
public bool IsOutOfScopeEnabled
{
get
{
return (global::Windows.UI.Xaml.Controls.CalendarViewSelectionMode)this.GetValue(SelectionModeProperty);
return (bool)this.GetValue(IsOutOfScopeEnabledProperty);
}
set
{
this.SetValue(SelectionModeProperty, value);
this.SetValue(IsOutOfScopeEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsGroupLabelVisible
{
get
{
return (bool)this.GetValue(IsGroupLabelVisibleProperty);
}
set
{
this.SetValue(IsGroupLabelVisibleProperty, value);
}
}
#endif

Просмотреть файл

@ -8,6 +8,20 @@ namespace Windows.UI.Xaml.Controls
public partial class ComboBox
{
// Skipping already declared property MaxDropDownHeight
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsEditable
{
get
{
return (bool)this.GetValue(IsEditableProperty);
}
set
{
this.SetValue(IsEditableProperty, value);
}
}
#endif
// Skipping already declared property IsDropDownOpen
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -21,16 +35,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsEditable
{
get
{
throw new global::System.NotImplementedException("The member bool ComboBox.IsEditable is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object SelectionBoxItem
{
get
@ -50,8 +54,8 @@ namespace Windows.UI.Xaml.Controls
}
#endif
// Skipping already declared property TemplateSettings
// Skipping already declared property HeaderTemplate
// Skipping already declared property PlaceholderText
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -109,6 +113,48 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Style TextBoxStyle
{
get
{
return (global::Windows.UI.Xaml.Style)this.GetValue(TextBoxStyleProperty);
}
set
{
this.SetValue(TextBoxStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string Text
{
get
{
return (string)this.GetValue(TextProperty);
}
set
{
this.SetValue(TextProperty, value);
}
}
#endif
#if __ANDROID__ || false || NET46 || __WASM__ || false
[global::Uno.NotImplemented]
public object Description
{
get
{
return (object)this.GetValue(DescriptionProperty);
}
set
{
this.SetValue(DescriptionProperty, value);
}
}
#endif
// Skipping already declared property IsDropDownOpenProperty
// Skipping already declared property MaxDropDownHeightProperty
// Skipping already declared property HeaderProperty
@ -146,6 +192,38 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ComboBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.Brush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DescriptionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Description", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.ComboBox),
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsEditableProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsEditable", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.ComboBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextBoxStyleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextBoxStyle", typeof(global::Windows.UI.Xaml.Style),
typeof(global::Windows.UI.Xaml.Controls.ComboBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Style)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Text", typeof(string),
typeof(global::Windows.UI.Xaml.Controls.ComboBox),
new FrameworkPropertyMetadata(default(string)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.ComboBox.ComboBox()
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.ComboBox()
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.IsDropDownOpen.get
@ -161,20 +239,6 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.DropDownClosed.remove
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.DropDownOpened.add
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.DropDownOpened.remove
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void OnDropDownClosed( object e)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBox", "void ComboBox.OnDropDownClosed(object e)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void OnDropDownOpened( object e)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBox", "void ComboBox.OnDropDownOpened(object e)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.Header.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.Header.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.HeaderTemplate.get
@ -189,6 +253,33 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.SelectionChangedTrigger.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.PlaceholderForeground.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.PlaceholderForeground.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.IsEditable.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.Text.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.Text.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.TextBoxStyle.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.TextBoxStyle.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.Description.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.Description.set
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.TextSubmitted.add
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.TextSubmitted.remove
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void OnDropDownClosed( object e)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBox", "void ComboBox.OnDropDownClosed(object e)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void OnDropDownOpened( object e)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBox", "void ComboBox.OnDropDownOpened(object e)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.IsEditableProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.TextProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.TextBoxStyleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.DescriptionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.PlaceholderForegroundProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.SelectionChangedTriggerProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.LightDismissOverlayModeProperty.get
@ -200,5 +291,21 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBox.MaxDropDownHeightProperty.get
// Skipping already declared event Windows.UI.Xaml.Controls.ComboBox.DropDownClosed
// Skipping already declared event Windows.UI.Xaml.Controls.ComboBox.DropDownOpened
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::Windows.Foundation.TypedEventHandler<global::Windows.UI.Xaml.Controls.ComboBox, global::Windows.UI.Xaml.Controls.ComboBoxTextSubmittedEventArgs> TextSubmitted
{
[global::Uno.NotImplemented]
add
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBox", "event TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> ComboBox.TextSubmitted");
}
[global::Uno.NotImplemented]
remove
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBox", "event TypedEventHandler<ComboBox, ComboBoxTextSubmittedEventArgs> ComboBox.TextSubmitted");
}
}
#endif
}
}

Просмотреть файл

@ -0,0 +1,38 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class ComboBoxTextSubmittedEventArgs
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool Handled
{
get
{
throw new global::System.NotImplementedException("The member bool ComboBoxTextSubmittedEventArgs.Handled is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ComboBoxTextSubmittedEventArgs", "bool ComboBoxTextSubmittedEventArgs.Handled");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string Text
{
get
{
throw new global::System.NotImplementedException("The member string ComboBoxTextSubmittedEventArgs.Text is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBoxTextSubmittedEventArgs.Text.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBoxTextSubmittedEventArgs.Handled.get
// Forced skipping of method Windows.UI.Xaml.Controls.ComboBoxTextSubmittedEventArgs.Handled.set
}
}

Просмотреть файл

@ -0,0 +1,41 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class CommandBarFlyout : global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Foundation.Collections.IObservableVector<global::Windows.UI.Xaml.Controls.ICommandBarElement> PrimaryCommands
{
get
{
throw new global::System.NotImplementedException("The member IObservableVector<ICommandBarElement> CommandBarFlyout.PrimaryCommands is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.Foundation.Collections.IObservableVector<global::Windows.UI.Xaml.Controls.ICommandBarElement> SecondaryCommands
{
get
{
throw new global::System.NotImplementedException("The member IObservableVector<ICommandBarElement> CommandBarFlyout.SecondaryCommands is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public CommandBarFlyout() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.CommandBarFlyout", "CommandBarFlyout.CommandBarFlyout()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.CommandBarFlyout.CommandBarFlyout()
// Forced skipping of method Windows.UI.Xaml.Controls.CommandBarFlyout.PrimaryCommands.get
// Forced skipping of method Windows.UI.Xaml.Controls.CommandBarFlyout.SecondaryCommands.get
}
}

Просмотреть файл

@ -26,10 +26,10 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTemplateSelector.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTransitions.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTemplateRoot.get
// Skipping already declared method Windows.UI.Xaml.Controls.ContentControl.OnContentChanged(object, object)
// Skipping already declared method Windows.UI.Xaml.Controls.ContentControl.OnContentTemplateChanged(Windows.UI.Xaml.DataTemplate, Windows.UI.Xaml.DataTemplate)
// Skipping already declared method Windows.UI.Xaml.Controls.ContentControl.OnContentTemplateSelectorChanged(Windows.UI.Xaml.Controls.DataTemplateSelector, Windows.UI.Xaml.Controls.DataTemplateSelector)
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTemplateRoot.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTemplateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentControl.ContentTemplateSelectorProperty.get

Просмотреть файл

@ -7,6 +7,34 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class ContentDialog : global::Windows.UI.Xaml.Controls.ContentControl
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DataTemplate TitleTemplate
{
get
{
return (global::Windows.UI.Xaml.DataTemplate)this.GetValue(TitleTemplateProperty);
}
set
{
this.SetValue(TitleTemplateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Title
{
get
{
return (object)this.GetValue(TitleProperty);
}
set
{
this.SetValue(TitleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string SecondaryButtonText
@ -135,43 +163,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DataTemplate TitleTemplate
public global::Windows.UI.Xaml.Style SecondaryButtonStyle
{
get
{
return (global::Windows.UI.Xaml.DataTemplate)this.GetValue(TitleTemplateProperty);
return (global::Windows.UI.Xaml.Style)this.GetValue(SecondaryButtonStyleProperty);
}
set
{
this.SetValue(TitleTemplateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Title
{
get
{
return (object)this.GetValue(TitleProperty);
}
set
{
this.SetValue(TitleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Style CloseButtonStyle
{
get
{
return (global::Windows.UI.Xaml.Style)this.GetValue(CloseButtonStyleProperty);
}
set
{
this.SetValue(CloseButtonStyleProperty, value);
this.SetValue(SecondaryButtonStyleProperty, value);
}
}
#endif
@ -219,15 +219,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Style SecondaryButtonStyle
public global::Windows.UI.Xaml.Style CloseButtonStyle
{
get
{
return (global::Windows.UI.Xaml.Style)this.GetValue(SecondaryButtonStyleProperty);
return (global::Windows.UI.Xaml.Style)this.GetValue(CloseButtonStyleProperty);
}
set
{
this.SetValue(SecondaryButtonStyleProperty, value);
this.SetValue(CloseButtonStyleProperty, value);
}
}
#endif
@ -293,6 +293,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PrimaryButtonCommandProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PrimaryButtonCommand", typeof(global::System.Windows.Input.ICommand),
typeof(global::Windows.UI.Xaml.Controls.ContentDialog),
new FrameworkPropertyMetadata(default(global::System.Windows.Input.ICommand)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PrimaryButtonTextProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PrimaryButtonText", typeof(string),
@ -341,14 +349,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PrimaryButtonCommandProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PrimaryButtonCommand", typeof(global::System.Windows.Input.ICommand),
typeof(global::Windows.UI.Xaml.Controls.ContentDialog),
new FrameworkPropertyMetadata(default(global::System.Windows.Input.ICommand)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CloseButtonCommandParameterProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CloseButtonCommandParameter", typeof(object),

Просмотреть файл

@ -7,6 +7,24 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class ContentPresenter : global::Windows.UI.Xaml.FrameworkElement
{
// Skipping already declared property Foreground
// Skipping already declared property FontWeight
// Skipping already declared property FontStyle
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStretch FontStretch
{
get
{
return (global::Windows.UI.Text.FontStretch)this.GetValue(FontStretchProperty);
}
set
{
this.SetValue(FontStretchProperty, value);
}
}
#endif
// Skipping already declared property FontSize
// Skipping already declared property FontFamily
// Skipping already declared property ContentTransitions
// Skipping already declared property ContentTemplateSelector
@ -26,38 +44,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Foreground
// Skipping already declared property FontWeight
// Skipping already declared property FontStyle
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStretch FontStretch
{
get
{
return (global::Windows.UI.Text.FontStretch)this.GetValue(FontStretchProperty);
}
set
{
this.SetValue(FontStretchProperty, value);
}
}
#endif
// Skipping already declared property FontSize
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.OpticalMarginAlignment OpticalMarginAlignment
{
get
{
return (global::Windows.UI.Xaml.OpticalMarginAlignment)this.GetValue(OpticalMarginAlignmentProperty);
}
set
{
this.SetValue(OpticalMarginAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextLineBounds TextLineBounds
@ -74,6 +60,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.OpticalMarginAlignment OpticalMarginAlignment
{
get
{
return (global::Windows.UI.Xaml.OpticalMarginAlignment)this.GetValue(OpticalMarginAlignmentProperty);
}
set
{
this.SetValue(OpticalMarginAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTextScaleFactorEnabled
{
get
@ -86,11 +86,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property CornerRadius
// Skipping already declared property BorderThickness
// Skipping already declared property BorderBrush
// Skipping already declared property Background
// Skipping already declared property HorizontalContentAlignment
// Skipping already declared property VerticalContentAlignment
// Skipping already declared property TextWrapping
// Skipping already declared property Padding
@ -123,23 +118,39 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property ForegroundProperty
// Skipping already declared property FontWeightProperty
// Skipping already declared property FontStyleProperty
// Skipping already declared property HorizontalContentAlignment
// Skipping already declared property CornerRadius
// Skipping already declared property BorderThickness
// Skipping already declared property BorderBrush
// Skipping already declared property Background
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FontStretchProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"FontStretch", typeof(global::Windows.UI.Text.FontStretch),
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Text.FontStretch)));
public global::Windows.UI.Xaml.BrushTransition BackgroundTransition
{
get
{
throw new global::System.NotImplementedException("The member BrushTransition ContentPresenter.BackgroundTransition is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ContentPresenter", "BrushTransition ContentPresenter.BackgroundTransition");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.BackgroundSizing BackgroundSizing
{
get
{
return (global::Windows.UI.Xaml.Controls.BackgroundSizing)this.GetValue(BackgroundSizingProperty);
}
set
{
this.SetValue(BackgroundSizingProperty, value);
}
}
#endif
// Skipping already declared property FontSizeProperty
// Skipping already declared property FontFamilyProperty
// Skipping already declared property ContentProperty
// Skipping already declared property ContentTransitionsProperty
// Skipping already declared property ContentTemplateSelectorProperty
// Skipping already declared property ContentTemplateProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CharacterSpacingProperty { get; } =
@ -148,6 +159,23 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(int)));
#endif
// Skipping already declared property ContentProperty
// Skipping already declared property ContentTemplateProperty
// Skipping already declared property ContentTemplateSelectorProperty
// Skipping already declared property ContentTransitionsProperty
// Skipping already declared property FontFamilyProperty
// Skipping already declared property FontSizeProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FontStretchProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"FontStretch", typeof(global::Windows.UI.Text.FontStretch),
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Text.FontStretch)));
#endif
// Skipping already declared property FontStyleProperty
// Skipping already declared property FontWeightProperty
// Skipping already declared property ForegroundProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty OpticalMarginAlignmentProperty { get; } =
@ -172,18 +200,11 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property VerticalContentAlignmentProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LineStackingStrategyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"LineStackingStrategy", typeof(global::Windows.UI.Xaml.LineStackingStrategy),
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.LineStackingStrategy)));
#endif
// Skipping already declared property TextWrappingProperty
// Skipping already declared property PaddingProperty
// Skipping already declared property MaxLinesProperty
// Skipping already declared property BackgroundProperty
// Skipping already declared property BorderBrushProperty
// Skipping already declared property BorderThicknessProperty
// Skipping already declared property CornerRadiusProperty
// Skipping already declared property HorizontalContentAlignmentProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LineHeightProperty { get; } =
@ -192,11 +213,26 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(double)));
#endif
// Skipping already declared property HorizontalContentAlignmentProperty
// Skipping already declared property CornerRadiusProperty
// Skipping already declared property BorderThicknessProperty
// Skipping already declared property BorderBrushProperty
// Skipping already declared property BackgroundProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LineStackingStrategyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"LineStackingStrategy", typeof(global::Windows.UI.Xaml.LineStackingStrategy),
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.LineStackingStrategy)));
#endif
// Skipping already declared property MaxLinesProperty
// Skipping already declared property PaddingProperty
// Skipping already declared property TextWrappingProperty
// Skipping already declared property VerticalContentAlignmentProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackgroundSizingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackgroundSizing", typeof(global::Windows.UI.Xaml.Controls.BackgroundSizing),
typeof(global::Windows.UI.Xaml.Controls.ContentPresenter),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.BackgroundSizing)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.ContentPresenter.ContentPresenter()
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.ContentPresenter()
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.Content.get
@ -221,8 +257,6 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.CharacterSpacing.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.Foreground.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.Foreground.set
// Skipping already declared method Windows.UI.Xaml.Controls.ContentPresenter.OnContentTemplateChanged(Windows.UI.Xaml.DataTemplate, Windows.UI.Xaml.DataTemplate)
// Skipping already declared method Windows.UI.Xaml.Controls.ContentPresenter.OnContentTemplateSelectorChanged(Windows.UI.Xaml.Controls.DataTemplateSelector, Windows.UI.Xaml.Controls.DataTemplateSelector)
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.OpticalMarginAlignment.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.OpticalMarginAlignment.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.TextLineBounds.get
@ -251,6 +285,13 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.HorizontalContentAlignment.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.VerticalContentAlignment.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.VerticalContentAlignment.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.BackgroundTransition.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.BackgroundTransition.set
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.BackgroundSizing.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.BackgroundSizing.set
// Skipping already declared method Windows.UI.Xaml.Controls.ContentPresenter.OnContentTemplateChanged(Windows.UI.Xaml.DataTemplate, Windows.UI.Xaml.DataTemplate)
// Skipping already declared method Windows.UI.Xaml.Controls.ContentPresenter.OnContentTemplateSelectorChanged(Windows.UI.Xaml.Controls.DataTemplateSelector, Windows.UI.Xaml.Controls.DataTemplateSelector)
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.BackgroundSizingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.TextWrappingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.MaxLinesProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ContentPresenter.LineStackingStrategyProperty.get

Просмотреть файл

@ -7,18 +7,13 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class Control : global::Windows.UI.Xaml.FrameworkElement
{
// Skipping already declared property FontSize
// Skipping already declared property FontFamily
// Skipping already declared property FontStyle
// Skipping already declared property Padding
// Skipping already declared property HorizontalContentAlignment
// Skipping already declared property BorderThickness
// Skipping already declared property Background
// Skipping already declared property Foreground
// Skipping already declared property IsTabStop
// Skipping already declared property IsEnabled
// Skipping already declared property BorderBrush
// Skipping already declared property HorizontalContentAlignment
// Skipping already declared property Foreground
// Skipping already declared property FontWeight
// Skipping already declared property FontStyle
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStretch FontStretch
@ -33,6 +28,22 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property FontSize
// Skipping already declared property FontFamily
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int TabIndex
{
get
{
return (int)this.GetValue(TabIndexProperty);
}
set
{
this.SetValue(TabIndexProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int CharacterSpacing
@ -47,7 +58,8 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Template
// Skipping already declared property BorderThickness
// Skipping already declared property BorderBrush
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Input.KeyboardNavigationMode TabNavigation
@ -62,21 +74,9 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int TabIndex
{
get
{
return (int)this.GetValue(TabIndexProperty);
}
set
{
this.SetValue(TabIndexProperty, value);
}
}
#endif
// Skipping already declared property Background
// Skipping already declared property VerticalContentAlignment
// Skipping already declared property Template
// Skipping already declared property FocusState
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -108,20 +108,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject XYFocusDown
{
get
{
return (global::Windows.UI.Xaml.DependencyObject)this.GetValue(XYFocusDownProperty);
}
set
{
this.SetValue(XYFocusDownProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject XYFocusUp
{
get
@ -136,34 +122,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFocusEngagementEnabled
{
get
{
return (bool)this.GetValue(IsFocusEngagementEnabledProperty);
}
set
{
this.SetValue(IsFocusEngagementEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject XYFocusLeft
{
get
{
return (global::Windows.UI.Xaml.DependencyObject)this.GetValue(XYFocusLeftProperty);
}
set
{
this.SetValue(XYFocusLeftProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject XYFocusRight
{
get
@ -178,6 +136,34 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject XYFocusLeft
{
get
{
return (global::Windows.UI.Xaml.DependencyObject)this.GetValue(XYFocusLeftProperty);
}
set
{
this.SetValue(XYFocusLeftProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject XYFocusDown
{
get
{
return (global::Windows.UI.Xaml.DependencyObject)this.GetValue(XYFocusDownProperty);
}
set
{
this.SetValue(XYFocusDownProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.RequiresPointer RequiresPointer
{
get
@ -192,15 +178,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.ElementSoundMode ElementSoundMode
public bool IsFocusEngagementEnabled
{
get
{
return (global::Windows.UI.Xaml.ElementSoundMode)this.GetValue(ElementSoundModeProperty);
return (bool)this.GetValue(IsFocusEngagementEnabledProperty);
}
set
{
this.SetValue(ElementSoundModeProperty, value);
this.SetValue(IsFocusEngagementEnabledProperty, value);
}
}
#endif
@ -220,6 +206,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.ElementSoundMode ElementSoundMode
{
get
{
return (global::Windows.UI.Xaml.ElementSoundMode)this.GetValue(ElementSoundModeProperty);
}
set
{
this.SetValue(ElementSoundModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Uri DefaultStyleResourceUri
{
get
@ -232,28 +232,39 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.CornerRadius CornerRadius
{
get
{
return (global::Windows.UI.Xaml.CornerRadius)this.GetValue(CornerRadiusProperty);
}
set
{
this.SetValue(CornerRadiusProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.BackgroundSizing BackgroundSizing
{
get
{
return (global::Windows.UI.Xaml.Controls.BackgroundSizing)this.GetValue(BackgroundSizingProperty);
}
set
{
this.SetValue(BackgroundSizingProperty, value);
}
}
#endif
// Skipping already declared property DefaultStyleKey
// Skipping already declared property BackgroundProperty
// Skipping already declared property BorderBrushProperty
// Skipping already declared property BorderThicknessProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CharacterSpacingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CharacterSpacing", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DefaultStyleKeyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"DefaultStyleKey", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(object)));
#endif
// Skipping already declared property FocusStateProperty
// Skipping already declared property FontFamilyProperty
// Skipping already declared property FontSizeProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FontStretchProperty { get; } =
@ -293,8 +304,25 @@ namespace Windows.UI.Xaml.Controls
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Input.KeyboardNavigationMode)));
#endif
// Skipping already declared property TemplateProperty
// Skipping already declared property BackgroundProperty
// Skipping already declared property BorderBrushProperty
// Skipping already declared property VerticalContentAlignmentProperty
// Skipping already declared property FontSizeProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CharacterSpacingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CharacterSpacing", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DefaultStyleKeyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"DefaultStyleKey", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsTextScaleFactorEnabledProperty { get; } =
@ -337,6 +365,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsFocusEngagementEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsFocusEngagementEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty RequiresPointerProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"RequiresPointer", typeof(global::Windows.UI.Xaml.Controls.RequiresPointer),
@ -377,11 +413,11 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsFocusEngagementEnabledProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty DefaultStyleResourceUriProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsFocusEngagementEnabled", typeof(bool),
"DefaultStyleResourceUri", typeof(global::System.Uri),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(bool)));
new FrameworkPropertyMetadata(default(global::System.Uri)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -393,11 +429,19 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DefaultStyleResourceUriProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty CornerRadiusProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"DefaultStyleResourceUri", typeof(global::System.Uri),
"CornerRadius", typeof(global::Windows.UI.Xaml.CornerRadius),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(global::System.Uri)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.CornerRadius)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackgroundSizingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackgroundSizing", typeof(global::Windows.UI.Xaml.Controls.BackgroundSizing),
typeof(global::Windows.UI.Xaml.Controls.Control),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.BackgroundSizing)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Control.Control()
// Forced skipping of method Windows.UI.Xaml.Controls.Control.Control()
@ -442,6 +486,46 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsEnabledChanged.remove
// Skipping already declared method Windows.UI.Xaml.Controls.Control.ApplyTemplate()
// Skipping already declared method Windows.UI.Xaml.Controls.Control.Focus(Windows.UI.Xaml.FocusState)
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsTextScaleFactorEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsTextScaleFactorEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.UseSystemFocusVisuals.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.UseSystemFocusVisuals.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngagementEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngagementEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngaged.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngaged.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.RequiresPointer.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.RequiresPointer.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusLeft.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusLeft.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusRight.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusRight.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusUp.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusUp.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusDown.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusDown.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.ElementSoundMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.ElementSoundMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusEngaged.add
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusEngaged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusDisengaged.add
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusDisengaged.remove
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RemoveFocusEngagement()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Control", "void Control.RemoveFocusEngagement()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleResourceUri.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleResourceUri.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.BackgroundSizing.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.BackgroundSizing.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.CornerRadius.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.CornerRadius.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleKey.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleKey.set
// Skipping already declared method Windows.UI.Xaml.Controls.Control.GetTemplateChild(string)
// Skipping already declared method Windows.UI.Xaml.Controls.Control.OnPointerEntered(Windows.UI.Xaml.Input.PointerRoutedEventArgs)
// Skipping already declared method Windows.UI.Xaml.Controls.Control.OnPointerPressed(Windows.UI.Xaml.Input.PointerRoutedEventArgs)
// Skipping already declared method Windows.UI.Xaml.Controls.Control.OnPointerMoved(Windows.UI.Xaml.Input.PointerRoutedEventArgs)
@ -569,42 +653,6 @@ namespace Windows.UI.Xaml.Controls
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Control", "void Control.OnDrop(DragEventArgs e)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleKey.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleKey.set
// Skipping already declared method Windows.UI.Xaml.Controls.Control.GetTemplateChild(string)
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsTextScaleFactorEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsTextScaleFactorEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.UseSystemFocusVisuals.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.UseSystemFocusVisuals.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngagementEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngagementEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngaged.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsFocusEngaged.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.RequiresPointer.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.RequiresPointer.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusLeft.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusLeft.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusRight.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusRight.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusUp.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusUp.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusDown.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.XYFocusDown.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.ElementSoundMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.ElementSoundMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusEngaged.add
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusEngaged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusDisengaged.add
// Forced skipping of method Windows.UI.Xaml.Controls.Control.FocusDisengaged.remove
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RemoveFocusEngagement()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Control", "void Control.RemoveFocusEngagement()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleResourceUri.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleResourceUri.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
protected virtual void OnPreviewKeyDown( global::Windows.UI.Xaml.Input.KeyRoutedEventArgs e)
@ -626,6 +674,8 @@ namespace Windows.UI.Xaml.Controls
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Control", "void Control.OnCharacterReceived(CharacterReceivedRoutedEventArgs e)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Control.BackgroundSizingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.CornerRadiusProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.DefaultStyleResourceUriProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Control.IsTemplateKeyTipTargetProperty.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__

Просмотреть файл

@ -5,13 +5,28 @@ namespace Windows.UI.Xaml.Controls
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class DataTemplateSelector
public partial class DataTemplateSelector : global::Windows.UI.Xaml.IElementFactory
{
// Skipping already declared method Windows.UI.Xaml.Controls.DataTemplateSelector.DataTemplateSelector()
// Forced skipping of method Windows.UI.Xaml.Controls.DataTemplateSelector.DataTemplateSelector()
// Skipping already declared method Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate(object, Windows.UI.Xaml.DependencyObject)
// Skipping already declared method Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplateCore(object, Windows.UI.Xaml.DependencyObject)
// Skipping already declared method Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplate(object)
// Skipping already declared method Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplateCore(object, Windows.UI.Xaml.DependencyObject)
// Skipping already declared method Windows.UI.Xaml.Controls.DataTemplateSelector.SelectTemplateCore(object)
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.UIElement GetElement( global::Windows.UI.Xaml.ElementFactoryGetArgs args)
{
throw new global::System.NotImplementedException("The member UIElement DataTemplateSelector.GetElement(ElementFactoryGetArgs args) is not implemented in Uno.");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RecycleElement( global::Windows.UI.Xaml.ElementFactoryRecycleArgs args)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DataTemplateSelector", "void DataTemplateSelector.RecycleElement(ElementFactoryRecycleArgs args)");
}
#endif
// Processing: Windows.UI.Xaml.IElementFactory
}
}

Просмотреть файл

@ -7,6 +7,51 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class DatePicker : global::Windows.UI.Xaml.Controls.Control
{
// Skipping already declared property YearVisible
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string YearFormat
{
get
{
return (string)this.GetValue(YearFormatProperty);
}
set
{
this.SetValue(YearFormatProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Orientation Orientation
{
get
{
return (global::Windows.UI.Xaml.Controls.Orientation)this.GetValue(OrientationProperty);
}
set
{
this.SetValue(OrientationProperty, value);
}
}
#endif
// Skipping already declared property MonthVisible
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string MonthFormat
{
get
{
return (string)this.GetValue(MonthFormatProperty);
}
set
{
this.SetValue(MonthFormatProperty, value);
}
}
#endif
// Skipping already declared property MinYear
// Skipping already declared property MaxYear
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -24,20 +69,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string MonthFormat
{
get
{
return (string)this.GetValue(MonthFormatProperty);
}
set
{
this.SetValue(MonthFormatProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Header
{
get
@ -65,6 +96,7 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Date
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string CalendarIdentifier
@ -79,38 +111,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property YearVisible
// Skipping already declared property Date
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string YearFormat
{
get
{
return (string)this.GetValue(YearFormatProperty);
}
set
{
this.SetValue(YearFormatProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Orientation Orientation
{
get
{
return (global::Windows.UI.Xaml.Controls.Orientation)this.GetValue(OrientationProperty);
}
set
{
this.SetValue(OrientationProperty, value);
}
}
#endif
// Skipping already declared property MonthVisible
// Skipping already declared property MinYear
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.LightDismissOverlayMode LightDismissOverlayMode
@ -127,23 +127,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty OrientationProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Orientation", typeof(global::Windows.UI.Xaml.Controls.Orientation),
typeof(global::Windows.UI.Xaml.Controls.DatePicker),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Orientation)));
public global::System.DateTimeOffset? SelectedDate
{
get
{
return (global::System.DateTimeOffset?)this.GetValue(SelectedDateProperty);
}
set
{
this.SetValue(SelectedDateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty YearFormatProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"YearFormat", typeof(string),
typeof(global::Windows.UI.Xaml.Controls.DatePicker),
new FrameworkPropertyMetadata(default(string)));
#endif
// Skipping already declared property YearVisibleProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CalendarIdentifierProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CalendarIdentifier", typeof(string),
@ -189,12 +186,37 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property MonthVisibleProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty OrientationProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Orientation", typeof(global::Windows.UI.Xaml.Controls.Orientation),
typeof(global::Windows.UI.Xaml.Controls.DatePicker),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Orientation)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty YearFormatProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"YearFormat", typeof(string),
typeof(global::Windows.UI.Xaml.Controls.DatePicker),
new FrameworkPropertyMetadata(default(string)));
#endif
// Skipping already declared property YearVisibleProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LightDismissOverlayModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"LightDismissOverlayMode", typeof(global::Windows.UI.Xaml.Controls.LightDismissOverlayMode),
typeof(global::Windows.UI.Xaml.Controls.DatePicker),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.LightDismissOverlayMode)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectedDateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectedDate", typeof(global::System.DateTimeOffset?),
typeof(global::Windows.UI.Xaml.Controls.DatePicker),
new FrameworkPropertyMetadata(default(global::System.DateTimeOffset?)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.DatePicker.DatePicker()
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.DatePicker()
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.Header.get
@ -227,6 +249,11 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.DateChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.LightDismissOverlayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.LightDismissOverlayMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.SelectedDate.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.SelectedDate.set
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.SelectedDateChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.SelectedDateChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.SelectedDateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.LightDismissOverlayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.HeaderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.HeaderTemplateProperty.get
@ -242,5 +269,21 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.MaxYearProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePicker.OrientationProperty.get
// Skipping already declared event Windows.UI.Xaml.Controls.DatePicker.DateChanged
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::Windows.Foundation.TypedEventHandler<global::Windows.UI.Xaml.Controls.DatePicker, global::Windows.UI.Xaml.Controls.DatePickerSelectedValueChangedEventArgs> SelectedDateChanged
{
[global::Uno.NotImplemented]
add
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DatePicker", "event TypedEventHandler<DatePicker, DatePickerSelectedValueChangedEventArgs> DatePicker.SelectedDateChanged");
}
[global::Uno.NotImplemented]
remove
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DatePicker", "event TypedEventHandler<DatePicker, DatePickerSelectedValueChangedEventArgs> DatePicker.SelectedDateChanged");
}
}
#endif
}
}

Просмотреть файл

@ -0,0 +1,33 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class DatePickerSelectedValueChangedEventArgs
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset? NewDate
{
get
{
throw new global::System.NotImplementedException("The member DateTimeOffset? DatePickerSelectedValueChangedEventArgs.NewDate is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.DateTimeOffset? OldDate
{
get
{
throw new global::System.NotImplementedException("The member DateTimeOffset? DatePickerSelectedValueChangedEventArgs.OldDate is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.DatePickerSelectedValueChangedEventArgs.OldDate.get
// Forced skipping of method Windows.UI.Xaml.Controls.DatePickerSelectedValueChangedEventArgs.NewDate.get
}
}

Просмотреть файл

@ -0,0 +1,19 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class DropDownButton : global::Windows.UI.Xaml.Controls.Button
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public DropDownButton() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DropDownButton", "DropDownButton.DropDownButton()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.DropDownButton.DropDownButton()
}
}

Просмотреть файл

@ -0,0 +1,45 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class DropDownButtonAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.ButtonAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState
{
get
{
throw new global::System.NotImplementedException("The member ExpandCollapseState DropDownButtonAutomationPeer.ExpandCollapseState is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public DropDownButtonAutomationPeer( global::Windows.UI.Xaml.Controls.DropDownButton owner) : base(owner)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DropDownButtonAutomationPeer", "DropDownButtonAutomationPeer.DropDownButtonAutomationPeer(DropDownButton owner)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.DropDownButtonAutomationPeer.DropDownButtonAutomationPeer(Windows.UI.Xaml.Controls.DropDownButton)
// Forced skipping of method Windows.UI.Xaml.Controls.DropDownButtonAutomationPeer.ExpandCollapseState.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Collapse()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DropDownButtonAutomationPeer", "void DropDownButtonAutomationPeer.Collapse()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Expand()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.DropDownButtonAutomationPeer", "void DropDownButtonAutomationPeer.Expand()");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
}
}

Просмотреть файл

@ -15,6 +15,20 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property CurrentSourcePageType
// Skipping already declared property BackStack
// Skipping already declared property ForwardStack
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsNavigationStackEnabled
{
get
{
return (bool)this.GetValue(IsNavigationStackEnabledProperty);
}
set
{
this.SetValue(IsNavigationStackEnabledProperty, value);
}
}
#endif
// Skipping already declared property BackStackDepthProperty
// Skipping already declared property CacheSizeProperty
// Skipping already declared property CanGoBackProperty
@ -23,6 +37,14 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property SourcePageTypeProperty
// Skipping already declared property BackStackProperty
// Skipping already declared property ForwardStackProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsNavigationStackEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsNavigationStackEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.Frame),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.Frame()
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.Frame()
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.CacheSize.get
@ -46,7 +68,6 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.Navigate(System.Type, object)
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.GetNavigationState()
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.SetNavigationState(string)
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.Navigate(System.Type)
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.BackStack.get
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.ForwardStack.get
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.Navigate(System.Type, object, Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo)
@ -58,6 +79,17 @@ namespace Windows.UI.Xaml.Controls
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Frame", "void Frame.SetNavigationState(string navigationState, bool suppressNavigate)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.IsNavigationStackEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.IsNavigationStackEnabled.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool NavigateToType( global::System.Type sourcePageType, object parameter, global::Windows.UI.Xaml.Navigation.FrameNavigationOptions navigationOptions)
{
throw new global::System.NotImplementedException("The member bool Frame.NavigateToType(Type sourcePageType, object parameter, FrameNavigationOptions navigationOptions) is not implemented in Uno.");
}
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Frame.Navigate(System.Type)
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.IsNavigationStackEnabledProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.BackStackProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.ForwardStackProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Frame.CacheSizeProperty.get

Просмотреть файл

@ -41,6 +41,20 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.BackgroundSizing BackgroundSizing
{
get
{
return (global::Windows.UI.Xaml.Controls.BackgroundSizing)this.GetValue(BackgroundSizingProperty);
}
set
{
this.SetValue(BackgroundSizingProperty, value);
}
}
#endif
// Skipping already declared property ColumnProperty
// Skipping already declared property ColumnSpanProperty
// Skipping already declared property RowProperty
@ -65,6 +79,14 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.Grid),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackgroundSizingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackgroundSizing", typeof(global::Windows.UI.Xaml.Controls.BackgroundSizing),
typeof(global::Windows.UI.Xaml.Controls.Grid),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.BackgroundSizing)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.Grid.Grid()
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.Grid()
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.RowDefinitions.get
@ -81,6 +103,9 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.RowSpacing.set
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.ColumnSpacing.get
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.ColumnSpacing.set
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.BackgroundSizing.get
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.BackgroundSizing.set
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.BackgroundSizingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.RowSpacingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.ColumnSpacingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Grid.BorderBrushProperty.get

Просмотреть файл

@ -67,10 +67,10 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.HeaderTemplateSelector.set
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.HidesIfEmpty.get
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.HidesIfEmpty.set
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.PropertyChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.PropertyChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle.get
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.HeaderContainerStyle.set
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.PropertyChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.GroupStyle.PropertyChanged.remove
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::System.ComponentModel.PropertyChangedEventHandler PropertyChanged

Просмотреть файл

@ -0,0 +1,24 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial interface IScrollAnchorProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
global::Windows.UI.Xaml.UIElement CurrentAnchor
{
get;
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.IScrollAnchorProvider.CurrentAnchor.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
void RegisterAnchorCandidate( global::Windows.UI.Xaml.UIElement element);
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
void UnregisterAnchorCandidate( global::Windows.UI.Xaml.UIElement element);
#endif
}
}

Просмотреть файл

@ -0,0 +1,44 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class IconSourceElement : global::Windows.UI.Xaml.Controls.IconElement
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.IconSource IconSource
{
get
{
return (global::Windows.UI.Xaml.Controls.IconSource)this.GetValue(IconSourceProperty);
}
set
{
this.SetValue(IconSourceProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IconSourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IconSource", typeof(global::Windows.UI.Xaml.Controls.IconSource),
typeof(global::Windows.UI.Xaml.Controls.IconSourceElement),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.IconSource)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public IconSourceElement()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.IconSourceElement", "IconSourceElement.IconSourceElement()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.IconSourceElement.IconSourceElement()
// Forced skipping of method Windows.UI.Xaml.Controls.IconSourceElement.IconSource.get
// Forced skipping of method Windows.UI.Xaml.Controls.IconSourceElement.IconSource.set
// Forced skipping of method Windows.UI.Xaml.Controls.IconSourceElement.IconSourceProperty.get
}
}

Просмотреть файл

@ -10,6 +10,7 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property ItemsSource
// Skipping already declared property ItemsPanel
// Skipping already declared property ItemTemplateSelector
// Skipping already declared property ItemTemplate
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Animation.TransitionCollection ItemContainerTransitions
@ -24,8 +25,8 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property ItemContainerStyleSelector
// Skipping already declared property ItemContainerStyle
// Skipping already declared property ItemTemplate
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.GroupStyleSelector GroupStyleSelector
@ -40,8 +41,9 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property ItemContainerStyleSelector
// Skipping already declared property DisplayMemberPath
// Skipping already declared property GroupStyle
// Skipping already declared property IsGrouping
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.ItemContainerGenerator ItemContainerGenerator
@ -52,9 +54,7 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property GroupStyle
// Skipping already declared property Items
// Skipping already declared property IsGrouping
// Skipping already declared property ItemsPanelRoot
// Skipping already declared property DisplayMemberPathProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
@ -104,6 +104,14 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.GroupStyleSelector.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.GroupStyleSelector.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.IsGrouping.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.ItemsPanelRoot.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject GroupHeaderContainerFromItemContainer( global::Windows.UI.Xaml.DependencyObject itemContainer)
{
throw new global::System.NotImplementedException("The member DependencyObject ItemsControl.GroupHeaderContainerFromItemContainer(DependencyObject itemContainer) is not implemented in Uno.");
}
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.IsItemItsOwnContainerOverride(object)
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.GetContainerForItemOverride()
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.ClearContainerForItemOverride(Windows.UI.Xaml.DependencyObject, object)
@ -120,18 +128,10 @@ namespace Windows.UI.Xaml.Controls
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ItemsControl", "void ItemsControl.OnGroupStyleSelectorChanged(GroupStyleSelector oldGroupStyleSelector, GroupStyleSelector newGroupStyleSelector)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.ItemsPanelRoot.get
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.ItemFromContainer(Windows.UI.Xaml.DependencyObject)
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.ContainerFromItem(object)
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.IndexFromContainer(Windows.UI.Xaml.DependencyObject)
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsControl.ContainerFromIndex(int)
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DependencyObject GroupHeaderContainerFromItemContainer( global::Windows.UI.Xaml.DependencyObject itemContainer)
{
throw new global::System.NotImplementedException("The member DependencyObject ItemsControl.GroupHeaderContainerFromItemContainer(DependencyObject itemContainer) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.ItemsSourceProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.ItemTemplateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsControl.ItemTemplateSelectorProperty.get

Просмотреть файл

@ -153,6 +153,12 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.HeaderTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.Padding.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.Padding.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.Footer.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.Footer.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplate.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplate.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitions.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.AreHorizontalSnapPointsRegular.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.AreVerticalSnapPointsRegular.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.HorizontalSnapPointsChanged.add
@ -161,12 +167,6 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.VerticalSnapPointsChanged.remove
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsPresenter.GetIrregularSnapPoints(Windows.UI.Xaml.Controls.Orientation, Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment)
// Skipping already declared method Windows.UI.Xaml.Controls.ItemsPresenter.GetRegularSnapPoints(Windows.UI.Xaml.Controls.Orientation, Windows.UI.Xaml.Controls.Primitives.SnapPointsAlignment, out float)
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.Footer.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.Footer.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplate.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplate.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitions.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTemplateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ItemsPresenter.FooterTransitionsProperty.get

Просмотреть файл

@ -7,6 +7,21 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class ItemsStackPanel : global::Windows.UI.Xaml.Controls.Panel
{
// Skipping already declared property Orientation
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode ItemsUpdatingScrollMode
{
get
{
throw new global::System.NotImplementedException("The member ItemsUpdatingScrollMode ItemsStackPanel.ItemsUpdatingScrollMode is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ItemsStackPanel", "ItemsUpdatingScrollMode ItemsStackPanel.ItemsUpdatingScrollMode");
}
}
#endif
// Skipping already declared property GroupPadding
// Skipping already declared property GroupHeaderPlacement
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
@ -23,21 +38,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Orientation
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.ItemsUpdatingScrollMode ItemsUpdatingScrollMode
{
get
{
throw new global::System.NotImplementedException("The member ItemsUpdatingScrollMode ItemsStackPanel.ItemsUpdatingScrollMode is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ItemsStackPanel", "ItemsUpdatingScrollMode ItemsStackPanel.ItemsUpdatingScrollMode");
}
}
#endif
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int FirstCacheIndex

Просмотреть файл

@ -7,9 +7,12 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class ItemsWrapGrid : global::Windows.UI.Xaml.Controls.Panel
{
// Skipping already declared property GroupHeaderPlacement
// Skipping already declared property Orientation
// Skipping already declared property MaximumRowsOrColumns
// Skipping already declared property ItemWidth
// Skipping already declared property ItemHeight
// Skipping already declared property GroupPadding
// Skipping already declared property GroupHeaderPlacement
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double CacheLength
@ -24,9 +27,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Orientation
// Skipping already declared property MaximumRowsOrColumns
// Skipping already declared property ItemWidth
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int FirstCacheIndex

Просмотреть файл

@ -7,6 +7,7 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class ListViewBase : global::Windows.UI.Xaml.Controls.ISemanticZoomInformation
{
// Skipping already declared property SelectionMode
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSwipeEnabled
@ -21,6 +22,7 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property IsItemClickEnabled
// Skipping already declared property IncrementalLoadingTrigger
// Skipping already declared property IncrementalLoadingThreshold
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
@ -39,7 +41,7 @@ namespace Windows.UI.Xaml.Controls
#endif
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
// Skipping already declared property IsItemClickEnabled
// Skipping already declared property DataFetchSize
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanReorderItems
@ -68,8 +70,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property DataFetchSize
// Skipping already declared property SelectionMode
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IList<object> SelectedItems
@ -80,8 +80,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Footer
// Skipping already declared property FooterTemplate
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool ShowsScrollingPlaceholders
@ -110,6 +108,8 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property FooterTemplate
// Skipping already declared property Footer
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.ListViewReorderMode ReorderMode
@ -231,6 +231,7 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ListViewBase),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.Animation.TransitionCollection)));
#endif
// Skipping already declared property IncrementalLoadingThresholdProperty
// Skipping already declared property IncrementalLoadingTriggerProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -266,7 +267,6 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ListViewBase),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.SemanticZoom)));
#endif
// Skipping already declared property IncrementalLoadingThresholdProperty
// Skipping already declared property FooterProperty
// Skipping already declared property FooterTemplateProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
@ -366,61 +366,6 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.HeaderTemplate.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.HeaderTransitions.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.HeaderTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.SemanticZoomOwner.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.SemanticZoomOwner.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsActiveView.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsActiveView.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsZoomedInView.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsZoomedInView.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void InitializeViewChange()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.InitializeViewChange()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CompleteViewChange()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.CompleteViewChange()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void MakeVisible( global::Windows.UI.Xaml.Controls.SemanticZoomLocation item)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.MakeVisible(SemanticZoomLocation item)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void StartViewChangeFrom( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.StartViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void StartViewChangeTo( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CompleteViewChangeFrom( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.CompleteViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CompleteViewChangeTo( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.CompleteViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.ShowsScrollingPlaceholders.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.ShowsScrollingPlaceholders.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.ContainerContentChanging.add
@ -486,6 +431,61 @@ namespace Windows.UI.Xaml.Controls
throw new global::System.NotImplementedException("The member ConnectedAnimation ListViewBase.PrepareConnectedAnimation(string key, object item, string elementName) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.SemanticZoomOwner.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.SemanticZoomOwner.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsActiveView.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsActiveView.set
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsZoomedInView.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsZoomedInView.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void InitializeViewChange()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.InitializeViewChange()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CompleteViewChange()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.CompleteViewChange()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void MakeVisible( global::Windows.UI.Xaml.Controls.SemanticZoomLocation item)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.MakeVisible(SemanticZoomLocation item)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void StartViewChangeFrom( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.StartViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void StartViewChangeTo( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.StartViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CompleteViewChangeFrom( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.CompleteViewChangeFrom(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CompleteViewChangeTo( global::Windows.UI.Xaml.Controls.SemanticZoomLocation source, global::Windows.UI.Xaml.Controls.SemanticZoomLocation destination)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ListViewBase", "void ListViewBase.CompleteViewChangeTo(SemanticZoomLocation source, SemanticZoomLocation destination)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.SingleSelectionFollowsFocusProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.IsMultiSelectCheckBoxEnabledProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ListViewBase.ReorderModeProperty.get

Просмотреть файл

@ -9,127 +9,15 @@ namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AutoPlay
public double Volume
{
get
{
return (bool)this.GetValue(AutoPlayProperty);
return (double)this.GetValue(VolumeProperty);
}
set
{
this.SetValue(AutoPlayProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int? AudioStreamIndex
{
get
{
return (int?)this.GetValue(AudioStreamIndexProperty);
}
set
{
this.SetValue(AudioStreamIndexProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsMuted
{
get
{
return (bool)this.GetValue(IsMutedProperty);
}
set
{
this.SetValue(IsMutedProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DefaultPlaybackRate
{
get
{
return (double)this.GetValue(DefaultPlaybackRateProperty);
}
set
{
this.SetValue(DefaultPlaybackRateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.AudioDeviceType AudioDeviceType
{
get
{
return (global::Windows.UI.Xaml.Media.AudioDeviceType)this.GetValue(AudioDeviceTypeProperty);
}
set
{
this.SetValue(AudioDeviceTypeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.AudioCategory AudioCategory
{
get
{
return (global::Windows.UI.Xaml.Media.AudioCategory)this.GetValue(AudioCategoryProperty);
}
set
{
this.SetValue(AudioCategoryProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Stereo3DVideoPackingMode Stereo3DVideoPackingMode
{
get
{
return (global::Windows.UI.Xaml.Media.Stereo3DVideoPackingMode)this.GetValue(Stereo3DVideoPackingModeProperty);
}
set
{
this.SetValue(Stereo3DVideoPackingModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double Balance
{
get
{
return (double)this.GetValue(BalanceProperty);
}
set
{
this.SetValue(BalanceProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool RealTimePlayback
{
get
{
return (bool)this.GetValue(RealTimePlaybackProperty);
}
set
{
this.SetValue(RealTimePlaybackProperty, value);
this.SetValue(VolumeProperty, value);
}
}
#endif
@ -149,15 +37,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsLooping
public global::Windows.UI.Xaml.Media.Stereo3DVideoPackingMode Stereo3DVideoPackingMode
{
get
{
return (bool)this.GetValue(IsLoopingProperty);
return (global::Windows.UI.Xaml.Media.Stereo3DVideoPackingMode)this.GetValue(Stereo3DVideoPackingModeProperty);
}
set
{
this.SetValue(IsLoopingProperty, value);
this.SetValue(Stereo3DVideoPackingModeProperty, value);
}
}
#endif
@ -177,15 +65,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double Volume
public bool RealTimePlayback
{
get
{
return (double)this.GetValue(VolumeProperty);
return (bool)this.GetValue(RealTimePlaybackProperty);
}
set
{
this.SetValue(VolumeProperty, value);
this.SetValue(RealTimePlaybackProperty, value);
}
}
#endif
@ -247,6 +135,118 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AutoPlay
{
get
{
return (bool)this.GetValue(AutoPlayProperty);
}
set
{
this.SetValue(AutoPlayProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int? AudioStreamIndex
{
get
{
return (int?)this.GetValue(AudioStreamIndexProperty);
}
set
{
this.SetValue(AudioStreamIndexProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsMuted
{
get
{
return (bool)this.GetValue(IsMutedProperty);
}
set
{
this.SetValue(IsMutedProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.AudioDeviceType AudioDeviceType
{
get
{
return (global::Windows.UI.Xaml.Media.AudioDeviceType)this.GetValue(AudioDeviceTypeProperty);
}
set
{
this.SetValue(AudioDeviceTypeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.AudioCategory AudioCategory
{
get
{
return (global::Windows.UI.Xaml.Media.AudioCategory)this.GetValue(AudioCategoryProperty);
}
set
{
this.SetValue(AudioCategoryProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DefaultPlaybackRate
{
get
{
return (double)this.GetValue(DefaultPlaybackRateProperty);
}
set
{
this.SetValue(DefaultPlaybackRateProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsLooping
{
get
{
return (bool)this.GetValue(IsLoopingProperty);
}
set
{
this.SetValue(IsLoopingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double Balance
{
get
{
return (double)this.GetValue(BalanceProperty);
}
set
{
this.SetValue(BalanceProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double DownloadProgressOffset
{
get
@ -487,70 +487,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty NaturalVideoHeightProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty DownloadProgressOffsetProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"NaturalVideoHeight", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty NaturalVideoWidthProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"NaturalVideoWidth", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PlayToSourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PlayToSource", typeof(global::Windows.Media.PlayTo.PlayToSource),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::Windows.Media.PlayTo.PlayToSource)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PlaybackRateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PlaybackRate", typeof(double),
"DownloadProgressOffset", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PositionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Position", typeof(global::System.TimeSpan),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::System.TimeSpan)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PosterSourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PosterSource", typeof(global::Windows.UI.Xaml.Media.ImageSource),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.ImageSource)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ProtectionManagerProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ProtectionManager", typeof(global::Windows.Media.Protection.MediaProtectionManager),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::Windows.Media.Protection.MediaProtectionManager)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty RealTimePlaybackProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"RealTimePlayback", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Source", typeof(global::System.Uri),
@ -575,14 +519,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty VolumeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Volume", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ActualStereo3DVideoPackingModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ActualStereo3DVideoPackingMode", typeof(global::Windows.UI.Xaml.Media.Stereo3DVideoPackingMode),
@ -695,9 +631,9 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DownloadProgressOffsetProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty VolumeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"DownloadProgressOffset", typeof(double),
"Volume", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(double)));
#endif
@ -751,9 +687,65 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AreTransportControlsEnabledProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty NaturalVideoHeightProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AreTransportControlsEnabled", typeof(bool),
"NaturalVideoHeight", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty NaturalVideoWidthProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"NaturalVideoWidth", typeof(int),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(int)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PlayToSourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PlayToSource", typeof(global::Windows.Media.PlayTo.PlayToSource),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::Windows.Media.PlayTo.PlayToSource)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PlaybackRateProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PlaybackRate", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PositionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Position", typeof(global::System.TimeSpan),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::System.TimeSpan)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PosterSourceProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PosterSource", typeof(global::Windows.UI.Xaml.Media.ImageSource),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.ImageSource)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ProtectionManagerProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ProtectionManager", typeof(global::Windows.Media.Protection.MediaProtectionManager),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(global::Windows.Media.Protection.MediaProtectionManager)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty RealTimePlaybackProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"RealTimePlayback", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(bool)));
#endif
@ -783,6 +775,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AreTransportControlsEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AreTransportControlsEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaElement),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MediaElement() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.MediaElement", "MediaElement.MediaElement()");

Просмотреть файл

@ -7,202 +7,6 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class MediaTransportControls : global::Windows.UI.Xaml.Controls.Control
{
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFullWindowButtonVisible
{
get
{
return (bool)this.GetValue(IsFullWindowButtonVisibleProperty);
}
set
{
this.SetValue(IsFullWindowButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPlaybackRateEnabled
{
get
{
return (bool)this.GetValue(IsPlaybackRateEnabledProperty);
}
set
{
this.SetValue(IsPlaybackRateEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastRewindEnabled
{
get
{
return (bool)this.GetValue(IsFastRewindEnabledProperty);
}
set
{
this.SetValue(IsFastRewindEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastRewindButtonVisible
{
get
{
return (bool)this.GetValue(IsFastRewindButtonVisibleProperty);
}
set
{
this.SetValue(IsFastRewindButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFullWindowEnabled
{
get
{
return (bool)this.GetValue(IsFullWindowEnabledProperty);
}
set
{
this.SetValue(IsFullWindowEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastForwardEnabled
{
get
{
return (bool)this.GetValue(IsFastForwardEnabledProperty);
}
set
{
this.SetValue(IsFastForwardEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsCompact
{
get
{
return (bool)this.GetValue(IsCompactProperty);
}
set
{
this.SetValue(IsCompactProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSeekEnabled
{
get
{
return (bool)this.GetValue(IsSeekEnabledProperty);
}
set
{
this.SetValue(IsSeekEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsStopEnabled
{
get
{
return (bool)this.GetValue(IsStopEnabledProperty);
}
set
{
this.SetValue(IsStopEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastForwardButtonVisible
{
get
{
return (bool)this.GetValue(IsFastForwardButtonVisibleProperty);
}
set
{
this.SetValue(IsFastForwardButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsStopButtonVisible
{
get
{
return (bool)this.GetValue(IsStopButtonVisibleProperty);
}
set
{
this.SetValue(IsStopButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsVolumeButtonVisible
{
get
{
return (bool)this.GetValue(IsVolumeButtonVisibleProperty);
}
set
{
this.SetValue(IsVolumeButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSeekBarVisible
{
get
{
return (bool)this.GetValue(IsSeekBarVisibleProperty);
}
set
{
this.SetValue(IsSeekBarVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPlaybackRateButtonVisible
{
get
{
return (bool)this.GetValue(IsPlaybackRateButtonVisibleProperty);
}
set
{
this.SetValue(IsPlaybackRateButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsZoomEnabled
@ -247,43 +51,197 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSkipBackwardButtonVisible
public bool IsVolumeButtonVisible
{
get
{
return (bool)this.GetValue(IsSkipBackwardButtonVisibleProperty);
return (bool)this.GetValue(IsVolumeButtonVisibleProperty);
}
set
{
this.SetValue(IsSkipBackwardButtonVisibleProperty, value);
this.SetValue(IsVolumeButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsNextTrackButtonVisible
public bool IsStopEnabled
{
get
{
return (bool)this.GetValue(IsNextTrackButtonVisibleProperty);
return (bool)this.GetValue(IsStopEnabledProperty);
}
set
{
this.SetValue(IsNextTrackButtonVisibleProperty, value);
this.SetValue(IsStopEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FastPlayFallbackBehaviour FastPlayFallbackBehaviour
public bool IsStopButtonVisible
{
get
{
return (global::Windows.UI.Xaml.Media.FastPlayFallbackBehaviour)this.GetValue(FastPlayFallbackBehaviourProperty);
return (bool)this.GetValue(IsStopButtonVisibleProperty);
}
set
{
this.SetValue(FastPlayFallbackBehaviourProperty, value);
this.SetValue(IsStopButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSeekEnabled
{
get
{
return (bool)this.GetValue(IsSeekEnabledProperty);
}
set
{
this.SetValue(IsSeekEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSeekBarVisible
{
get
{
return (bool)this.GetValue(IsSeekBarVisibleProperty);
}
set
{
this.SetValue(IsSeekBarVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPlaybackRateEnabled
{
get
{
return (bool)this.GetValue(IsPlaybackRateEnabledProperty);
}
set
{
this.SetValue(IsPlaybackRateEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPlaybackRateButtonVisible
{
get
{
return (bool)this.GetValue(IsPlaybackRateButtonVisibleProperty);
}
set
{
this.SetValue(IsPlaybackRateButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFullWindowEnabled
{
get
{
return (bool)this.GetValue(IsFullWindowEnabledProperty);
}
set
{
this.SetValue(IsFullWindowEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFullWindowButtonVisible
{
get
{
return (bool)this.GetValue(IsFullWindowButtonVisibleProperty);
}
set
{
this.SetValue(IsFullWindowButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastRewindEnabled
{
get
{
return (bool)this.GetValue(IsFastRewindEnabledProperty);
}
set
{
this.SetValue(IsFastRewindEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastRewindButtonVisible
{
get
{
return (bool)this.GetValue(IsFastRewindButtonVisibleProperty);
}
set
{
this.SetValue(IsFastRewindButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastForwardEnabled
{
get
{
return (bool)this.GetValue(IsFastForwardEnabledProperty);
}
set
{
this.SetValue(IsFastForwardEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsFastForwardButtonVisible
{
get
{
return (bool)this.GetValue(IsFastForwardButtonVisibleProperty);
}
set
{
this.SetValue(IsFastForwardButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsCompact
{
get
{
return (bool)this.GetValue(IsCompactProperty);
}
set
{
this.SetValue(IsCompactProperty, value);
}
}
#endif
@ -303,20 +261,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPreviousTrackButtonVisible
{
get
{
return (bool)this.GetValue(IsPreviousTrackButtonVisibleProperty);
}
set
{
this.SetValue(IsPreviousTrackButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSkipForwardButtonVisible
{
get
@ -345,6 +289,62 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSkipBackwardButtonVisible
{
get
{
return (bool)this.GetValue(IsSkipBackwardButtonVisibleProperty);
}
set
{
this.SetValue(IsSkipBackwardButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPreviousTrackButtonVisible
{
get
{
return (bool)this.GetValue(IsPreviousTrackButtonVisibleProperty);
}
set
{
this.SetValue(IsPreviousTrackButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsNextTrackButtonVisible
{
get
{
return (bool)this.GetValue(IsNextTrackButtonVisibleProperty);
}
set
{
this.SetValue(IsNextTrackButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FastPlayFallbackBehaviour FastPlayFallbackBehaviour
{
get
{
return (global::Windows.UI.Xaml.Media.FastPlayFallbackBehaviour)this.GetValue(FastPlayFallbackBehaviourProperty);
}
set
{
this.SetValue(FastPlayFallbackBehaviourProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool ShowAndHideAutomatically
{
get
@ -359,20 +359,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsRepeatButtonVisible
{
get
{
return (bool)this.GetValue(IsRepeatButtonVisibleProperty);
}
set
{
this.SetValue(IsRepeatButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsRepeatEnabled
{
get
@ -387,6 +373,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsRepeatButtonVisible
{
get
{
return (bool)this.GetValue(IsRepeatButtonVisibleProperty);
}
set
{
this.SetValue(IsRepeatButtonVisibleProperty, value);
}
}
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsCompactOverlayEnabled
{
get
@ -463,6 +463,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsFullWindowEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsFullWindowEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaTransportControls),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsPlaybackRateButtonVisibleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsPlaybackRateButtonVisible", typeof(bool),
@ -543,14 +551,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsFullWindowEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsFullWindowEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaTransportControls),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FastPlayFallbackBehaviourProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"FastPlayFallbackBehaviour", typeof(global::Windows.UI.Xaml.Media.FastPlayFallbackBehaviour),
@ -591,6 +591,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsSkipForwardButtonVisibleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsSkipForwardButtonVisible", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaTransportControls),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsSkipForwardEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsSkipForwardEnabled", typeof(bool),
@ -599,9 +607,9 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsSkipForwardButtonVisibleProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty IsRepeatButtonVisibleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsSkipForwardButtonVisible", typeof(bool),
"IsRepeatButtonVisible", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaTransportControls),
new FrameworkPropertyMetadata(default(bool)));
#endif
@ -623,14 +631,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsRepeatButtonVisibleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsRepeatButtonVisible", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.MediaTransportControls),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if false || false || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsCompactOverlayButtonVisibleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsCompactOverlayButtonVisible", typeof(bool),

Просмотреть файл

@ -0,0 +1,39 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class MenuBar : global::Windows.UI.Xaml.Controls.Control
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuBarItem> Items
{
get
{
return (global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuBarItem>)this.GetValue(ItemsProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ItemsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Items", typeof(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuBarItem>),
typeof(global::Windows.UI.Xaml.Controls.MenuBar),
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuBarItem>)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MenuBar() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.MenuBar", "MenuBar.MenuBar()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBar.MenuBar()
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBar.Items.get
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBar.ItemsProperty.get
}
}

Просмотреть файл

@ -0,0 +1,64 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class MenuBarItem : global::Windows.UI.Xaml.Controls.Control
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string Title
{
get
{
return (string)this.GetValue(TitleProperty);
}
set
{
this.SetValue(TitleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuFlyoutItemBase> Items
{
get
{
return (global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuFlyoutItemBase>)this.GetValue(ItemsProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ItemsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Items", typeof(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuFlyoutItemBase>),
typeof(global::Windows.UI.Xaml.Controls.MenuBarItem),
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<global::Windows.UI.Xaml.Controls.MenuFlyoutItemBase>)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TitleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Title", typeof(string),
typeof(global::Windows.UI.Xaml.Controls.MenuBarItem),
new FrameworkPropertyMetadata(default(string)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MenuBarItem() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.MenuBarItem", "MenuBarItem.MenuBarItem()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItem.MenuBarItem()
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItem.Title.get
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItem.Title.set
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItem.Items.get
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItem.TitleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItem.ItemsProperty.get
}
}

Просмотреть файл

@ -0,0 +1,19 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class MenuBarItemFlyout : global::Windows.UI.Xaml.Controls.MenuFlyout
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public MenuBarItemFlyout() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.MenuBarItemFlyout", "MenuBarItemFlyout.MenuBarItemFlyout()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.MenuBarItemFlyout.MenuBarItemFlyout()
}
}

Просмотреть файл

@ -0,0 +1,381 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationView : global::Windows.UI.Xaml.Controls.ContentControl
{
// Skipping already declared property MenuItemTemplateSelector
// Skipping already declared property MenuItemTemplate
// Skipping already declared property MenuItemContainerStyleSelector
// Skipping already declared property MenuItemContainerStyle
// Skipping already declared property IsSettingsVisible
// Skipping already declared property IsPaneToggleButtonVisible
// Skipping already declared property IsPaneOpen
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
// Skipping already declared property ExpandedModeThresholdWidth
// Skipping already declared property MenuItemsSource
// Skipping already declared property CompactPaneLength
// Skipping already declared property CompactModeThresholdWidth
// Skipping already declared property AutoSuggestBox
// Skipping already declared property OpenPaneLength
// Skipping already declared property AlwaysShowHeader
// Skipping already declared property SelectedItem
// Skipping already declared property PaneToggleButtonStyle
// Skipping already declared property PaneFooter
// Skipping already declared property DisplayMode
// Skipping already declared property MenuItems
// Skipping already declared property SettingsItem
// Skipping already declared property PaneTitle
// Skipping already declared property IsBackEnabled
// Skipping already declared property IsBackButtonVisible
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewShoulderNavigationEnabled ShoulderNavigationEnabled
{
get
{
return (global::Windows.UI.Xaml.Controls.NavigationViewShoulderNavigationEnabled)this.GetValue(ShoulderNavigationEnabledProperty);
}
set
{
this.SetValue(ShoulderNavigationEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewSelectionFollowsFocus SelectionFollowsFocus
{
get
{
return (global::Windows.UI.Xaml.Controls.NavigationViewSelectionFollowsFocus)this.GetValue(SelectionFollowsFocusProperty);
}
set
{
this.SetValue(SelectionFollowsFocusProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.UIElement PaneHeader
{
get
{
return (global::Windows.UI.Xaml.UIElement)this.GetValue(PaneHeaderProperty);
}
set
{
this.SetValue(PaneHeaderProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewPaneDisplayMode PaneDisplayMode
{
get
{
return (global::Windows.UI.Xaml.Controls.NavigationViewPaneDisplayMode)this.GetValue(PaneDisplayModeProperty);
}
set
{
this.SetValue(PaneDisplayModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.UIElement PaneCustomContent
{
get
{
return (global::Windows.UI.Xaml.UIElement)this.GetValue(PaneCustomContentProperty);
}
set
{
this.SetValue(PaneCustomContentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewOverflowLabelMode OverflowLabelMode
{
get
{
return (global::Windows.UI.Xaml.Controls.NavigationViewOverflowLabelMode)this.GetValue(OverflowLabelModeProperty);
}
set
{
this.SetValue(OverflowLabelModeProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsPaneVisible
{
get
{
return (bool)this.GetValue(IsPaneVisibleProperty);
}
set
{
this.SetValue(IsPaneVisibleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.UIElement ContentOverlay
{
get
{
return (global::Windows.UI.Xaml.UIElement)this.GetValue(ContentOverlayProperty);
}
set
{
this.SetValue(ContentOverlayProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings TemplateSettings
{
get
{
return (global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings)this.GetValue(TemplateSettingsProperty);
}
}
#endif
// Skipping already declared property ExpandedModeThresholdWidthProperty
// Skipping already declared property IsSettingsVisibleProperty
// Skipping already declared property MenuItemContainerStyleProperty
// Skipping already declared property MenuItemContainerStyleSelectorProperty
// Skipping already declared property MenuItemTemplateProperty
// Skipping already declared property MenuItemTemplateSelectorProperty
// Skipping already declared property MenuItemsProperty
// Skipping already declared property MenuItemsSourceProperty
// Skipping already declared property OpenPaneLengthProperty
// Skipping already declared property PaneFooterProperty
// Skipping already declared property PaneToggleButtonStyleProperty
// Skipping already declared property SelectedItemProperty
// Skipping already declared property AlwaysShowHeaderProperty
// Skipping already declared property AutoSuggestBoxProperty
// Skipping already declared property CompactModeThresholdWidthProperty
// Skipping already declared property CompactPaneLengthProperty
// Skipping already declared property DisplayModeProperty
// Skipping already declared property SettingsItemProperty
// Skipping already declared property HeaderProperty
// Skipping already declared property HeaderTemplateProperty
// Skipping already declared property IsPaneOpenProperty
// Skipping already declared property IsPaneToggleButtonVisibleProperty
// Skipping already declared property IsBackButtonVisibleProperty
// Skipping already declared property IsBackEnabledProperty
// Skipping already declared property PaneTitleProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsPaneVisibleProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsPaneVisible", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty OverflowLabelModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"OverflowLabelMode", typeof(global::Windows.UI.Xaml.Controls.NavigationViewOverflowLabelMode),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.NavigationViewOverflowLabelMode)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PaneCustomContentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PaneCustomContent", typeof(global::Windows.UI.Xaml.UIElement),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.UIElement)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PaneDisplayModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PaneDisplayMode", typeof(global::Windows.UI.Xaml.Controls.NavigationViewPaneDisplayMode),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.NavigationViewPaneDisplayMode)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PaneHeaderProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PaneHeader", typeof(global::Windows.UI.Xaml.UIElement),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.UIElement)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionFollowsFocusProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectionFollowsFocus", typeof(global::Windows.UI.Xaml.Controls.NavigationViewSelectionFollowsFocus),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.NavigationViewSelectionFollowsFocus)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ShoulderNavigationEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ShoulderNavigationEnabled", typeof(global::Windows.UI.Xaml.Controls.NavigationViewShoulderNavigationEnabled),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.NavigationViewShoulderNavigationEnabled)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TemplateSettingsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TemplateSettings", typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentOverlayProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentOverlay", typeof(global::Windows.UI.Xaml.UIElement),
typeof(global::Windows.UI.Xaml.Controls.NavigationView),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.UIElement)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationView.NavigationView()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.NavigationView()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneOpen.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneOpen.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.CompactModeThresholdWidth.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.CompactModeThresholdWidth.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ExpandedModeThresholdWidth.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ExpandedModeThresholdWidth.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneFooter.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneFooter.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.Header.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.Header.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.HeaderTemplate.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.HeaderTemplate.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.DisplayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsSettingsVisible.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsSettingsVisible.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneToggleButtonVisible.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneToggleButtonVisible.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.AlwaysShowHeader.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.AlwaysShowHeader.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.CompactPaneLength.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.CompactPaneLength.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.OpenPaneLength.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.OpenPaneLength.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneToggleButtonStyle.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneToggleButtonStyle.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectedItem.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectedItem.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItems.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemsSource.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemsSource.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SettingsItem.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.AutoSuggestBox.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.AutoSuggestBox.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemTemplate.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemTemplate.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemTemplateSelector.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemTemplateSelector.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemContainerStyle.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemContainerStyle.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemContainerStyleSelector.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemContainerStyleSelector.set
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationView.MenuItemFromContainer(Windows.UI.Xaml.DependencyObject)
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationView.ContainerFromMenuItem(object)
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectionChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectionChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ItemInvoked.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ItemInvoked.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.DisplayModeChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.DisplayModeChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsBackButtonVisible.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsBackButtonVisible.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsBackEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsBackEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneTitle.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneTitle.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.BackRequested.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.BackRequested.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneClosed.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneClosed.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneClosing.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneClosing.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneOpened.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneOpened.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneOpening.add
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneOpening.remove
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneDisplayMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneDisplayMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneHeader.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneHeader.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneCustomContent.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneCustomContent.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ContentOverlay.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ContentOverlay.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneVisible.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneVisible.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectionFollowsFocus.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectionFollowsFocus.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.TemplateSettings.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ShoulderNavigationEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ShoulderNavigationEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.OverflowLabelMode.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.OverflowLabelMode.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneDisplayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneHeaderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneCustomContentProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ContentOverlayProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneVisibleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectionFollowsFocusProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.TemplateSettingsProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ShoulderNavigationEnabledProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.OverflowLabelModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsBackButtonVisibleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsBackEnabledProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneTitleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneOpenProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.CompactModeThresholdWidthProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.ExpandedModeThresholdWidthProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneFooterProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.HeaderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.HeaderTemplateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.DisplayModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsSettingsVisibleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.IsPaneToggleButtonVisibleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.AlwaysShowHeaderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.CompactPaneLengthProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.OpenPaneLengthProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.PaneToggleButtonStyleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemsProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemsSourceProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SelectedItemProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.SettingsItemProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.AutoSuggestBoxProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemTemplateProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemTemplateSelectorProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemContainerStyleProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationView.MenuItemContainerStyleSelectorProperty.get
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.DisplayModeChanged
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.ItemInvoked
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.SelectionChanged
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.BackRequested
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.PaneClosed
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.PaneClosing
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.PaneOpened
// Skipping already declared event Windows.UI.Xaml.Controls.NavigationView.PaneOpening
}
}

Просмотреть файл

@ -0,0 +1,16 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public enum NavigationViewBackButtonVisible
{
// Skipping already declared field Windows.UI.Xaml.Controls.NavigationViewBackButtonVisible.Collapsed
// Skipping already declared field Windows.UI.Xaml.Controls.NavigationViewBackButtonVisible.Visible
// Skipping already declared field Windows.UI.Xaml.Controls.NavigationViewBackButtonVisible.Auto
}
#endif
}

Просмотреть файл

@ -0,0 +1,11 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewBackRequestedEventArgs
{
}
}

Просмотреть файл

@ -0,0 +1,16 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public enum NavigationViewDisplayMode
{
// Skipping already declared field Windows.UI.Xaml.Controls.NavigationViewDisplayMode.Minimal
// Skipping already declared field Windows.UI.Xaml.Controls.NavigationViewDisplayMode.Compact
// Skipping already declared field Windows.UI.Xaml.Controls.NavigationViewDisplayMode.Expanded
}
#endif
}

Просмотреть файл

@ -0,0 +1,13 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewDisplayModeChangedEventArgs
{
// Skipping already declared property DisplayMode
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewDisplayModeChangedEventArgs.DisplayMode.get
}
}

Просмотреть файл

@ -0,0 +1,47 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewItem : global::Windows.UI.Xaml.Controls.NavigationViewItemBase
{
// Skipping already declared property Icon
// Skipping already declared property CompactPaneLength
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool SelectsOnInvoked
{
get
{
return (bool)this.GetValue(SelectsOnInvokedProperty);
}
set
{
this.SetValue(SelectsOnInvokedProperty, value);
}
}
#endif
// Skipping already declared property CompactPaneLengthProperty
// Skipping already declared property IconProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectsOnInvokedProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectsOnInvoked", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewItem),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationViewItem.NavigationViewItem()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.NavigationViewItem()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.Icon.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.Icon.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.CompactPaneLength.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.SelectsOnInvoked.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.SelectsOnInvoked.set
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.SelectsOnInvokedProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.IconProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItem.CompactPaneLengthProperty.get
}
}

Просмотреть файл

@ -0,0 +1,11 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewItemBase : global::Windows.UI.Xaml.Controls.ListViewItem
{
}
}

Просмотреть файл

@ -0,0 +1,13 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewItemHeader : global::Windows.UI.Xaml.Controls.NavigationViewItemBase
{
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationViewItemHeader.NavigationViewItemHeader()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemHeader.NavigationViewItemHeader()
}
}

Просмотреть файл

@ -0,0 +1,39 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewItemInvokedEventArgs
{
// Skipping already declared property InvokedItem
// Skipping already declared property IsSettingsInvoked
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewItemBase InvokedItemContainer
{
get
{
throw new global::System.NotImplementedException("The member NavigationViewItemBase NavigationViewItemInvokedEventArgs.InvokedItemContainer is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo RecommendedNavigationTransitionInfo
{
get
{
throw new global::System.NotImplementedException("The member NavigationTransitionInfo NavigationViewItemInvokedEventArgs.RecommendedNavigationTransitionInfo is not implemented in Uno.");
}
}
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs.NavigationViewItemInvokedEventArgs()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs.NavigationViewItemInvokedEventArgs()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs.InvokedItem.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs.IsSettingsInvoked.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs.InvokedItemContainer.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemInvokedEventArgs.RecommendedNavigationTransitionInfo.get
}
}

Просмотреть файл

@ -0,0 +1,13 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewItemSeparator : global::Windows.UI.Xaml.Controls.NavigationViewItemBase
{
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationViewItemSeparator.NavigationViewItemSeparator()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewItemSeparator.NavigationViewItemSeparator()
}
}

Просмотреть файл

@ -0,0 +1,13 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewList : global::Windows.UI.Xaml.Controls.ListView
{
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationViewList.NavigationViewList()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewList.NavigationViewList()
}
}

Просмотреть файл

@ -0,0 +1,19 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum NavigationViewOverflowLabelMode
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
MoreLabel,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
NoLabel,
#endif
}
#endif
}

Просмотреть файл

@ -0,0 +1,14 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewPaneClosingEventArgs
{
// Skipping already declared property Cancel
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewPaneClosingEventArgs.Cancel.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewPaneClosingEventArgs.Cancel.set
}
}

Просмотреть файл

@ -0,0 +1,28 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum NavigationViewPaneDisplayMode
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Auto,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Left,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Top,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
LeftCompact,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
LeftMinimal,
#endif
}
#endif
}

Просмотреть файл

@ -0,0 +1,37 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewSelectionChangedEventArgs
{
// Skipping already declared property IsSettingsSelected
// Skipping already declared property SelectedItem
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Animation.NavigationTransitionInfo RecommendedNavigationTransitionInfo
{
get
{
throw new global::System.NotImplementedException("The member NavigationTransitionInfo NavigationViewSelectionChangedEventArgs.RecommendedNavigationTransitionInfo is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.NavigationViewItemBase SelectedItemContainer
{
get
{
throw new global::System.NotImplementedException("The member NavigationViewItemBase NavigationViewSelectionChangedEventArgs.SelectedItemContainer is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs.SelectedItem.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs.IsSettingsSelected.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs.SelectedItemContainer.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewSelectionChangedEventArgs.RecommendedNavigationTransitionInfo.get
}
}

Просмотреть файл

@ -0,0 +1,19 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum NavigationViewSelectionFollowsFocus
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Disabled,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Enabled,
#endif
}
#endif
}

Просмотреть файл

@ -0,0 +1,22 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public enum NavigationViewShoulderNavigationEnabled
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
WhenSelectionFollowsFocus,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Always,
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
Never,
#endif
}
#endif
}

Просмотреть файл

@ -0,0 +1,153 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || false
[global::Uno.NotImplemented]
#endif
public partial class NavigationViewTemplateSettings : global::Windows.UI.Xaml.DependencyObject
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Visibility BackButtonVisibility
{
get
{
return (global::Windows.UI.Xaml.Visibility)this.GetValue(BackButtonVisibilityProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Visibility LeftPaneVisibility
{
get
{
return (global::Windows.UI.Xaml.Visibility)this.GetValue(LeftPaneVisibilityProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Visibility OverflowButtonVisibility
{
get
{
return (global::Windows.UI.Xaml.Visibility)this.GetValue(OverflowButtonVisibilityProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Visibility PaneToggleButtonVisibility
{
get
{
return (global::Windows.UI.Xaml.Visibility)this.GetValue(PaneToggleButtonVisibilityProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool SingleSelectionFollowsFocus
{
get
{
return (bool)this.GetValue(SingleSelectionFollowsFocusProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double TopPadding
{
get
{
return (double)this.GetValue(TopPaddingProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Visibility TopPaneVisibility
{
get
{
return (global::Windows.UI.Xaml.Visibility)this.GetValue(TopPaneVisibilityProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackButtonVisibilityProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackButtonVisibility", typeof(global::Windows.UI.Xaml.Visibility),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Visibility)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LeftPaneVisibilityProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"LeftPaneVisibility", typeof(global::Windows.UI.Xaml.Visibility),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Visibility)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty OverflowButtonVisibilityProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"OverflowButtonVisibility", typeof(global::Windows.UI.Xaml.Visibility),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Visibility)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PaneToggleButtonVisibilityProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PaneToggleButtonVisibility", typeof(global::Windows.UI.Xaml.Visibility),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Visibility)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SingleSelectionFollowsFocusProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SingleSelectionFollowsFocus", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TopPaddingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TopPadding", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TopPaneVisibilityProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TopPaneVisibility", typeof(global::Windows.UI.Xaml.Visibility),
typeof(global::Windows.UI.Xaml.Controls.NavigationViewTemplateSettings),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Visibility)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.NavigationViewTemplateSettings()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.NavigationViewTemplateSettings()
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPadding.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.OverflowButtonVisibility.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.PaneToggleButtonVisibility.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.BackButtonVisibility.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaneVisibility.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.LeftPaneVisibility.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.SingleSelectionFollowsFocus.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaddingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.OverflowButtonVisibilityProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.PaneToggleButtonVisibilityProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.BackButtonVisibilityProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.TopPaneVisibilityProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.LeftPaneVisibilityProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.NavigationViewTemplateSettings.SingleSelectionFollowsFocusProperty.get
}
}

Просмотреть файл

@ -11,6 +11,20 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property Background
// Skipping already declared property Children
// Skipping already declared property IsItemsHost
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.BrushTransition BackgroundTransition
{
get
{
throw new global::System.NotImplementedException("The member BrushTransition Panel.BackgroundTransition is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.Panel", "BrushTransition Panel.BackgroundTransition");
}
}
#endif
// Skipping already declared property BackgroundProperty
// Skipping already declared property ChildrenTransitionsProperty
// Skipping already declared property IsItemsHostProperty
@ -22,6 +36,8 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.IsItemsHost.get
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.ChildrenTransitions.get
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.ChildrenTransitions.set
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.BackgroundTransition.get
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.BackgroundTransition.set
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.BackgroundProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.IsItemsHostProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.Panel.ChildrenTransitionsProperty.get

Просмотреть файл

@ -37,8 +37,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.SolidColorBrush SelectionHighlightColor
@ -68,6 +66,8 @@ namespace Windows.UI.Xaml.Controls
}
#endif
// Skipping already declared property PlaceholderText
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextReadingOrder TextReadingOrder
@ -97,7 +97,44 @@ namespace Windows.UI.Xaml.Controls
}
#endif
// Skipping already declared property InputScope
// Skipping already declared property PasswordProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase SelectionFlyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(SelectionFlyoutProperty);
}
set
{
this.SetValue(SelectionFlyoutProperty, value);
}
}
#endif
#if __ANDROID__ || false || NET46 || __WASM__ || false
[global::Uno.NotImplemented]
public object Description
{
get
{
return (object)this.GetValue(DescriptionProperty);
}
set
{
this.SetValue(DescriptionProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanPasteClipboardContent
{
get
{
return (bool)this.GetValue(CanPasteClipboardContentProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsPasswordRevealButtonEnabledProperty { get; } =
@ -115,6 +152,7 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(string)));
#endif
// Skipping already declared property PasswordProperty
// Skipping already declared property HeaderProperty
// Skipping already declared property HeaderTemplateProperty
// Skipping already declared property PlaceholderTextProperty
@ -134,6 +172,15 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.SolidColorBrush)));
#endif
// Skipping already declared property InputScopeProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PasswordRevealModeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PasswordRevealMode", typeof(global::Windows.UI.Xaml.Controls.PasswordRevealMode),
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.PasswordRevealMode)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextReadingOrderProperty { get; } =
@ -144,13 +191,28 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PasswordRevealModeProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty CanPasteClipboardContentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PasswordRevealMode", typeof(global::Windows.UI.Xaml.Controls.PasswordRevealMode),
"CanPasteClipboardContent", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.PasswordRevealMode)));
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DescriptionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Description", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectionFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.PasswordBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
// Skipping already declared property InputScopeProperty
// Skipping already declared method Windows.UI.Xaml.Controls.PasswordBox.PasswordBox()
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.PasswordBox()
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.Password.get
@ -192,6 +254,21 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.InputScope.set
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.PasswordChanging.add
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.PasswordChanging.remove
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.CanPasteClipboardContent.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.SelectionFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.SelectionFlyout.set
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.Description.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.Description.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void PasteFromClipboard()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.PasswordBox", "void PasswordBox.PasteFromClipboard()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.CanPasteClipboardContentProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.SelectionFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.DescriptionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.PasswordRevealModeProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.TextReadingOrderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.PasswordBox.InputScopeProperty.get

Просмотреть файл

@ -11,6 +11,20 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property CornerRadius
// Skipping already declared property BorderThickness
// Skipping already declared property BorderBrush
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.BackgroundSizing BackgroundSizing
{
get
{
return (global::Windows.UI.Xaml.Controls.BackgroundSizing)this.GetValue(BackgroundSizingProperty);
}
set
{
this.SetValue(BackgroundSizingProperty, value);
}
}
#endif
// Skipping already declared property AboveProperty
// Skipping already declared property AlignBottomWithPanelProperty
// Skipping already declared property AlignBottomWithProperty
@ -31,6 +45,14 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property LeftOfProperty
// Skipping already declared property PaddingProperty
// Skipping already declared property RightOfProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackgroundSizingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackgroundSizing", typeof(global::Windows.UI.Xaml.Controls.BackgroundSizing),
typeof(global::Windows.UI.Xaml.Controls.RelativePanel),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.BackgroundSizing)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.RelativePanel.RelativePanel()
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.RelativePanel()
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.BorderBrush.get
@ -41,6 +63,9 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.CornerRadius.set
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.Padding.get
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.Padding.set
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.BackgroundSizing.get
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.BackgroundSizing.set
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.BackgroundSizingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RelativePanel.LeftOfProperty.get
// Skipping already declared method Windows.UI.Xaml.Controls.RelativePanel.GetLeftOf(Windows.UI.Xaml.UIElement)
// Skipping already declared method Windows.UI.Xaml.Controls.RelativePanel.SetLeftOf(Windows.UI.Xaml.UIElement, object)

Просмотреть файл

@ -7,6 +7,48 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class RichEditBox
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextWrapping TextWrapping
{
get
{
return (global::Windows.UI.Xaml.TextWrapping)this.GetValue(TextWrappingProperty);
}
set
{
this.SetValue(TextWrappingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextAlignment TextAlignment
{
get
{
return (global::Windows.UI.Xaml.TextAlignment)this.GetValue(TextAlignmentProperty);
}
set
{
this.SetValue(TextAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTextPredictionEnabled
{
get
{
return (bool)this.GetValue(IsTextPredictionEnabledProperty);
}
set
{
this.SetValue(IsTextPredictionEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsSpellCheckEnabled
@ -51,20 +93,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTextPredictionEnabled
{
get
{
return (bool)this.GetValue(IsTextPredictionEnabledProperty);
}
set
{
this.SetValue(IsTextPredictionEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AcceptsReturn
{
get
@ -79,34 +107,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextWrapping TextWrapping
{
get
{
return (global::Windows.UI.Xaml.TextWrapping)this.GetValue(TextWrappingProperty);
}
set
{
this.SetValue(TextWrappingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextAlignment TextAlignment
{
get
{
return (global::Windows.UI.Xaml.TextAlignment)this.GetValue(TextAlignmentProperty);
}
set
{
this.SetValue(TextAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.ITextDocument Document
{
get
@ -117,6 +117,34 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.SolidColorBrush SelectionHighlightColor
{
get
{
return (global::Windows.UI.Xaml.Media.SolidColorBrush)this.GetValue(SelectionHighlightColorProperty);
}
set
{
this.SetValue(SelectionHighlightColorProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool PreventKeyboardDisplayOnProgrammaticFocus
{
get
{
return (bool)this.GetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty);
}
set
{
this.SetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string PlaceholderText
{
get
@ -145,34 +173,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool PreventKeyboardDisplayOnProgrammaticFocus
{
get
{
return (bool)this.GetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty);
}
set
{
this.SetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object Header
{
get
{
return (object)this.GetValue(HeaderProperty);
}
set
{
this.SetValue(HeaderProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.DataTemplate HeaderTemplate
{
get
@ -187,15 +187,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.SolidColorBrush SelectionHighlightColor
public object Header
{
get
{
return (global::Windows.UI.Xaml.Media.SolidColorBrush)this.GetValue(SelectionHighlightColorProperty);
return (object)this.GetValue(HeaderProperty);
}
set
{
this.SetValue(SelectionHighlightColorProperty, value);
this.SetValue(HeaderProperty, value);
}
}
#endif
@ -313,6 +313,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsHandwritingViewEnabled
{
get
{
return (bool)this.GetValue(IsHandwritingViewEnabledProperty);
}
set
{
this.SetValue(IsHandwritingViewEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.HandwritingView HandwritingView
{
get
@ -369,55 +383,57 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsHandwritingViewEnabled
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase SelectionFlyout
{
get
{
return (bool)this.GetValue(IsHandwritingViewEnabledProperty);
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(SelectionFlyoutProperty);
}
set
{
this.SetValue(IsHandwritingViewEnabledProperty, value);
this.SetValue(SelectionFlyoutProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextWrappingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextWrapping", typeof(global::Windows.UI.Xaml.TextWrapping),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextWrapping)));
public object Description
{
get
{
return (object)this.GetValue(DescriptionProperty);
}
set
{
this.SetValue(DescriptionProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextAlignmentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextAlignment", typeof(global::Windows.UI.Xaml.TextAlignment),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextAlignment)));
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase ProofingMenuFlyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(ProofingMenuFlyoutProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsTextPredictionEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsTextPredictionEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(bool)));
public global::Windows.UI.Text.RichEditTextDocument TextDocument
{
get
{
throw new global::System.NotImplementedException("The member RichEditTextDocument RichEditBox.TextDocument is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsSpellCheckEnabledProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty AcceptsReturnProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsSpellCheckEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsReadOnlyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsReadOnly", typeof(bool),
"AcceptsReturn", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
@ -431,14 +447,46 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty AcceptsReturnProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty IsReadOnlyProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"AcceptsReturn", typeof(bool),
"IsReadOnly", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsSpellCheckEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsSpellCheckEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsTextPredictionEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsTextPredictionEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextAlignmentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextAlignment", typeof(global::Windows.UI.Xaml.TextAlignment),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextAlignment)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextWrappingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextWrapping", typeof(global::Windows.UI.Xaml.TextWrapping),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextWrapping)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HeaderProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Header", typeof(object),
@ -527,11 +575,11 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HorizontalTextAlignmentProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty CharacterCasingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"HorizontalTextAlignment", typeof(global::Windows.UI.Xaml.TextAlignment),
"CharacterCasing", typeof(global::Windows.UI.Xaml.Controls.CharacterCasing),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextAlignment)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.CharacterCasing)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -543,11 +591,35 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CharacterCasingProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty HorizontalTextAlignmentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CharacterCasing", typeof(global::Windows.UI.Xaml.Controls.CharacterCasing),
"HorizontalTextAlignment", typeof(global::Windows.UI.Xaml.TextAlignment),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.CharacterCasing)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextAlignment)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentLinkBackgroundColorProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentLinkBackgroundColor", typeof(global::Windows.UI.Xaml.Media.SolidColorBrush),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.SolidColorBrush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentLinkForegroundColorProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentLinkForegroundColor", typeof(global::Windows.UI.Xaml.Media.SolidColorBrush),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.SolidColorBrush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentLinkProvidersProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentLinkProviders", typeof(global::Windows.UI.Xaml.Documents.ContentLinkProviderCollection),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Documents.ContentLinkProviderCollection)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -567,27 +639,27 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentLinkProvidersProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty DescriptionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentLinkProviders", typeof(global::Windows.UI.Xaml.Documents.ContentLinkProviderCollection),
"Description", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Documents.ContentLinkProviderCollection)));
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentLinkForegroundColorProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty ProofingMenuFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentLinkForegroundColor", typeof(global::Windows.UI.Xaml.Media.SolidColorBrush),
"ProofingMenuFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.SolidColorBrush)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ContentLinkBackgroundColorProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty SelectionFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ContentLinkBackgroundColor", typeof(global::Windows.UI.Xaml.Media.SolidColorBrush),
"SelectionFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.RichEditBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.SolidColorBrush)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -683,6 +755,17 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ContentLinkChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ContentLinkInvoked.add
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ContentLinkInvoked.remove
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.TextDocument.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.SelectionFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.SelectionFlyout.set
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ProofingMenuFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.Description.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.Description.set
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.SelectionChanging.add
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.SelectionChanging.remove
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.SelectionFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ProofingMenuFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.DescriptionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ContentLinkForegroundColorProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ContentLinkBackgroundColorProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBox.ContentLinkProvidersProperty.get
@ -917,5 +1000,21 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::Windows.Foundation.TypedEventHandler<global::Windows.UI.Xaml.Controls.RichEditBox, global::Windows.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs> SelectionChanging
{
[global::Uno.NotImplemented]
add
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.RichEditBox", "event TypedEventHandler<RichEditBox, RichEditBoxSelectionChangingEventArgs> RichEditBox.SelectionChanging");
}
[global::Uno.NotImplemented]
remove
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.RichEditBox", "event TypedEventHandler<RichEditBox, RichEditBoxSelectionChangingEventArgs> RichEditBox.SelectionChanging");
}
}
#endif
}
}

Просмотреть файл

@ -0,0 +1,49 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class RichEditBoxSelectionChangingEventArgs
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool Cancel
{
get
{
throw new global::System.NotImplementedException("The member bool RichEditBoxSelectionChangingEventArgs.Cancel is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs", "bool RichEditBoxSelectionChangingEventArgs.Cancel");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int SelectionLength
{
get
{
throw new global::System.NotImplementedException("The member int RichEditBoxSelectionChangingEventArgs.SelectionLength is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int SelectionStart
{
get
{
throw new global::System.NotImplementedException("The member int RichEditBoxSelectionChangingEventArgs.SelectionStart is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs.SelectionStart.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs.SelectionLength.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs.Cancel.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichEditBoxSelectionChangingEventArgs.Cancel.set
}
}

Просмотреть файл

@ -2,11 +2,123 @@
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class RichTextBlock : global::Windows.UI.Xaml.FrameworkElement
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextWrapping TextWrapping
{
get
{
return (global::Windows.UI.Xaml.TextWrapping)this.GetValue(TextWrappingProperty);
}
set
{
this.SetValue(TextWrappingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextTrimming TextTrimming
{
get
{
return (global::Windows.UI.Xaml.TextTrimming)this.GetValue(TextTrimmingProperty);
}
set
{
this.SetValue(TextTrimmingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double TextIndent
{
get
{
return (double)this.GetValue(TextIndentProperty);
}
set
{
this.SetValue(TextIndentProperty, value);
}
}
#endif
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextAlignment TextAlignment
{
get
{
return (global::Windows.UI.Xaml.TextAlignment)this.GetValue(TextAlignmentProperty);
}
set
{
this.SetValue(TextAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness Padding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(PaddingProperty);
}
set
{
this.SetValue(PaddingProperty, value);
}
}
#endif
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush Foreground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(ForegroundProperty);
}
set
{
this.SetValue(ForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FontWeightProperty);
}
set
{
this.SetValue(FontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FontStyleProperty);
}
set
{
this.SetValue(FontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStretch FontStretch
@ -51,15 +163,15 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FontStyle
public global::Windows.UI.Xaml.Controls.RichTextBlockOverflow OverflowContentTarget
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FontStyleProperty);
return (global::Windows.UI.Xaml.Controls.RichTextBlockOverflow)this.GetValue(OverflowContentTargetProperty);
}
set
{
this.SetValue(FontStyleProperty, value);
this.SetValue(OverflowContentTargetProperty, value);
}
}
#endif
@ -107,20 +219,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double TextIndent
{
get
{
return (double)this.GetValue(TextIndentProperty);
}
set
{
this.SetValue(TextIndentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTextSelectionEnabled
{
get
@ -135,104 +233,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness Padding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(PaddingProperty);
}
set
{
this.SetValue(PaddingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextTrimming TextTrimming
{
get
{
return (global::Windows.UI.Xaml.TextTrimming)this.GetValue(TextTrimmingProperty);
}
set
{
this.SetValue(TextTrimmingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextAlignment TextAlignment
{
get
{
return (global::Windows.UI.Xaml.TextAlignment)this.GetValue(TextAlignmentProperty);
}
set
{
this.SetValue(TextAlignmentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextWrapping TextWrapping
{
get
{
return (global::Windows.UI.Xaml.TextWrapping)this.GetValue(TextWrappingProperty);
}
set
{
this.SetValue(TextWrappingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush Foreground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(ForegroundProperty);
}
set
{
this.SetValue(ForegroundProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FontWeightProperty);
}
set
{
this.SetValue(FontWeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.RichTextBlockOverflow OverflowContentTarget
{
get
{
return (global::Windows.UI.Xaml.Controls.RichTextBlockOverflow)this.GetValue(OverflowContentTargetProperty);
}
set
{
this.SetValue(OverflowContentTargetProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool HasOverflowContent
{
get
@ -281,6 +281,7 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property Blocks
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Documents.TextPointer ContentEnd
@ -303,6 +304,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextReadingOrder TextReadingOrder
{
get
{
return (global::Windows.UI.Xaml.TextReadingOrder)this.GetValue(TextReadingOrderProperty);
}
set
{
this.SetValue(TextReadingOrderProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextLineBounds TextLineBounds
{
get
@ -373,20 +388,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextReadingOrder TextReadingOrder
{
get
{
return (global::Windows.UI.Xaml.TextReadingOrder)this.GetValue(TextReadingOrderProperty);
}
set
{
this.SetValue(TextReadingOrderProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTextScaleFactorEnabled
{
get
@ -449,6 +450,20 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase SelectionFlyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(SelectionFlyoutProperty);
}
set
{
this.SetValue(SelectionFlyoutProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CharacterSpacingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CharacterSpacing", typeof(int),
@ -505,6 +520,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HasOverflowContentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"HasOverflowContent", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichTextBlock),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsTextSelectionEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsTextSelectionEnabled", typeof(bool),
@ -585,14 +608,6 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HasOverflowContentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"HasOverflowContent", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.RichTextBlock),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsColorFontEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsColorFontEnabled", typeof(bool),
@ -671,6 +686,15 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.RichTextBlock),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectionFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.RichTextBlock),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.RichTextBlock.RichTextBlock()
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.RichTextBlock()
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.FontSize.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.FontSize.set
@ -766,6 +790,16 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.TextHighlighters.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.IsTextTrimmedChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.IsTextTrimmedChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.SelectionFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.SelectionFlyout.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CopySelectionToClipboard()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.RichTextBlock", "void RichTextBlock.CopySelectionToClipboard()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.SelectionFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.IsTextTrimmedProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.HorizontalTextAlignmentProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.RichTextBlock.TextDecorationsProperty.get

Просмотреть файл

@ -109,6 +109,50 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool SizesContentToTemplatedParent
{
get
{
return (bool)this.GetValue(SizesContentToTemplatedParentProperty);
}
set
{
this.SetValue(SizesContentToTemplatedParentProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanContentRenderOutsideBounds
{
get
{
return (bool)this.GetValue(CanContentRenderOutsideBoundsProperty);
}
set
{
this.SetValue(CanContentRenderOutsideBoundsProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CanContentRenderOutsideBoundsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CanContentRenderOutsideBounds", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.ScrollContentPresenter),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SizesContentToTemplatedParentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SizesContentToTemplatedParent", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.ScrollContentPresenter),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.ScrollContentPresenter.ScrollContentPresenter()
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.ScrollContentPresenter()
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.CanVerticallyScroll.get
@ -228,5 +272,11 @@ namespace Windows.UI.Xaml.Controls
throw new global::System.NotImplementedException("The member Rect ScrollContentPresenter.MakeVisible(UIElement visual, Rect rectangle) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.CanContentRenderOutsideBounds.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.CanContentRenderOutsideBounds.set
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.SizesContentToTemplatedParent.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.SizesContentToTemplatedParent.set
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.CanContentRenderOutsideBoundsProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollContentPresenter.SizesContentToTemplatedParentProperty.get
}
}

Просмотреть файл

@ -5,47 +5,15 @@ namespace Windows.UI.Xaml.Controls
#if false || false || false || false || false
[global::Uno.NotImplemented]
#endif
public partial class ScrollViewer : global::Windows.UI.Xaml.Controls.ContentControl
public partial class ScrollViewer : global::Windows.UI.Xaml.Controls.ContentControl,global::Windows.UI.Xaml.Controls.IScrollAnchorProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsZoomInertiaEnabled
public global::Windows.UI.Xaml.UIElement CurrentAnchor
{
get
{
return (bool)this.GetValue(IsZoomInertiaEnabledProperty);
}
set
{
this.SetValue(IsZoomInertiaEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsZoomChainingEnabled
{
get
{
return (bool)this.GetValue(IsZoomChainingEnabledProperty);
}
set
{
this.SetValue(IsZoomChainingEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsVerticalScrollChainingEnabled
{
get
{
return (bool)this.GetValue(IsVerticalScrollChainingEnabledProperty);
}
set
{
this.SetValue(IsVerticalScrollChainingEnabledProperty, value);
throw new global::System.NotImplementedException("The member UIElement ScrollViewer.CurrentAnchor is not implemented in Uno.");
}
}
#endif
@ -77,9 +45,6 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property BringIntoViewOnFocusChange
// Skipping already declared property HorizontalScrollBarVisibility
// Skipping already declared property HorizontalSnapPointsAlignment
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsHorizontalScrollChainingEnabled
@ -123,7 +88,54 @@ namespace Windows.UI.Xaml.Controls
}
#endif
// Skipping already declared property HorizontalSnapPointsType
// Skipping already declared property HorizontalSnapPointsAlignment
// Skipping already declared property HorizontalScrollMode
// Skipping already declared property HorizontalScrollBarVisibility
// Skipping already declared property MinZoomFactor
// Skipping already declared property MaxZoomFactor
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsZoomInertiaEnabled
{
get
{
return (bool)this.GetValue(IsZoomInertiaEnabledProperty);
}
set
{
this.SetValue(IsZoomInertiaEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsZoomChainingEnabled
{
get
{
return (bool)this.GetValue(IsZoomChainingEnabledProperty);
}
set
{
this.SetValue(IsZoomChainingEnabledProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsVerticalScrollChainingEnabled
{
get
{
return (bool)this.GetValue(IsVerticalScrollChainingEnabledProperty);
}
set
{
this.SetValue(IsVerticalScrollChainingEnabledProperty, value);
}
}
#endif
// Skipping already declared property BringIntoViewOnFocusChange
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.SnapPointsType ZoomSnapPointsType
@ -142,32 +154,7 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property VerticalSnapPointsType
// Skipping already declared property VerticalSnapPointsAlignment
// Skipping already declared property VerticalScrollMode
// Skipping already declared property MinZoomFactor
// Skipping already declared property MaxZoomFactor
// Skipping already declared property VerticalScrollBarVisibility
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double HorizontalOffset
{
get
{
return (double)this.GetValue(HorizontalOffsetProperty);
}
}
#endif
// Skipping already declared property ExtentHeight
// Skipping already declared property ScrollableHeight
// Skipping already declared property ScrollableWidth
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double VerticalOffset
{
get
{
return (double)this.GetValue(VerticalOffsetProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Visibility ComputedHorizontalScrollBarVisibility
@ -188,6 +175,30 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property ExtentHeight
// Skipping already declared property ExtentWidth
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double HorizontalOffset
{
get
{
return (double)this.GetValue(HorizontalOffsetProperty);
}
}
#endif
// Skipping already declared property ScrollableWidth
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double VerticalOffset
{
get
{
return (double)this.GetValue(VerticalOffsetProperty);
}
}
#endif
// Skipping already declared property ViewportHeight
// Skipping already declared property ViewportWidth
// Skipping already declared property ZoomFactor
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
@ -200,8 +211,7 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property ViewportHeight
// Skipping already declared property ExtentWidth
// Skipping already declared property ScrollableHeight
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.UIElement TopLeftHeader
@ -244,17 +254,70 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if false || false || NET46 || false || false
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty VerticalOffsetProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"VerticalOffset", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(double)));
public double VerticalAnchorRatio
{
get
{
return (double)this.GetValue(VerticalAnchorRatioProperty);
}
set
{
this.SetValue(VerticalAnchorRatioProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool ReduceViewportForCoreInputViewOcclusions
{
get
{
return (bool)this.GetValue(ReduceViewportForCoreInputViewOcclusionsProperty);
}
set
{
this.SetValue(ReduceViewportForCoreInputViewOcclusionsProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public double HorizontalAnchorRatio
{
get
{
return (double)this.GetValue(HorizontalAnchorRatioProperty);
}
set
{
this.SetValue(HorizontalAnchorRatioProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanContentRenderOutsideBounds
{
get
{
return (bool)this.GetValue(CanContentRenderOutsideBoundsProperty);
}
set
{
this.SetValue(CanContentRenderOutsideBoundsProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsScrollInertiaEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsScrollInertiaEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property VerticalScrollBarVisibilityProperty
// Skipping already declared property VerticalScrollModeProperty
// Skipping already declared property VerticalSnapPointsAlignmentProperty
// Skipping already declared property VerticalSnapPointsTypeProperty
// Skipping already declared property ViewportHeightProperty
// Skipping already declared property ViewportWidthProperty
@ -268,14 +331,6 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(global::System.Collections.Generic.IList<float>)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ZoomSnapPointsTypeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ZoomSnapPointsType", typeof(global::Windows.UI.Xaml.Controls.SnapPointsType),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.SnapPointsType)));
#endif
// Skipping already declared property BringIntoViewOnFocusChangeProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -333,11 +388,11 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsScrollInertiaEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"IsScrollInertiaEnabled", typeof(bool),
public static global::Windows.UI.Xaml.DependencyProperty ZoomSnapPointsTypeProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ZoomSnapPointsType", typeof(global::Windows.UI.Xaml.Controls.SnapPointsType),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(bool)));
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.SnapPointsType)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -375,6 +430,17 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property MinZoomFactorProperty
// Skipping already declared property ScrollableHeightProperty
// Skipping already declared property ScrollableWidthProperty
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty VerticalOffsetProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"VerticalOffset", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(double)));
#endif
// Skipping already declared property VerticalScrollBarVisibilityProperty
// Skipping already declared property VerticalScrollModeProperty
// Skipping already declared property VerticalSnapPointsAlignmentProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty LeftHeaderProperty { get; } =
@ -399,6 +465,38 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.UIElement)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty HorizontalAnchorRatioProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"HorizontalAnchorRatio", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ReduceViewportForCoreInputViewOcclusionsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ReduceViewportForCoreInputViewOcclusions", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty VerticalAnchorRatioProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"VerticalAnchorRatio", typeof(double),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(double)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CanContentRenderOutsideBoundsProperty { get; } =
Windows.UI.Xaml.DependencyProperty.RegisterAttached(
"CanContentRenderOutsideBounds", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.ScrollViewer),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.ScrollViewer.ScrollViewer()
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.ScrollViewer()
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.HorizontalScrollBarVisibility.get
@ -511,6 +609,49 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.DirectManipulationStarted.remove
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.DirectManipulationCompleted.add
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.DirectManipulationCompleted.remove
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.ReduceViewportForCoreInputViewOcclusions.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.ReduceViewportForCoreInputViewOcclusions.set
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.HorizontalAnchorRatio.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.HorizontalAnchorRatio.set
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.VerticalAnchorRatio.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.VerticalAnchorRatio.set
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.CanContentRenderOutsideBounds.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.CanContentRenderOutsideBounds.set
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.AnchorRequested.add
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.AnchorRequested.remove
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.CurrentAnchor.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void RegisterAnchorCandidate( global::Windows.UI.Xaml.UIElement element)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ScrollViewer", "void ScrollViewer.RegisterAnchorCandidate(UIElement element)");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void UnregisterAnchorCandidate( global::Windows.UI.Xaml.UIElement element)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ScrollViewer", "void ScrollViewer.UnregisterAnchorCandidate(UIElement element)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.ReduceViewportForCoreInputViewOcclusionsProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.HorizontalAnchorRatioProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.VerticalAnchorRatioProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.CanContentRenderOutsideBoundsProperty.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static bool GetCanContentRenderOutsideBounds( global::Windows.UI.Xaml.DependencyObject element)
{
return (bool)element.GetValue(CanContentRenderOutsideBoundsProperty);
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static void SetCanContentRenderOutsideBounds( global::Windows.UI.Xaml.DependencyObject element, bool canContentRenderOutsideBounds)
{
element.SetValue(CanContentRenderOutsideBoundsProperty, canContentRenderOutsideBounds);
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.TopLeftHeaderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.LeftHeaderProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.ScrollViewer.TopHeaderProperty.get
@ -744,5 +885,22 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::Windows.Foundation.TypedEventHandler<global::Windows.UI.Xaml.Controls.ScrollViewer, global::Windows.UI.Xaml.Controls.AnchorRequestedEventArgs> AnchorRequested
{
[global::Uno.NotImplemented]
add
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ScrollViewer", "event TypedEventHandler<ScrollViewer, AnchorRequestedEventArgs> ScrollViewer.AnchorRequested");
}
[global::Uno.NotImplemented]
remove
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.ScrollViewer", "event TypedEventHandler<ScrollViewer, AnchorRequestedEventArgs> ScrollViewer.AnchorRequested");
}
}
#endif
// Processing: Windows.UI.Xaml.Controls.IScrollAnchorProvider
}
}

Просмотреть файл

@ -7,26 +7,26 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class Slider
{
// Skipping already declared property TickPlacement
// Skipping already declared property TickFrequency
// Skipping already declared property ThumbToolTipValueConverter
// Skipping already declared property StepFrequency
// Skipping already declared property SnapsTo
// Skipping already declared property Orientation
// Skipping already declared property IsThumbToolTipEnabled
// Skipping already declared property IsDirectionReversed
// Skipping already declared property IntermediateValue
// Skipping already declared property TickPlacement
// Skipping already declared property TickFrequency
// Skipping already declared property ThumbToolTipValueConverter
// Skipping already declared property StepFrequency
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
// Skipping already declared property IntermediateValueProperty
// Skipping already declared property IsDirectionReversedProperty
// Skipping already declared property IsThumbToolTipEnabledProperty
// Skipping already declared property OrientationProperty
// Skipping already declared property SnapsToProperty
// Skipping already declared property StepFrequencyProperty
// Skipping already declared property ThumbToolTipValueConverterProperty
// Skipping already declared property TickFrequencyProperty
// Skipping already declared property TickPlacementProperty
// Skipping already declared property IntermediateValueProperty
// Skipping already declared property IsDirectionReversedProperty
// Skipping already declared property IsThumbToolTipEnabledProperty
// Skipping already declared property HeaderProperty
// Skipping already declared property HeaderTemplateProperty
// Skipping already declared method Windows.UI.Xaml.Controls.Slider.Slider()

Просмотреть файл

@ -0,0 +1,112 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class SplitButton : global::Windows.UI.Xaml.Controls.ContentControl
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase Flyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(FlyoutProperty);
}
set
{
this.SetValue(FlyoutProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public object CommandParameter
{
get
{
return (object)this.GetValue(CommandParameterProperty);
}
set
{
this.SetValue(CommandParameterProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::System.Windows.Input.ICommand Command
{
get
{
return (global::System.Windows.Input.ICommand)this.GetValue(CommandProperty);
}
set
{
this.SetValue(CommandProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CommandParameterProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CommandParameter", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.SplitButton),
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CommandProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Command", typeof(global::System.Windows.Input.ICommand),
typeof(global::Windows.UI.Xaml.Controls.SplitButton),
new FrameworkPropertyMetadata(default(global::System.Windows.Input.ICommand)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty FlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Flyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.SplitButton),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public SplitButton() : base()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButton", "SplitButton.SplitButton()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.SplitButton()
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.Flyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.Flyout.set
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.Command.get
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.Command.set
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.CommandParameter.get
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.CommandParameter.set
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.Click.add
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.Click.remove
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.FlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.CommandProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButton.CommandParameterProperty.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::Windows.Foundation.TypedEventHandler<global::Windows.UI.Xaml.Controls.SplitButton, global::Windows.UI.Xaml.Controls.SplitButtonClickEventArgs> Click
{
[global::Uno.NotImplemented]
add
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButton", "event TypedEventHandler<SplitButton, SplitButtonClickEventArgs> SplitButton.Click");
}
[global::Uno.NotImplemented]
remove
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButton", "event TypedEventHandler<SplitButton, SplitButtonClickEventArgs> SplitButton.Click");
}
}
#endif
}
}

Просмотреть файл

@ -0,0 +1,53 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class SplitButtonAutomationPeer : global::Windows.UI.Xaml.Automation.Peers.FrameworkElementAutomationPeer,global::Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider,global::Windows.UI.Xaml.Automation.Provider.IInvokeProvider
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Automation.ExpandCollapseState ExpandCollapseState
{
get
{
throw new global::System.NotImplementedException("The member ExpandCollapseState SplitButtonAutomationPeer.ExpandCollapseState is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public SplitButtonAutomationPeer( global::Windows.UI.Xaml.Controls.SplitButton owner) : base(owner)
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButtonAutomationPeer", "SplitButtonAutomationPeer.SplitButtonAutomationPeer(SplitButton owner)");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButtonAutomationPeer.SplitButtonAutomationPeer(Windows.UI.Xaml.Controls.SplitButton)
// Forced skipping of method Windows.UI.Xaml.Controls.SplitButtonAutomationPeer.ExpandCollapseState.get
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Collapse()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButtonAutomationPeer", "void SplitButtonAutomationPeer.Collapse()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Expand()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButtonAutomationPeer", "void SplitButtonAutomationPeer.Expand()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Invoke()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.SplitButtonAutomationPeer", "void SplitButtonAutomationPeer.Invoke()");
}
#endif
// Processing: Windows.UI.Xaml.Automation.Provider.IExpandCollapseProvider
// Processing: Windows.UI.Xaml.Automation.Provider.IInvokeProvider
}
}

Просмотреть файл

@ -0,0 +1,11 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class SplitButtonClickEventArgs
{
}
}

Просмотреть файл

@ -29,6 +29,20 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property Spacing
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.BackgroundSizing BackgroundSizing
{
get
{
return (global::Windows.UI.Xaml.Controls.BackgroundSizing)this.GetValue(BackgroundSizingProperty);
}
set
{
this.SetValue(BackgroundSizingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool AreHorizontalSnapPointsRegular
{
get
@ -61,12 +75,32 @@ namespace Windows.UI.Xaml.Controls
// Skipping already declared property CornerRadiusProperty
// Skipping already declared property PaddingProperty
// Skipping already declared property SpacingProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty BackgroundSizingProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"BackgroundSizing", typeof(global::Windows.UI.Xaml.Controls.BackgroundSizing),
typeof(global::Windows.UI.Xaml.Controls.StackPanel),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.BackgroundSizing)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.StackPanel.StackPanel()
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.StackPanel()
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.AreScrollSnapPointsRegular.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.AreScrollSnapPointsRegular.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Orientation.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Orientation.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderBrush.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderBrush.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderThickness.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderThickness.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.CornerRadius.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.CornerRadius.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Padding.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Padding.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Spacing.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Spacing.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BackgroundSizing.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BackgroundSizing.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.AreHorizontalSnapPointsRegular.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.AreVerticalSnapPointsRegular.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.HorizontalSnapPointsChanged.add
@ -87,14 +121,6 @@ namespace Windows.UI.Xaml.Controls
throw new global::System.NotImplementedException("The member float StackPanel.GetRegularSnapPoints(Orientation orientation, SnapPointsAlignment alignment, out float offset) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderBrush.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderBrush.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderThickness.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderThickness.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.CornerRadius.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.CornerRadius.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Padding.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Padding.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void GetInsertionIndexes( global::Windows.Foundation.Point position, out int first, out int second)
@ -102,8 +128,7 @@ namespace Windows.UI.Xaml.Controls
throw new global::System.NotImplementedException("The member void StackPanel.GetInsertionIndexes(Point position, out int first, out int second) is not implemented in Uno.");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Spacing.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.Spacing.set
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BackgroundSizingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.SpacingProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderBrushProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.StackPanel.BorderThicknessProperty.get

Просмотреть файл

@ -7,160 +7,6 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class TextBlock
{
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily FontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(FontFamilyProperty);
}
set
{
this.SetValue(FontFamilyProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double LineHeight
{
get
{
return (double)this.GetValue(LineHeightProperty);
}
set
{
this.SetValue(LineHeightProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsTextSelectionEnabled
{
get
{
return (bool)this.GetValue(IsTextSelectionEnabledProperty);
}
set
{
this.SetValue(IsTextSelectionEnabledProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public int CharacterSpacing
{
get
{
return (int)this.GetValue(CharacterSpacingProperty);
}
set
{
this.SetValue(CharacterSpacingProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Thickness Padding
{
get
{
return (global::Windows.UI.Xaml.Thickness)this.GetValue(PaddingProperty);
}
set
{
this.SetValue(PaddingProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush Foreground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(ForegroundProperty);
}
set
{
this.SetValue(ForegroundProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FontWeightProperty);
}
set
{
this.SetValue(FontWeightProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.LineStackingStrategy LineStackingStrategy
{
get
{
return (global::Windows.UI.Xaml.LineStackingStrategy)this.GetValue(LineStackingStrategyProperty);
}
set
{
this.SetValue(LineStackingStrategyProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FontStyleProperty);
}
set
{
this.SetValue(FontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStretch FontStretch
{
get
{
return (global::Windows.UI.Text.FontStretch)this.GetValue(FontStretchProperty);
}
set
{
this.SetValue(FontStretchProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double FontSize
{
get
{
return (double)this.GetValue(FontSizeProperty);
}
set
{
this.SetValue(FontSizeProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextWrapping TextWrapping
@ -217,37 +63,160 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double BaselineOffset
public global::Windows.UI.Xaml.Thickness Padding
{
get
{
throw new global::System.NotImplementedException("The member double TextBlock.BaselineOffset is not implemented in Uno.");
return (global::Windows.UI.Xaml.Thickness)this.GetValue(PaddingProperty);
}
set
{
this.SetValue(PaddingProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.Brush Foreground
{
get
{
return (global::Windows.UI.Xaml.Media.Brush)this.GetValue(ForegroundProperty);
}
set
{
this.SetValue(ForegroundProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontWeight FontWeight
{
get
{
return (global::Windows.UI.Text.FontWeight)this.GetValue(FontWeightProperty);
}
set
{
this.SetValue(FontWeightProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Text.FontStyle FontStyle
{
get
{
return (global::Windows.UI.Text.FontStyle)this.GetValue(FontStyleProperty);
}
set
{
this.SetValue(FontStyleProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Documents.TextPointer ContentEnd
public global::Windows.UI.Text.FontStretch FontStretch
{
get
{
throw new global::System.NotImplementedException("The member TextPointer TextBlock.ContentEnd is not implemented in Uno.");
return (global::Windows.UI.Text.FontStretch)this.GetValue(FontStretchProperty);
}
set
{
this.SetValue(FontStretchProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double FontSize
{
get
{
return (double)this.GetValue(FontSizeProperty);
}
set
{
this.SetValue(FontSizeProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.FontFamily FontFamily
{
get
{
return (global::Windows.UI.Xaml.Media.FontFamily)this.GetValue(FontFamilyProperty);
}
set
{
this.SetValue(FontFamilyProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.LineStackingStrategy LineStackingStrategy
{
get
{
return (global::Windows.UI.Xaml.LineStackingStrategy)this.GetValue(LineStackingStrategyProperty);
}
set
{
this.SetValue(LineStackingStrategyProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public double LineHeight
{
get
{
return (double)this.GetValue(LineHeightProperty);
}
set
{
this.SetValue(LineHeightProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public int CharacterSpacing
{
get
{
return (int)this.GetValue(CharacterSpacingProperty);
}
set
{
this.SetValue(CharacterSpacingProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Documents.TextPointer ContentStart
public bool IsTextSelectionEnabled
{
get
{
throw new global::System.NotImplementedException("The member TextPointer TextBlock.ContentStart is not implemented in Uno.");
return (bool)this.GetValue(IsTextSelectionEnabledProperty);
}
set
{
this.SetValue(IsTextSelectionEnabledProperty, value);
}
}
#endif
// Skipping already declared property Inlines
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public string SelectedText
@ -280,20 +249,37 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.OpticalMarginAlignment OpticalMarginAlignment
public double BaselineOffset
{
get
{
return (global::Windows.UI.Xaml.OpticalMarginAlignment)this.GetValue(OpticalMarginAlignmentProperty);
}
set
{
this.SetValue(OpticalMarginAlignmentProperty, value);
throw new global::System.NotImplementedException("The member double TextBlock.BaselineOffset is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Documents.TextPointer ContentEnd
{
get
{
throw new global::System.NotImplementedException("The member TextPointer TextBlock.ContentEnd is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Documents.TextPointer ContentStart
{
get
{
throw new global::System.NotImplementedException("The member TextPointer TextBlock.ContentStart is not implemented in Uno.");
}
}
#endif
// Skipping already declared property Inlines
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.TextReadingOrder TextReadingOrder
{
get
@ -334,6 +320,20 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.OpticalMarginAlignment OpticalMarginAlignment
{
get
{
return (global::Windows.UI.Xaml.OpticalMarginAlignment)this.GetValue(OpticalMarginAlignmentProperty);
}
set
{
this.SetValue(OpticalMarginAlignmentProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public int MaxLines
@ -411,6 +411,20 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase SelectionFlyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(SelectionFlyoutProperty);
}
set
{
this.SetValue(SelectionFlyoutProperty, value);
}
}
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CharacterSpacingProperty { get; } =
@ -459,6 +473,14 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.TextBlock),
new FrameworkPropertyMetadata(default(global::Windows.UI.Text.FontWeight)));
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ForegroundProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Foreground", typeof(global::Windows.UI.Xaml.Media.Brush),
typeof(global::Windows.UI.Xaml.Controls.TextBlock),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.Brush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsTextSelectionEnabledProperty { get; } =
@ -531,14 +553,6 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.TextBlock),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextWrapping)));
#endif
#if false || false || NET46 || false || false
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ForegroundProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Foreground", typeof(global::Windows.UI.Xaml.Media.Brush),
typeof(global::Windows.UI.Xaml.Controls.TextBlock),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.Brush)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsColorFontEnabledProperty { get; } =
@ -612,6 +626,14 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.TextBlock),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectionFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.TextBlock),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.TextBlock.TextBlock()
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.TextBlock()
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.FontSize.get
@ -705,6 +727,16 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.TextHighlighters.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.IsTextTrimmedChanged.add
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.IsTextTrimmedChanged.remove
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.SelectionFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.SelectionFlyout.set
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CopySelectionToClipboard()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBlock", "void TextBlock.CopySelectionToClipboard()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.SelectionFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.IsTextTrimmedProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.HorizontalTextAlignmentProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBlock.TextDecorationsProperty.get

Просмотреть файл

@ -7,12 +7,6 @@ namespace Windows.UI.Xaml.Controls
#endif
public partial class TextBox
{
// Skipping already declared property MaxLength
// Skipping already declared property IsTextPredictionEnabled
// Skipping already declared property IsSpellCheckEnabled
// Skipping already declared property IsReadOnly
// Skipping already declared property InputScope
// Skipping already declared property AcceptsReturn
// Skipping already declared property TextWrapping
// Skipping already declared property TextAlignment
// Skipping already declared property Text
@ -58,36 +52,12 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property PlaceholderText
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.SolidColorBrush SelectionHighlightColor
{
get
{
return (global::Windows.UI.Xaml.Media.SolidColorBrush)this.GetValue(SelectionHighlightColorProperty);
}
set
{
this.SetValue(SelectionHighlightColorProperty, value);
}
}
#endif
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool PreventKeyboardDisplayOnProgrammaticFocus
{
get
{
return (bool)this.GetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty);
}
set
{
this.SetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty, value);
}
}
#endif
// Skipping already declared property Header
// Skipping already declared property MaxLength
// Skipping already declared property IsTextPredictionEnabled
// Skipping already declared property IsSpellCheckEnabled
// Skipping already declared property IsReadOnly
// Skipping already declared property InputScope
// Skipping already declared property AcceptsReturn
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool IsColorFontEnabled
@ -102,7 +72,37 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
// Skipping already declared property PlaceholderText
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool PreventKeyboardDisplayOnProgrammaticFocus
{
get
{
return (bool)this.GetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty);
}
set
{
this.SetValue(PreventKeyboardDisplayOnProgrammaticFocusProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Media.SolidColorBrush SelectionHighlightColor
{
get
{
return (global::Windows.UI.Xaml.Media.SolidColorBrush)this.GetValue(SelectionHighlightColorProperty);
}
set
{
this.SetValue(SelectionHighlightColorProperty, value);
}
}
#endif
// Skipping already declared property HeaderTemplate
// Skipping already declared property Header
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.CandidateWindowAlignment DesiredCandidateWindowAlignment
@ -215,34 +215,85 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase SelectionFlyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(SelectionFlyoutProperty);
}
set
{
this.SetValue(SelectionFlyoutProperty, value);
}
}
#endif
#if __ANDROID__ || false || NET46 || __WASM__ || false
[global::Uno.NotImplemented]
public object Description
{
get
{
return (object)this.GetValue(DescriptionProperty);
}
set
{
this.SetValue(DescriptionProperty, value);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanPasteClipboardContent
{
get
{
return (bool)this.GetValue(CanPasteClipboardContentProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanRedo
{
get
{
return (bool)this.GetValue(CanRedoProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool CanUndo
{
get
{
return (bool)this.GetValue(CanUndoProperty);
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase ProofingMenuFlyout
{
get
{
return (global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)this.GetValue(ProofingMenuFlyoutProperty);
}
}
#endif
// Skipping already declared property TextWrappingProperty
// Skipping already declared property TextProperty
// Skipping already declared property TextAlignmentProperty
// Skipping already declared property MaxLengthProperty
// Skipping already declared property IsTextPredictionEnabledProperty
// Skipping already declared property IsSpellCheckEnabledProperty
// Skipping already declared property IsReadOnlyProperty
// Skipping already declared property InputScopeProperty
// Skipping already declared property AcceptsReturnProperty
// Skipping already declared property MaxLengthProperty
// Skipping already declared property TextAlignmentProperty
// Skipping already declared property TextProperty
// Skipping already declared property TextWrappingProperty
// Skipping already declared property HeaderProperty
// Skipping already declared property HeaderTemplateProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty IsColorFontEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"IsColorFontEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property PlaceholderTextProperty
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PreventKeyboardDisplayOnProgrammaticFocusProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PreventKeyboardDisplayOnProgrammaticFocus", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property HeaderProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionHighlightColorProperty { get; } =
@ -251,13 +302,22 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Media.SolidColorBrush)));
#endif
#if false || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty PreventKeyboardDisplayOnProgrammaticFocusProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"PreventKeyboardDisplayOnProgrammaticFocus", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared property PlaceholderTextProperty
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextReadingOrderProperty { get; } =
public static global::Windows.UI.Xaml.DependencyProperty IsColorFontEnabledProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextReadingOrder", typeof(global::Windows.UI.Xaml.TextReadingOrder),
"IsColorFontEnabled", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextReadingOrder)));
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
@ -269,6 +329,14 @@ namespace Windows.UI.Xaml.Controls
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty TextReadingOrderProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"TextReadingOrder", typeof(global::Windows.UI.Xaml.TextReadingOrder),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.TextReadingOrder)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionHighlightColorWhenNotFocusedProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectionHighlightColorWhenNotFocused", typeof(global::Windows.UI.Xaml.Media.SolidColorBrush),
@ -315,6 +383,54 @@ namespace Windows.UI.Xaml.Controls
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.HandwritingView)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty SelectionFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"SelectionFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty ProofingMenuFlyoutProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"ProofingMenuFlyout", typeof(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(global::Windows.UI.Xaml.Controls.Primitives.FlyoutBase)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty DescriptionProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"Description", typeof(object),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(object)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CanUndoProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CanUndo", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CanRedoProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CanRedo", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public static global::Windows.UI.Xaml.DependencyProperty CanPasteClipboardContentProperty { get; } =
Windows.UI.Xaml.DependencyProperty.Register(
"CanPasteClipboardContent", typeof(bool),
typeof(global::Windows.UI.Xaml.Controls.TextBox),
new FrameworkPropertyMetadata(default(bool)));
#endif
// Skipping already declared method Windows.UI.Xaml.Controls.TextBox.TextBox()
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.TextBox()
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.Text.get
@ -421,6 +537,64 @@ namespace Windows.UI.Xaml.Controls
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.HandwritingView.set
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.IsHandwritingViewEnabled.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.IsHandwritingViewEnabled.set
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.CanPasteClipboardContent.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.CanUndo.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.CanRedo.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.SelectionFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.SelectionFlyout.set
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.ProofingMenuFlyout.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.Description.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.Description.set
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.SelectionChanging.add
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.SelectionChanging.remove
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Undo()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "void TextBox.Undo()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void Redo()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "void TextBox.Redo()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void PasteFromClipboard()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "void TextBox.PasteFromClipboard()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CopySelectionToClipboard()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "void TextBox.CopySelectionToClipboard()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void CutSelectionToClipboard()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "void TextBox.CutSelectionToClipboard()");
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public void ClearUndoRedoHistory()
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "void TextBox.ClearUndoRedoHistory()");
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.CanPasteClipboardContentProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.CanUndoProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.CanRedoProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.SelectionFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.ProofingMenuFlyoutProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.DescriptionProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.HandwritingViewProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.IsHandwritingViewEnabledProperty.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBox.HorizontalTextAlignmentProperty.get
@ -606,5 +780,21 @@ namespace Windows.UI.Xaml.Controls
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public event global::Windows.Foundation.TypedEventHandler<global::Windows.UI.Xaml.Controls.TextBox, global::Windows.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs> SelectionChanging
{
[global::Uno.NotImplemented]
add
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "event TypedEventHandler<TextBox, TextBoxSelectionChangingEventArgs> TextBox.SelectionChanging");
}
[global::Uno.NotImplemented]
remove
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBox", "event TypedEventHandler<TextBox, TextBoxSelectionChangingEventArgs> TextBox.SelectionChanging");
}
}
#endif
}
}

Просмотреть файл

@ -0,0 +1,49 @@
#pragma warning disable 108 // new keyword hiding
#pragma warning disable 114 // new keyword hiding
namespace Windows.UI.Xaml.Controls
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
#endif
public partial class TextBoxSelectionChangingEventArgs
{
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public bool Cancel
{
get
{
throw new global::System.NotImplementedException("The member bool TextBoxSelectionChangingEventArgs.Cancel is not implemented in Uno.");
}
set
{
global::Windows.Foundation.Metadata.ApiInformation.TryRaiseNotImplemented("Windows.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs", "bool TextBoxSelectionChangingEventArgs.Cancel");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int SelectionLength
{
get
{
throw new global::System.NotImplementedException("The member int TextBoxSelectionChangingEventArgs.SelectionLength is not implemented in Uno.");
}
}
#endif
#if __ANDROID__ || __IOS__ || NET46 || __WASM__ || __MACOS__
[global::Uno.NotImplemented]
public int SelectionStart
{
get
{
throw new global::System.NotImplementedException("The member int TextBoxSelectionChangingEventArgs.SelectionStart is not implemented in Uno.");
}
}
#endif
// Forced skipping of method Windows.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs.SelectionStart.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs.SelectionLength.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs.Cancel.get
// Forced skipping of method Windows.UI.Xaml.Controls.TextBoxSelectionChangingEventArgs.Cancel.set
}
}

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше