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
- SctClaimDictionary.cs
- LogicalExpr.cs
- DataBindingCollection.cs
- ToolTipService.cs
- Italic.cs
- QilCloneVisitor.cs
- QilFactory.cs
- ScriptDescriptor.cs
- ConsumerConnectionPoint.cs
- TrackBarDesigner.cs
- ActionItem.cs
- EditingMode.cs
- MimeBasePart.cs
- AccessedThroughPropertyAttribute.cs
- AccessDataSourceView.cs
- PropertyStore.cs
- CodeDelegateCreateExpression.cs
- SecurityToken.cs
- PreparingEnlistment.cs
- EditorAttributeInfo.cs
- DispatchChannelSink.cs
- OutOfProcStateClientManager.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- TextServicesManager.cs
- HttpListenerPrefixCollection.cs
- EditingCommands.cs
- LocalTransaction.cs
- OutputCacheProfileCollection.cs
- ContentPropertyAttribute.cs
- Int32EqualityComparer.cs
- ThaiBuddhistCalendar.cs
- XmlAttributeHolder.cs
- XmlNodeChangedEventArgs.cs
- DataGridViewLayoutData.cs
- PageRequestManager.cs
- CommandTreeTypeHelper.cs
- TraceSection.cs
- WebBaseEventKeyComparer.cs
- ProviderConnectionPoint.cs
- ArglessEventHandlerProxy.cs
- MasterPageCodeDomTreeGenerator.cs
- SessionStateUtil.cs
- Header.cs
- Listbox.cs
- Point.cs
- HttpClientCertificate.cs
- ArraySegment.cs
- WsdlImporter.cs
- FontDriver.cs
- BuildProviderCollection.cs
- HtmlUtf8RawTextWriter.cs
- ListViewItem.cs
- dtdvalidator.cs
- HorizontalAlignConverter.cs
- LateBoundBitmapDecoder.cs
- WorkflowViewManager.cs
- EndOfStreamException.cs
- X509CertificateCollection.cs
- WebBrowserSiteBase.cs
- WebHttpSecurityElement.cs
- SchemaTableOptionalColumn.cs
- GridView.cs
- DPTypeDescriptorContext.cs
- TextInfo.cs
- XsltContext.cs
- CultureSpecificCharacterBufferRange.cs
- Latin1Encoding.cs
- PerspectiveCamera.cs
- ControlDesigner.cs
- SessionState.cs
- FixedDocumentPaginator.cs
- Brush.cs
- TraceUtility.cs
- SearchExpression.cs
- IgnoreFlushAndCloseStream.cs
- TableCell.cs
- StateMachineAction.cs
- XmlDomTextWriter.cs
- SafeNativeMemoryHandle.cs
- ClientSponsor.cs
- SqlUtils.cs
- InternalSendMessage.cs
- CompoundFileIOPermission.cs
- DBCommand.cs
- HelpEvent.cs
- SafeFindHandle.cs
- XmlTextReaderImpl.cs
- MasterPageBuildProvider.cs
- StrongTypingException.cs
- AppModelKnownContentFactory.cs
- SHA384.cs
- PersonalizationProviderCollection.cs
- SafeMemoryMappedViewHandle.cs
- xml.cs
- ConfigurationLocation.cs
- ConfigurationElementProperty.cs
- BrowserCapabilitiesCodeGenerator.cs
- ConfigXmlCDataSection.cs
- OneWayChannelFactory.cs
- SafeCryptHandles.cs