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
- SystemIcmpV4Statistics.cs
- ConnectionsZoneDesigner.cs
- Attachment.cs
- SqlInternalConnection.cs
- TargetException.cs
- Image.cs
- GlyphsSerializer.cs
- GlyphRunDrawing.cs
- LogSwitch.cs
- DependencyObject.cs
- Debugger.cs
- OleDbConnection.cs
- SQLDouble.cs
- ProgressChangedEventArgs.cs
- EncoderFallback.cs
- SystemIcons.cs
- ButtonColumn.cs
- WindowsEditBox.cs
- SpeechAudioFormatInfo.cs
- SecurityManager.cs
- XmlSecureResolver.cs
- SecurityDescriptor.cs
- InheritanceContextHelper.cs
- GridView.cs
- MemberDomainMap.cs
- SystemIPInterfaceProperties.cs
- ParameterModifier.cs
- NavigationPropertyEmitter.cs
- Activator.cs
- RegexStringValidatorAttribute.cs
- RegionInfo.cs
- XmlHierarchicalEnumerable.cs
- DrawingContext.cs
- WebControlAdapter.cs
- XsdDateTime.cs
- SupportingTokenSecurityTokenResolver.cs
- IriParsingElement.cs
- InstanceStore.cs
- DataConnectionHelper.cs
- InheritanceContextHelper.cs
- VectorCollectionValueSerializer.cs
- TagMapCollection.cs
- DeclaredTypeElementCollection.cs
- FormatVersion.cs
- GeometryCollection.cs
- ConnectionProviderAttribute.cs
- CompilerResults.cs
- SettingsAttributes.cs
- EllipticalNodeOperations.cs
- AssociationSetEnd.cs
- SiteMapDataSource.cs
- ServiceModelSecurityTokenTypes.cs
- LicenseContext.cs
- SqlGatherConsumedAliases.cs
- InputLanguageEventArgs.cs
- MouseWheelEventArgs.cs
- PlatformCulture.cs
- CellQuery.cs
- ParentQuery.cs
- EnumerableValidator.cs
- ReadOnlyCollectionBase.cs
- PageFunction.cs
- ISAPIApplicationHost.cs
- ClientProxyGenerator.cs
- DebugViewWriter.cs
- DropSource.cs
- TranslateTransform3D.cs
- TextElementEnumerator.cs
- safex509handles.cs
- MediaSystem.cs
- ListItemCollection.cs
- DbTransaction.cs
- MasterPage.cs
- AttributeQuery.cs
- CodeAttachEventStatement.cs
- LoginUtil.cs
- SqlTrackingService.cs
- AstTree.cs
- AutomationElementCollection.cs
- SoapExtensionTypeElement.cs
- ReferenceEqualityComparer.cs
- DateRangeEvent.cs
- HttpBrowserCapabilitiesWrapper.cs
- Rule.cs
- PartitionResolver.cs
- VisualTreeHelper.cs
- ScrollEventArgs.cs
- ChangePassword.cs
- CodeRegionDirective.cs
- Geometry.cs
- ClientFormsAuthenticationMembershipProvider.cs
- Viewport2DVisual3D.cs
- Int16KeyFrameCollection.cs
- RowParagraph.cs
- FunctionNode.cs
- PerformanceCounter.cs
- ConsumerConnectionPoint.cs
- TextReturnReader.cs
- MatrixAnimationUsingKeyFrames.cs
- GuidelineSet.cs