|  | 名称 | 说明 | 
|---|
|  | AddHandler | 
            为指定的事件添加事件处理程序,并将该处理程序添加到当前元素的处理程序集合中。
            (继承自 CpfObject。) | 
|  | Arrange | 
            Arranges the control and its children.
             | 
|  | ArrangeCore | 
            The default implementation of the control's arrange pass.
             | 
|  | ArrangeOverride | 
            Positions child elements as part of a layout pass.
             | 
|  | BeginInvoke |  | 
|  | CaptureMouse | 
            捕获鼠标,只有鼠标在元素范围内按下,而且IsEnabled为TRUE的时候才能捕获。当对象已捕获鼠标后,它接收鼠标输入,不论鼠标指针是否在其边界区域。 通常只有在执行模拟拖动操作时才捕获鼠标。 若要释放鼠标捕获,请对具有捕获的对象调用 ReleaseMouseCapture 方法。
             | 
|  | ClearLocalValue | 
            清除本地值
            (继承自 CpfObject。) | 
|  | Clone | 
            克隆依赖属性,绑定,子元素,触发器
            (重写 CpfObjectClone.) | 
|  | CopyTo(UIElement) | 
            将依赖属性本地值,绑定,子元素,触发器,拷贝到另外个对象
             | 
|  | CopyTo(CpfObject, Boolean) | 
            将依赖属性本地值和绑定拷贝到另外个对象
            (继承自 CpfObject。) | 
|  | Dispose | (继承自 CpfObject。) | 
|  | Dispose(Boolean) | (重写 CpfObjectDispose(Boolean).) | 
|  | Equals | (继承自 Object。) | 
|  | Finalize | (继承自 CpfObject。) | 
|  | FindT | 
            查询所有内部元素,包含所有层
             | 
|  | FindPresenter | 
            查找标记了的特殊元素
             | 
|  | FindPresenterT | 
            查找标记了的特殊元素
             | 
|  | FindPresenterT(FuncT, Boolean) | 
            查找标记了的特殊元素,绑定的时候使用
             | 
|  | FindPresenterByName(String) | 
            通过Name查找标记了的特殊元素。绑定的时候用
             | 
|  | FindPresenterByNameT(String) | 
            通过Name查找标记了的特殊元素
             | 
|  | Focus |  | 
|  | Focus(NavigationMethod) |  | 
|  | GetChildren | 
            获取子元素
             | 
|  | GetClipBounds | 
            获取相对于父级的正矩形剪辑区域
             | 
|  | GetClipBounds(Rect) | 
            获取内部相对于父级的正矩形剪辑区域
             | 
|  | GetContentBounds | (重写 VisualGetContentBounds.) | 
|  | GetCreationCode | (继承自 CpfObject。) | 
|  | GetHashCode | (继承自 Object。) | 
|  | GetHasLocalValueProperties | 
            获取有LocalValue的属性和值
            (继承自 CpfObject。) | 
|  | GetHostClipBounds | 
            获取在View上对应的剪辑区域
             | 
|  | GetIntPtr | 
            获取对象唯一地址
             | 
|  | GetMatrixToParent | 
            获取该元素相对Parent的变换矩阵
             | 
|  | GetMatrixToRoot | 
            获取该元素相对Root的最终变换矩阵
             | 
|  | GetPropertyMetadata | (继承自 CpfObject。) | 
|  | GetType | (继承自 Object。) | 
|  | GetValue(Byte) | 
            内部使用,请勿调用
            (重写 CpfObjectGetValue(Byte).) | 
|  | GetValueT(String) | (重写 CpfObjectGetValueT(String).) | 
|  | HasLocalOrStyleValue | (继承自 CpfObject。) | 
|  | HasLocalValue | 
            是否已经设置了本地值
            (继承自 CpfObject。) | 
|  | HasProperty | 
            是否包含这个依赖属性
            (继承自 CpfObject。) | 
|  | HitTest | 
            用自己的内部坐标测试内部元素,从最深的后代元素到根(自己)
             | 
|  | HitTestCore | 
            确定点是否在可视对象的内部,point需要包含偏移
            (继承自 Visual。) | 
|  | Invalidate | 
            使图像无效化,下次更新的时候重绘
             | 
|  | InvalidateArrange | 
            Invalidates the arrangement of the control and queues a new layout pass.布局
             | 
|  | InvalidateMeasure | 
            Invalidates the measurement of the control and queues a new layout pass.测量
             | 
