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
- Range.cs
- AssertFilter.cs
- ProcessStartInfo.cs
- ValidationResult.cs
- base64Transforms.cs
- CacheHelper.cs
- DbLambda.cs
- TargetException.cs
- Int32AnimationBase.cs
- Menu.cs
- UnsafeNativeMethods.cs
- ResXResourceSet.cs
- DecoderFallback.cs
- FileSystemEventArgs.cs
- RuleInfoComparer.cs
- SmtpLoginAuthenticationModule.cs
- HostProtectionPermission.cs
- TypefaceCollection.cs
- DocumentApplicationJournalEntry.cs
- CorrelationRequestContext.cs
- PageClientProxyGenerator.cs
- InvokeGenerator.cs
- LicenseProviderAttribute.cs
- ServerIdentity.cs
- SingleConverter.cs
- BrowserCapabilitiesCompiler.cs
- HttpSysSettings.cs
- GorillaCodec.cs
- TextFormatter.cs
- SystemTcpStatistics.cs
- ActivityPreviewDesigner.cs
- DeviceContext.cs
- cookieexception.cs
- EntityDataSourceMemberPath.cs
- XmlAnyAttributeAttribute.cs
- ElapsedEventArgs.cs
- WebServiceMethodData.cs
- FloatUtil.cs
- HashAlgorithm.cs
- RuntimeIdentifierPropertyAttribute.cs
- SpeakProgressEventArgs.cs
- PageCatalogPart.cs
- SeekStoryboard.cs
- ScrollEvent.cs
- HasCopySemanticsAttribute.cs
- QueueProcessor.cs
- EventSetter.cs
- SyndicationPerson.cs
- ServiceEndpoint.cs
- SystemTcpStatistics.cs
- InputProcessorProfilesLoader.cs
- OdbcFactory.cs
- BufferModeSettings.cs
- DesignerSerializerAttribute.cs
- PrintDialog.cs
- DataBindingList.cs
- Vector3DValueSerializer.cs
- DrawingImage.cs
- RawStylusInput.cs
- RegexStringValidator.cs
- CustomLineCap.cs
- ValueUnavailableException.cs
- WebBrowserBase.cs
- AsymmetricSignatureFormatter.cs
- NodeFunctions.cs
- SqlNodeAnnotations.cs
- GetPolicyDetailsRequest.cs
- X509Extension.cs
- NotificationContext.cs
- ContentPropertyAttribute.cs
- WeakEventManager.cs
- FirewallWrapper.cs
- XmlEventCache.cs
- ArglessEventHandlerProxy.cs
- WebPartDeleteVerb.cs
- ToolStripOverflowButton.cs
- StatusBarItem.cs
- RelationshipConverter.cs
- DictionarySectionHandler.cs
- ImageAttributes.cs
- TextPointerBase.cs
- ObjectListShowCommandsEventArgs.cs
- Vertex.cs
- CodeCastExpression.cs
- StyleXamlTreeBuilder.cs
- TreeNodeStyleCollection.cs
- SimpleMailWebEventProvider.cs
- PeerPresenceInfo.cs
- XmlHierarchyData.cs
- FieldMetadata.cs
- DataGridViewCellStyleBuilderDialog.cs
- HttpListenerTimeoutManager.cs
- MessagePropertyVariants.cs
- XmlIlTypeHelper.cs
- AspNetHostingPermission.cs
- CustomAttributeFormatException.cs
- MailAddressCollection.cs
- TemplateBindingExpressionConverter.cs
- DocumentEventArgs.cs
- UnsafeNativeMethods.cs