Property | Type | Description | |
---|---|---|---|
ShouldTombstoneProperty | |||
TombstoneIdProperty | |||
TombstonerProperty |
Property | Type | Description | |
---|---|---|---|
CalculateTombstoneId | void | ||
CleanupElementsToTombstone | void | ||
Epitaph | System | ||
Initialize | void | ||
OnShouldTombstoneChanged | void | ||
OnShouldTombstoneChanged | void | ||
OnTombstoneIdChanged | void | ||
OnTombstoneIdChanged | void | ||
OnTombstonerChanged | void | ||
OnTombstonerChanged | void | ||
Tombstone | void | ||
Untombstone | void |
Method | Description | |
---|---|---|
GetShouldTombstone ( |
Gets the whether the tombstoner should store values for the control. Can be bound so conditionalize this within templates upon whether a TombstoneId has been set.
|
|
GetTombstoneId ( |
Gets the tombstone id. This value must be set on any control that will be tombstoned, and should be unique within the scope of any visual parent that also has a TombstoneId, or else within a Page.
|
|
GetTombstoner ( |
Gets the tombstoner for the control.
|
|
SetShouldTombstone ( |
Sets the whether the tombstoner should store values for the control. Can be bound so conditionalize this within templates upon whether a TombstoneId has been set.
|
|
SetTombstoneId ( |
Gets the tombstone id. This value must be set on any control that will be tombstoned, and should be unique within the scope of any visual parent that also has a TombstoneId, or else within a Page.
|
|
SetTombstoner ( |
Sets the tombstoner for the control.
|
Method | Description | |
---|---|---|
CalculateTombstoneId ( ) : void | ||
CleanupElementsToTombstone ( ) : void | ||
Epitaph ( ) : System | ||
Initialize ( ) : void | ||
OnShouldTombstoneChanged ( |
||
OnShouldTombstoneChanged ( |
||
OnTombstoneIdChanged ( |
||
OnTombstoneIdChanged ( |
||
OnTombstonerChanged ( |
||
OnTombstonerChanged ( |
||
Tombstone ( ) : void | ||
Untombstone ( ) : void |
public static GetShouldTombstone ( |
||
obj | The object to tombstone. | |
return | bool |
public static GetTombstoneId ( |
||
obj | The object to tombstone. | |
return | string |
public static GetTombstoner ( |
||
obj | The control being tombstoned. | |
return |
public static SetShouldTombstone ( |
||
obj | The object to tombstone. | |
value | bool | if set to |
return | void |
public static SetTombstoneId ( |
||
obj | The object to tombstone. | |
value | string | The tombstone id to assign to the control. |
return | void |
public static SetTombstoner ( |
||
obj | The control being tombstoned. | |
value | The tombstoner for the control. | |
return | void |
public static DependencyProperty,System.Windows ShouldTombstoneProperty | ||
return |
public static DependencyProperty,System.Windows TombstoneIdProperty | ||
return |