Beispiel #1
0
 protected virtual void GetAsFrozenCore(Freezable sourceFreezable)
 {
     throw new NotImplementedException("Freezable.GetAsFrozenCore");
 }
Beispiel #2
0
 protected static bool Freeze(Freezable freezable, bool isChecking)
 {
     throw new NotImplementedException("Freezable.Freeze");
 }
Beispiel #3
0
 protected virtual void CloneCurrentValueCore(Freezable sourceFreezable)
 {
     throw new NotImplementedException("Freezable.CloneCurrentValueCore");
 }
Beispiel #4
0
 protected virtual void GetAsFrozenCore(Freezable sourceFreezable)
 {
     throw new NotImplementedException("Freezable.GetAsFrozenCore");
 }
Beispiel #5
0
 protected static bool Freeze(Freezable freezable, bool isChecking)
 {
     throw new NotImplementedException("Freezable.Freeze");
 }
Beispiel #6
0
 protected virtual void CloneCurrentValueCore(Freezable sourceFreezable)
 {
     throw new NotImplementedException("Freezable.CloneCurrentValueCore");
 }