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

Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
FindNameAcrossNamescopes ( this frameworkElement, string name, bool partialMatch = false ) : FrameworkElement

Finds and element by name across namescopes.

Private Methods

Méthode Description
FindNameAcrossNamescopesImpl ( DependencyObject dp, string name, bool partialMatch = false ) : FrameworkElement

Method Details

FindNameAcrossNamescopes() public static méthode

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
Résultat System.Windows.FrameworkElement