Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-snapshot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2021-10-08 18:47:39 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2021-10-08 18:47:39 +0300
commitdbe583ec8e5cbc384e41f2e6fd631b01658b783d (patch)
tree66c1b5d0b8817ea5f76700d27a3d0bb9ea4c1e25
parent27c22f9c0084a1bcc249c2b0f73fa2c7fb87857e (diff)
Apply API changes from https://github.com/mono/mono/pull/21242HEADmain
-rw-r--r--profiles/net_4_x/WindowsBase.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/profiles/net_4_x/WindowsBase.cs b/profiles/net_4_x/WindowsBase.cs
index 1c5c44a..45b35ec 100644
--- a/profiles/net_4_x/WindowsBase.cs
+++ b/profiles/net_4_x/WindowsBase.cs
@@ -1094,7 +1094,9 @@ namespace System.Windows
public System.Windows.Freezable GetCurrentValueAsFrozen() { throw null; }
protected virtual void GetCurrentValueAsFrozenCore(System.Windows.Freezable sourceFreezable) { }
protected virtual void OnChanged() { }
+ [System.MonoTODOAttribute]
protected void OnFreezablePropertyChanged(System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue) { }
+ [System.MonoTODOAttribute]
protected void OnFreezablePropertyChanged(System.Windows.DependencyObject oldValue, System.Windows.DependencyObject newValue, System.Windows.DependencyProperty property) { }
protected override void OnPropertyChanged(System.Windows.DependencyPropertyChangedEventArgs e) { }
protected void ReadPreamble() { }