Method | Description | |
---|---|---|
ImplicitStyleSelector ( ) : System |
Initializes a new instance of the ImplicitStyleSelector class.
|
Method | Description | |
---|---|---|
SelectStyleCore ( object item, |
When implemented by a derived class, returns a specific Style based on custom logic. This implementation gets the Style from the resource dictionary defined in the Resources property or in Application resource dictionary that has the same name as the type name of the data item.
|
protected SelectStyleCore ( object item, |
||
item | object | The content. |
container | The element to which the style is applied. | |
return |