Style Methods
.NET Framework 4.5
The Style type exposes the following members.
| Name | Description | |
|---|---|---|
|
CheckAccess | Determines whether the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
|
Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
GetHashCode | Returns the hash code for this Style. (Overrides Object.GetHashCode().) |
|
GetType | Gets the Type of the current instance. (Inherited from Object.) |
|
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
|
RegisterName | Registers a new name-object pair in the current namescope. |
|
Seal | Locks this style and all factories and triggers so they cannot be changed. |
|
ToString | Returns a string that represents the current object. (Inherited from Object.) |
|
UnregisterName | Removes a name-object mapping from the namescope. |
|
VerifyAccess | Enforces that the calling thread has access to this DispatcherObject. (Inherited from DispatcherObject.) |
| Name | Description | |
|---|---|---|
|
IAddChild.AddChild | Infrastructure. Adds a child object. |
|
IAddChild.AddText | Infrastructure. Adds the text content of a node to the object. |
|
INameScope.FindName | Infrastructure. Returns an object that has the provided identifying name. |
|
IQueryAmbient.IsAmbientPropertyAvailable | Queries whether a specified ambient property is available in the current scope. |