C# Class DependencyObjectExtensions, code

显示文件 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
FirstOrDefaultChild ( DependencyObject, parent, Func, selector ) : T,

Private Methods

Method Description
FirstOrDefaultVisualChildWhere ( DependencyObject, parent, Func, selector, &foundChild ) : bool

Method Details

FirstOrDefaultChild() public static method

public static FirstOrDefaultChild ( DependencyObject, parent, Func, selector ) : T,
parent DependencyObject,
selector Func,
return T,