C# Class XamlForIphone.UIElement

Inheritance: System.Windows.DependencyObject
显示文件 Open project: Clancey/XamlForIphone

Private Properties

Property Type Description
AddToView void
ArrangeInternal void
EnsureDesignMode void
RaiseUIAVisibilityChanged void
UIElement System
VisibilityPropertyChanged void
setupEvents void
uielement_invalidate_arrange void
uielement_invalidate_measure void
uielement_measure void

Public Methods

Method Description
AddSubview ( MonoTouch view ) : void
Arrange ( Rect finalRect ) : void
InvalidateArrange ( ) : void
InvalidateMeasure ( ) : void
Measure ( Size availableSize ) : void
UpdateLayout ( ) : void

Protected Methods

Method Description
CreateHandle ( ) : void

Private Methods

Method Description
AddToView ( UIElement parent ) : void
ArrangeInternal ( Rect finalRect ) : void
EnsureDesignMode ( ) : void
RaiseUIAVisibilityChanged ( DependencyPropertyChangedEventArgs args ) : void
UIElement ( ) : System
VisibilityPropertyChanged ( DependencyObject sender, DependencyPropertyChangedEventArgs args ) : void
setupEvents ( ) : void
uielement_invalidate_arrange ( ) : void
uielement_invalidate_measure ( ) : void
uielement_measure ( Size availableSize ) : void

Method Details

AddSubview() public method

public AddSubview ( MonoTouch view ) : void
view MonoTouch
return void

Arrange() public method

public Arrange ( Rect finalRect ) : void
finalRect Rect
return void

CreateHandle() protected method

protected CreateHandle ( ) : void
return void

InvalidateArrange() public method

public InvalidateArrange ( ) : void
return void

InvalidateMeasure() public method

public InvalidateMeasure ( ) : void
return void

Measure() public method

public Measure ( Size availableSize ) : void
availableSize Size
return void

UpdateLayout() public method

public UpdateLayout ( ) : void
return void