C# Class Dev2.Studio.AppResources.ExtensionMethods.FrameworkElementExtensionMethods

Mostra file Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
FindNameAcrossNamescopes ( this frameworkElement, string name, bool partialMatch = false ) : FrameworkElement

Finds and element by name across namescopes.

Private Methods

Method Description
FindNameAcrossNamescopesImpl ( DependencyObject dp, string name, bool partialMatch = false ) : FrameworkElement

Method Details

FindNameAcrossNamescopes() public static method

Finds and element by name across namescopes.
public static FindNameAcrossNamescopes ( this frameworkElement, string name, bool partialMatch = false ) : FrameworkElement
frameworkElement this The framework element.
name string The name of the element.
partialMatch bool Indicates if a partial name match should be performed
return System.Windows.FrameworkElement