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.
| Class | Description | |
|---|---|---|
![]() | Frame | Represents a control that supports navigation to and from Silverlight pages. The Frame class presented here is only a base class for PhoneApplicationFrame. |
![]() | Page | Encapsulates 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. |
