Northwoods.GoSilverlight 2.1.1 Assembly
LinkLayer Class Methods
See Also  Send Feedback
Northwoods.GoXam Namespace : LinkLayer Class


Glossary Item Box

For a list of all members of this type, see LinkLayer members.

Public Methods

 NameDescription
Public MethodAddAdd a Link to this layer.  
Public MethodAddHandlerAdds a routed event handler for a specified routed event, adding the handler to the handler collection on the current element. Specify handledEventsToo as true to have the provided handler be invoked for routed event that had already been marked as handled by another element along the event route. (Inherited from System.Windows.UIElement)
Public MethodArrangePositions child objects and determines a size for a System.Windows.UIElement. Parent objects that implement custom layout for their child elements should call this method from their layout override implementations to form a recursive layout update. (Inherited from System.Windows.UIElement)
Public MethodCaptureMouseSets mouse capture to a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodClearValueClears the local value of a dependency property. (Inherited from System.Windows.DependencyObject)
Public MethodFindNameRetrieves an object that has the specified identifier name. (Inherited from System.Windows.FrameworkElement)
Public MethodGetAnimationBaseValueReturns any base value established for a Silverlight dependency property, which would apply in cases where an animation is not active. (Inherited from System.Windows.DependencyObject)
Public MethodGetBindingExpressionRetrieves the System.Windows.Data.BindingExpression for a dependency property where a binding is established. (Inherited from System.Windows.FrameworkElement)
Public MethodGetValueReturns the current effective value of a dependency property from a System.Windows.DependencyObject. (Inherited from System.Windows.DependencyObject)
Public MethodInvalidateArrangeInvalidates the arrange state (layout) for a System.Windows.UIElement. After the invalidation, the System.Windows.UIElement will have its layout updated, which will occur asynchronously. (Inherited from System.Windows.UIElement)
Public MethodInvalidateMeasureInvalidates the measurement state (layout) for a System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodMeasureUpdates the System.Windows.UIElement.DesiredSize of a System.Windows.UIElement. Typically, objects that implement custom layout for their layout children call this method from their own System.Windows.FrameworkElement.MeasureOverride(System.Windows.Size) implementations to form a recursive layout update. (Inherited from System.Windows.UIElement)
Public MethodOnApplyTemplateWhen overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call System.Windows.Controls.Control.ApplyTemplate. In simplest terms, this means the method is called just before a UI element displays in an application. For more information, see Remarks. (Inherited from System.Windows.FrameworkElement)
Public MethodReadLocalValueReturns the local value of a dependency property, if a local value is set. (Inherited from System.Windows.DependencyObject)
Public MethodReleaseMouseCaptureRemoves mouse capture from a System.Windows.UIElement. After this call, typically no object holds mouse capture. (Inherited from System.Windows.UIElement)
Public MethodRemoveRemove a Link from this layer.  
Public MethodRemoveHandlerRemoves the specified routed event handler from this System.Windows.UIElement. (Inherited from System.Windows.UIElement)
Public MethodSetBindingAttaches a binding to a System.Windows.FrameworkElement, using the provided binding object, and returns a System.Windows.Data.BindingExpressionBase for possible later use. (Inherited from System.Windows.FrameworkElement)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Public MethodTransformToVisualReturns a transform object that can be used to transform coordinates from the System.Windows.UIElement to the specified object. (Inherited from System.Windows.UIElement)
Public MethodUpdateLayoutEnsures that all positions of child objects of a System.Windows.UIElement are properly updated for layout. (Inherited from System.Windows.UIElement)
Top

Protected Methods

 NameDescription
Protected MethodArrangeOverrideOverridden. Arrange all links that have a defined Part.Bounds.  
Protected MethodMeasureOverrideOverridden.  Measure all links.  
Protected MethodOnCreateAutomationPeerWhen implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Silverlight automation infrastructure. (Inherited from System.Windows.UIElement)
Protected MethodVerifyAccessThrow an exception if the current thread does not have access to this DependencyObject. (Inherited from Northwoods.GoXam.Layer)
Top

See Also

© 2013 All Rights Reserved.