freezable
美
英 
例句
Freezable inheritors should call this method at the beginning of any API that writes to data members that are not dependency properties.
Freezable繼承者應在任何API一開始寫入不屬于依賴屬性的數據成員時調用此方法。
Inheritors of Freezable must call this method at the beginning of any API that reads data members that are not dependency properties.
Freezable的繼承者必須在任何API一開始讀取不屬于依賴屬性的數據成員時調用此方法。
Verifies that the Freezable is not frozen and that it is being accessed from a valid threading context.
驗證Freezable是否未被凍結,且正在從有效的線程上下文對其進行訪問。
Makes the instance a modifiable clone (deep copy) of the specified Freezable using current property values.
使用當前屬性值使該實例成為指定的Freezable的可修改復本(深層副本)。
Makes the instance a clone (deep copy) of the specified Freezable using base (non-animated) property values.
使用基(未經過動畫處理的)屬性值使該實例成為指定的Freezable的復本(深層副本)。
Makes the instance a frozen clone of the specified Freezable using base (non-animated) property values.
使用基(未經過動畫處理的)屬性值使該實例成為指定的Freezable的凍結復本。
Creates a frozen copy of the Freezable, using base (non-animated) property values.
使用基(未經過動畫處理的)屬性值創建Freezable的凍結副本。
Creates a modifiable clone (deep copy) of the Freezable using its current values.
使用Freezable的當前值創建其可修改復本(深層副本)。
Creates a frozen copy of the Freezable using current property values.
使用當前屬性值創建Freezable的凍結副本。
Ensures that the Freezable is being accessed from a valid thread.
確保正在從有效的線程訪問Freezable。
Initializes a new instance of the Freezable class.
初始化Freezable類的一個新實例。
Raises the Changed event for the Freezable and invokes its OnChanged method.
為Freezable引發Changed事件并調用其OnChanged方法。
Called when the current Freezable object is modified.
修改當前Freezable對象時調用。
Occurs when the Freezable or an object it contains is modified.
在修改Freezable或其包含的對象時發生。