Method | Description | |
---|---|---|
FindResource ( this ui, string name ) : object |
扩充后的根据名称找对象的方法,如果名字=this, 返回自己;名字=data, 返回数据上下文。 其它,先在界面上找元素,没找到,在自己的资源里找,没找到,一直往上找父资源的,都没有找到, 在应用程序资源中找。
|
Method | Description | |
---|---|---|
FindResourceInSelf ( |
||
GetParent ( this ui ) : |
||
GetResourceFromFrame ( string name ) : object |
public static FindResource ( this ui, string name ) : object | ||
ui | this | |
name | string | |
return | object |