0 out of 1 rated this helpful - Rate this topic

System.Windows.Controls Namespace

July 26, 2012

This namespace supports the frame and page base classes used in Windows Phone development. For Windows Phone application development you should use the PhoneApplicationFrame and PhoneApplicationPage classes.

This namespace is identical to the System.Windows.Controls Namespace in the .NET Framework Class Library for Silverlight. For more information, including implementation specifics, on the Frame and Page classes discussed in this section see System.Windows.Controls Namespace.

  ClassDescription
Public classFrameRepresents a control that supports navigation to and from Silverlight pages. The Frame class presented here is only a base class for PhoneApplicationFrame.
Public classPageEncapsulates content that can be navigated to by a Frame. The Page class presented here is only a base class for PhoneApplicationPage. The constructor is internal.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.