|  | Invoke |  | 
|  | IsAncestors | 
            是否是该元素的祖先
             | 
|  | Measure | 
            测量期望尺寸
             | 
|  | MeasureCore | 
            测量期望尺寸
             | 
|  | MeasureOverride | 
            在派生类中重写时,测量子元素或者内容在布局中所需的大小,availableSize不包含当前对象的Margin和Padding,并确定由 UIElement 派生的类的大小。
             | 
|  | MemberwiseClone | (继承自 Object。) | 
|  | NotifyPropertyChanged | 
            触发INotifyPropertyChanged的PropertyChanged事件
            (继承自 CpfObject。) | 
|  | OnAttachedChanged | (重写 CpfObjectOnAttachedChanged(Type, String, Object, Object, Object).) | 
|  | OnAttachedToVisualTree | 
            Called when the control is added to a visual tree.
             | 
|  | OnCaptureMouse |  | 
|  | OnChildDesiredSizeChanged |  | 
|  | OnDetachedFromVisualTree | 
            Called when the control is removed from a visual tree.
             | 
|  | OnDoubleClick |  | 
|  | OnDragEnter |  | 
|  | OnDragLeave |  | 
|  | OnDragOver |  | 
|  | OnDrop |  | 
|  | OnGetDefaultValue | (重写 CpfObjectOnGetDefaultValue(PropertyMetadataAttribute).) | 
|  | OnGotFocus |  | 
|  | OnInitializeComputeProterty | 
            用于初始化计算属性,请不要调用和重写,内部使用
            (继承自 CpfObject。) | 
|  | OnKeyDown |  | 
|  | OnKeyUp |  | 
|  | OnLayoutUpdated |  | 
|  | OnLostFocus |  | 
|  | OnMouseDown |  | 
|  | OnMouseEnter |  | 
|  | OnMouseLeave |  | 
|  | OnMouseMove |  | 
|  | OnMouseUp |  | 
|  | OnMouseWheel |  | 
|  | OnOverrideMetadata | 
            该类型的第一个对象构造的时候调用,重写属性元数据,一般重写属性的代码写在base.OnOverrideMetadata后面
            (继承自 CpfObject。) | 
|  | OnPreviewMouseDown |  | 
|  | OnPreviewMouseUp |  | 
|  | OnPropertyChanged | (重写 CpfObjectOnPropertyChanged(String, Object, Object, PropertyMetadataAttribute).) | 
|  | OnRaiseEventTEventArgs | (继承自 CpfObject。) | 
|  | OnReleaseMouseCapture |  | 
|  | OnRender | (继承自 Visual。) | 
|  | OnSetValue | (重写 CpfObjectOnSetValue(String, Object).) | 
|  | OnTextInput |  | 
|  | OnUIElementAdded |  | 
|  | OnUIElementRemoved |  | 
|  | PointToClient | 
            将指定屏幕点的像素位置计算成工作区坐标。
             | 
|  | PointToScreen | 
            将指定工作区点的位置计算成屏幕坐标。像素坐标
            (重写 VisualPointToScreen(Point).) | 
|  | PointToView | 
            将指定工作区点的位置计算成相对View的位置
             | 
|  | RaiseEventTEventArgs | 
            触发事件
            (继承自 CpfObject。) | 
|  | ReleaseMouseCapture | 
            ReleaseMouseCapture 方法对于已通过使用 CaptureMouse 方法捕获鼠标的对象禁用鼠标捕获。 当对象已捕获鼠标后,它接收鼠标输入,不论鼠标指针是否在其边界区域。 对不具有鼠标捕获的对象调用 ReleaseMouseCapture 无效。
             | 
|  | RemoveHandler | 
            从此元素中删除指定的路由事件处理程序。
            (继承自 CpfObject。) | 
|  | Render | (重写 VisualRender(DrawingContext).) | 
|  | SetValue(Object, Byte) | 
            内部使用,请勿调用
            (重写 CpfObjectSetValue(Object, Byte).) | 
|  | SetValueT(T, String) | (重写 CpfObjectSetValueT(T, String).) | 
|  | ToString | (重写 ObjectToString.) | 
|  | TransformPoint | 
            坐标转换,将自己内部坐标转换成父级坐标
             | 
|  | TransformPointInvert | 
            坐标转换,将父级坐标通过逆向变换为自己内部坐标
             |