Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / AppModel / RootBrowserWindowProxy.cs / 1305600 / 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
- AccessDataSource.cs
- Array.cs
- ClonableStack.cs
- DocumentOutline.cs
- ExtensionWindowHeader.cs
- SecureEnvironment.cs
- CornerRadiusConverter.cs
- ZipIORawDataFileBlock.cs
- StructuredType.cs
- HttpCapabilitiesBase.cs
- ConfigXmlComment.cs
- XmlParser.cs
- OdbcUtils.cs
- COM2Enum.cs
- WebEventTraceProvider.cs
- PersistenceTask.cs
- ToolboxCategoryItems.cs
- DataGridViewButtonCell.cs
- Int32Converter.cs
- ComponentConverter.cs
- Directory.cs
- TabItem.cs
- ZipIOFileItemStream.cs
- DataPagerFieldCommandEventArgs.cs
- AcceptorSessionSymmetricMessageSecurityProtocol.cs
- DocumentSequence.cs
- AttributeExtensions.cs
- DataSourceControl.cs
- BrowserDefinition.cs
- TypefaceMap.cs
- InkCanvasSelectionAdorner.cs
- KeyEventArgs.cs
- X509ScopedServiceCertificateElement.cs
- VerificationAttribute.cs
- MarshalDirectiveException.cs
- SqlCaseSimplifier.cs
- XmlCountingReader.cs
- AssemblyName.cs
- MaskedTextBoxDesignerActionList.cs
- TreeBuilderBamlTranslator.cs
- XmlProcessingInstruction.cs
- RadioButtonStandardAdapter.cs
- CompilerScope.cs
- UIElement3DAutomationPeer.cs
- MarkupExtensionParser.cs
- WSFederationHttpSecurity.cs
- HtmlInputHidden.cs
- RightsManagementEncryptionTransform.cs
- Utils.cs
- unsafeIndexingFilterStream.cs
- FrameworkElement.cs
- PersonalizationState.cs
- DefaultPrintController.cs
- Dictionary.cs
- IBuiltInEvidence.cs
- RelatedView.cs
- ListViewSortEventArgs.cs
- SimpleHandlerFactory.cs
- PartialTrustValidationBehavior.cs
- RegexRunner.cs
- NetDispatcherFaultException.cs
- XPathDescendantIterator.cs
- QuaternionAnimationBase.cs
- SchemaImporterExtensionsSection.cs
- SqlBulkCopy.cs
- CodeCommentStatementCollection.cs
- MatrixTransform3D.cs
- webclient.cs
- XamlInterfaces.cs
- HostedImpersonationContext.cs
- LongValidator.cs
- ResourceSetExpression.cs
- ReverseInheritProperty.cs
- CqlParser.cs
- DataGridViewCellEventArgs.cs
- DecoderBestFitFallback.cs
- ControlPersister.cs
- PolyLineSegment.cs
- SafeThreadHandle.cs
- PasswordRecovery.cs
- DataGridViewButtonColumn.cs
- ElementMarkupObject.cs
- FontNamesConverter.cs
- SimpleApplicationHost.cs
- ToolStripDropDownButton.cs
- TypeUsage.cs
- SqlConnectionFactory.cs
- dbdatarecord.cs
- ScriptDescriptor.cs
- DocumentDesigner.cs
- DynamicEndpointElement.cs
- ControlUtil.cs
- AttachedAnnotation.cs
- tooltip.cs
- Win32KeyboardDevice.cs
- CodeVariableReferenceExpression.cs
- DataRow.cs
- ExpressionWriter.cs
- MulticastDelegate.cs
- XmlSequenceWriter.cs