DependencyObject 계층 구조

다음 표에서는 System.Windows.DependencyObject 에서 파생된 클래스를 보여 줍니다.

파생 클래스

클래스 설명
System.Windows.ContentElement Provides a WPF core-level base class for content elements. Content elements are designed for flow-style presentation, using an intuitive markup-oriented layout model and a deliberately simple object model.
System.Windows.Controls.GridViewColumn Represents a column that displays data.
System.Windows.Controls.TextSearch Enables a user to quickly access items in a set by typing prefixes of strings.
System.Windows.Controls.ViewBase Represents the base class for views that define the appearance of data in a ListView control.
System.Windows.Data.CollectionContainer Holds an existing collection structure, such as an ObservableCollection or a DataSet, to be used inside a CompositeCollection.
System.Windows.Data.CollectionViewSource Represents the Extensible Application Markup Language (XAML) proxy of the CollectionView class.
System.Windows.Freezable Defines an object that has a modifiable and a read-only (frozen) state. Classes that derive from Freezable provide detailed change notification, can be made immutable, and can clone themselves.
System.Windows.Ink.GestureRecognizer Recognizes ink gestures.
System.Windows.Input.InputBinding Represents a binding between an InputGesture to an ICommand, such as a RoutedCommand.
System.Windows.Media.Media3D.Visual3D Base class for all types derived from the Visual3D class. It provides services and properties common to visual objects, including hit-testing, coordinate transformation, and bounding box calculations.
System.Windows.Media.Visual Provides rendering support in WPF, which includes hit testing, coordinate transformation, and bounding box calculations.
System.Windows.Navigation.JournalEntry Represents an entry in either back or forward navigation history.
System.Windows.TriggerAction Describes an action to perform for a trigger.
System.Windows.TriggerBase Represents the base class for specifying a conditional value within a Style object.

참고 항목

참조

DependencyObject 클래스
DependencyObject 멤버
System.Windows 네임스페이스
DependencyProperty

기타 리소스

Dependency Properties Overview
Custom Dependency Properties
Back a Property with a Dependency Property
Register an Attached Property
Override Metadata for a Property