Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- _RequestCacheProtocol.cs
- XmlObjectSerializerWriteContextComplex.cs
- Vector3D.cs
- SettingsPropertyNotFoundException.cs
- IndexerReference.cs
- CompiledAction.cs
- PrimitiveCodeDomSerializer.cs
- CqlLexer.cs
- ImportOptions.cs
- HyperlinkAutomationPeer.cs
- XXXOnTypeBuilderInstantiation.cs
- ReaderWriterLockWrapper.cs
- JournalEntryStack.cs
- StringArrayConverter.cs
- WebServiceHandler.cs
- CodeMethodInvokeExpression.cs
- EventBookmark.cs
- safex509handles.cs
- EndCreateSecurityTokenRequest.cs
- SafeSystemMetrics.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Mutex.cs
- HashStream.cs
- BamlRecords.cs
- Subordinate.cs
- IProvider.cs
- HtmlSelect.cs
- MiniMapControl.xaml.cs
- CorePropertiesFilter.cs
- _FtpDataStream.cs
- PeerNearMe.cs
- HttpResponseInternalWrapper.cs
- RelatedPropertyManager.cs
- SoapExtensionStream.cs
- TrimSurroundingWhitespaceAttribute.cs
- File.cs
- DirectionalLight.cs
- DeploymentSectionCache.cs
- PriorityQueue.cs
- IntSecurity.cs
- FrameSecurityDescriptor.cs
- Utils.cs
- WebResourceAttribute.cs
- ScrollItemProviderWrapper.cs
- ProvidersHelper.cs
- SingleSelectRootGridEntry.cs
- DecimalAnimationUsingKeyFrames.cs
- diagnosticsswitches.cs
- MethodExpr.cs
- TablePatternIdentifiers.cs
- BooleanAnimationBase.cs
- BigInt.cs
- MeasureData.cs
- OutputCacheSettings.cs
- SocketAddress.cs
- ReadOnlyPropertyMetadata.cs
- InfoCardRSAPKCS1KeyExchangeFormatter.cs
- MouseButton.cs
- Rules.cs
- ListCollectionView.cs
- ReadWriteSpinLock.cs
- TerminateSequenceResponse.cs
- BuildProvider.cs
- HoistedLocals.cs
- ColorIndependentAnimationStorage.cs
- RegionData.cs
- SqlXmlStorage.cs
- PackageFilter.cs
- ToolStripComboBox.cs
- RelatedEnd.cs
- RefreshPropertiesAttribute.cs
- GridViewColumnHeader.cs
- WebServiceHost.cs
- UnmanagedMemoryAccessor.cs
- CqlWriter.cs
- ResourceDescriptionAttribute.cs
- XmlChildNodes.cs
- MobileDeviceCapabilitiesSectionHandler.cs
- WebDisplayNameAttribute.cs
- WorkflowLayouts.cs
- _OSSOCK.cs
- Timer.cs
- KeySplineConverter.cs
- OptimizedTemplateContentHelper.cs
- PropertyGrid.cs
- TaskHelper.cs
- InlineObject.cs
- Rule.cs
- OdbcEnvironmentHandle.cs
- EventProxy.cs
- ServiceChannelProxy.cs
- OdbcEnvironmentHandle.cs
- PageCopyCount.cs
- ProgressBarRenderer.cs
- ToolStripItemClickedEventArgs.cs
- BamlBinaryReader.cs
- Operator.cs
- DSACryptoServiceProvider.cs
- DataControlCommands.cs
- XmlDataProvider.cs