Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- DataSourceSelectArguments.cs
- xmlsaver.cs
- MessageSecurityProtocol.cs
- UnsafeNativeMethods.cs
- TableLayoutPanelCellPosition.cs
- MailMessage.cs
- CorePropertiesFilter.cs
- WindowsIPAddress.cs
- SimpleParser.cs
- DataGridViewBand.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- ElementUtil.cs
- NetworkInterface.cs
- ChannelSettingsElement.cs
- TextServicesHost.cs
- ListView.cs
- FloaterBaseParaClient.cs
- ManagementObjectSearcher.cs
- HttpListener.cs
- RelationshipEndMember.cs
- ApplicationFileParser.cs
- XPathNavigatorReader.cs
- StrokeFIndices.cs
- HasRunnableWorkflowEvent.cs
- PathStreamGeometryContext.cs
- TabControl.cs
- ParserHooks.cs
- FacetEnabledSchemaElement.cs
- RegexTree.cs
- oledbmetadatacollectionnames.cs
- XmlReaderSettings.cs
- DataGridViewCellConverter.cs
- CryptoHandle.cs
- StrongNameIdentityPermission.cs
- FormsAuthenticationCredentials.cs
- BindingEntityInfo.cs
- DataGridViewCheckBoxColumn.cs
- PeerTransportElement.cs
- PolicyLevel.cs
- ResourceAttributes.cs
- Maps.cs
- Select.cs
- xmlfixedPageInfo.cs
- ColumnMapVisitor.cs
- ObjectComplexPropertyMapping.cs
- ErrorItem.cs
- URLIdentityPermission.cs
- ADConnectionHelper.cs
- SortDescription.cs
- SettingsSavedEventArgs.cs
- HandleCollector.cs
- StringDictionaryEditor.cs
- PasswordRecoveryAutoFormat.cs
- DataRowCollection.cs
- TaskHelper.cs
- DataList.cs
- DeferredTextReference.cs
- FontUnitConverter.cs
- xml.cs
- SectionRecord.cs
- XmlFormatExtensionPointAttribute.cs
- XMLDiffLoader.cs
- StrongName.cs
- EventEntry.cs
- TdsParserSessionPool.cs
- Size3DValueSerializer.cs
- DependencyPropertyKind.cs
- Animatable.cs
- FocusChangedEventArgs.cs
- StorageAssociationSetMapping.cs
- SqlUDTStorage.cs
- CachedTypeface.cs
- ToolStripGripRenderEventArgs.cs
- UnauthorizedAccessException.cs
- TraceListeners.cs
- Point3DAnimationBase.cs
- TypeNameParser.cs
- AnimationClockResource.cs
- SystemGatewayIPAddressInformation.cs
- SrgsItemList.cs
- SecureStringHasher.cs
- GetWinFXPath.cs
- CacheOutputQuery.cs
- DrawingDrawingContext.cs
- LabelLiteral.cs
- DiagnosticsConfigurationHandler.cs
- MsmqQueue.cs
- _IPv4Address.cs
- SubstitutionDesigner.cs
- HostnameComparisonMode.cs
- XmlIlGenerator.cs
- OutputScopeManager.cs
- Win32.cs
- CompiledRegexRunnerFactory.cs
- MetadataArtifactLoaderResource.cs
- RegisteredArrayDeclaration.cs
- PageRequestManager.cs
- BinaryNode.cs
- TextParagraph.cs
- WebEvents.cs