Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / MS / Internal / AppModel / RootBrowserWindowProxy.cs / 1 / RootBrowserWindowProxy.cs
//---------------------------------------------------------------------------- // // File: RootBrowserWindowProxy.cs // // Description: // // Created: 07/01/2004 // // Copyright (C) 2001 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Security; using MS.Internal; using MS.Internal.PresentationFramework; namespace MS.Internal.AppModel { class RootBrowserWindowProxy : MarshalByRefObject { #region Constructors internal RootBrowserWindowProxy(RootBrowserWindow rbw) { _rbw = rbw; } #endregion Constructors #region Internal Properties internal RootBrowserWindow RootBrowserWindow { get { return _rbw; } } #endregion Internal Properties #region Internal methods internal void TabInto(bool forward) { _rbw.TabInto(forward); } #endregion #region Private Data private RootBrowserWindow _rbw; #endregion Private Data } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // File: RootBrowserWindowProxy.cs // // Description: // // Created: 07/01/2004 // // Copyright (C) 2001 by Microsoft Corporation. All rights reserved. // //--------------------------------------------------------------------------- using System; using System.Security; using MS.Internal; using MS.Internal.PresentationFramework; namespace MS.Internal.AppModel { class RootBrowserWindowProxy : MarshalByRefObject { #region Constructors internal RootBrowserWindowProxy(RootBrowserWindow rbw) { _rbw = rbw; } #endregion Constructors #region Internal Properties internal RootBrowserWindow RootBrowserWindow { get { return _rbw; } } #endregion Internal Properties #region Internal methods internal void TabInto(bool forward) { _rbw.TabInto(forward); } #endregion #region Private Data private RootBrowserWindow _rbw; #endregion Private Data } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContractBase.cs
- Roles.cs
- ClassicBorderDecorator.cs
- PageFunction.cs
- DataGridViewLinkCell.cs
- SQLUtility.cs
- CatalogZoneBase.cs
- DomainUpDown.cs
- QueryCacheManager.cs
- ExpanderAutomationPeer.cs
- Geometry3D.cs
- MemberPathMap.cs
- TextEditorParagraphs.cs
- SqlSelectClauseBuilder.cs
- ArgumentElement.cs
- ValidationRuleCollection.cs
- QueueSurrogate.cs
- ResetableIterator.cs
- ListMarkerSourceInfo.cs
- PopupControlService.cs
- HwndPanningFeedback.cs
- TextElement.cs
- LoopExpression.cs
- HtmlPageAdapter.cs
- CodeAttachEventStatement.cs
- ReflectionUtil.cs
- CodeTypeMember.cs
- DataGridViewBand.cs
- ProviderCommandInfoUtils.cs
- SqlDataSourceStatusEventArgs.cs
- DrawingBrush.cs
- ToggleButton.cs
- DataGridViewCellConverter.cs
- StorageEntityTypeMapping.cs
- CqlIdentifiers.cs
- ProfileParameter.cs
- EncodingFallbackAwareXmlTextWriter.cs
- RepeaterItemCollection.cs
- Container.cs
- BitVector32.cs
- VirtualPathExtension.cs
- ConfigDefinitionUpdates.cs
- EntityDataSourceWrapperPropertyDescriptor.cs
- TypeHelpers.cs
- OrthographicCamera.cs
- KeyedPriorityQueue.cs
- StreamingContext.cs
- DoubleCollectionValueSerializer.cs
- WebPartAddingEventArgs.cs
- KeyboardNavigation.cs
- IPCCacheManager.cs
- NameValueConfigurationCollection.cs
- _DomainName.cs
- CharacterBufferReference.cs
- DataBinder.cs
- DateTimeParse.cs
- SoapAttributeAttribute.cs
- QueryContinueDragEventArgs.cs
- Int32KeyFrameCollection.cs
- FixedSOMContainer.cs
- CallSite.cs
- LinearGradientBrush.cs
- WebPartExportVerb.cs
- SecondaryIndexList.cs
- CustomErrorsSection.cs
- CurrencyManager.cs
- RepeaterItemCollection.cs
- ValidatorCollection.cs
- GetPolicyDetailsRequest.cs
- TypeCollectionDesigner.xaml.cs
- ExtensionQuery.cs
- IntellisenseTextBox.designer.cs
- XmlSchemaObjectCollection.cs
- SocketInformation.cs
- Knowncolors.cs
- MultiByteCodec.cs
- PathStreamGeometryContext.cs
- TransformerConfigurationWizardBase.cs
- TableHeaderCell.cs
- IItemProperties.cs
- SoapIncludeAttribute.cs
- TcpProcessProtocolHandler.cs
- XmlEntity.cs
- wmiprovider.cs
- CommonProperties.cs
- Size.cs
- ConfigXmlAttribute.cs
- TableParagraph.cs
- WindowsImpersonationContext.cs
- WorkflowItemsPresenter.cs
- ManifestResourceInfo.cs
- DatatypeImplementation.cs
- DefaultTextStore.cs
- TraceSwitch.cs
- DropDownList.cs
- ProcessRequestArgs.cs
- RequestTimeoutManager.cs
- EdmRelationshipRoleAttribute.cs
- FutureFactory.cs
- CodeBlockBuilder.cs