C# Class BaseWPFHelpers.Helpers.FinderMatchType

Visual tree walker class that matches based on Type
Inheritance: IFinderMatchVisualHelper
ファイルを表示 Open project: Gainedge/BetterExplorer

Public Methods

Method Description
DoesMatch ( DependencyObject item ) : bool
FinderMatchType ( Type ty ) : System
FinderMatchType ( Type ty, bool StopAfterFirst ) : System

Method Details

DoesMatch() public method

public DoesMatch ( DependencyObject item ) : bool
item System.Windows.DependencyObject
return bool

FinderMatchType() public method

public FinderMatchType ( Type ty ) : System
ty System.Type
return System

FinderMatchType() public method

public FinderMatchType ( Type ty, bool StopAfterFirst ) : System
ty System.Type
StopAfterFirst bool
return System