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
- TextEffect.cs
- selecteditemcollection.cs
- JsonObjectDataContract.cs
- WsatServiceCertificate.cs
- ListItemCollection.cs
- XmlException.cs
- ProcessHost.cs
- DataControlButton.cs
- ObservableCollection.cs
- wpf-etw.cs
- SessionIDManager.cs
- SectionVisual.cs
- ShapeTypeface.cs
- UriTemplateTrieLocation.cs
- FontFamilyValueSerializer.cs
- DrawingGroup.cs
- SizeF.cs
- WindowsBrush.cs
- ConnectionProviderAttribute.cs
- UpdatePanelControlTrigger.cs
- WindowsAltTab.cs
- Msmq.cs
- VisualCollection.cs
- ToolStripPanelRenderEventArgs.cs
- AnnotationHelper.cs
- TrackBarRenderer.cs
- FusionWrap.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- ProcessHostConfigUtils.cs
- HandlerWithFactory.cs
- ValueType.cs
- ScriptBehaviorDescriptor.cs
- WebServiceHandler.cs
- DefaultShape.cs
- Timeline.cs
- TemplateBindingExpressionConverter.cs
- safex509handles.cs
- ValidationPropertyAttribute.cs
- RequestBringIntoViewEventArgs.cs
- ParseChildrenAsPropertiesAttribute.cs
- CodeArrayCreateExpression.cs
- _NativeSSPI.cs
- HTTPNotFoundHandler.cs
- NextPreviousPagerField.cs
- ParamArrayAttribute.cs
- MultilineStringEditor.cs
- ConstraintEnumerator.cs
- ThreadExceptionEvent.cs
- PropertyRecord.cs
- DataGridViewMethods.cs
- ExtendedPropertyDescriptor.cs
- _HeaderInfo.cs
- Size.cs
- OptimisticConcurrencyException.cs
- DiscriminatorMap.cs
- EventPropertyMap.cs
- ImageConverter.cs
- ParameterToken.cs
- StyleBamlRecordReader.cs
- ListViewDeletedEventArgs.cs
- WindowsUpDown.cs
- TextBounds.cs
- DatePickerDateValidationErrorEventArgs.cs
- SemanticResultValue.cs
- XmlChoiceIdentifierAttribute.cs
- AppDomainEvidenceFactory.cs
- DataGridHyperlinkColumn.cs
- Publisher.cs
- ProjectionPruner.cs
- WeakReference.cs
- ProcessThread.cs
- httpstaticobjectscollection.cs
- Storyboard.cs
- EnumType.cs
- ThreadSafeList.cs
- CellTreeNode.cs
- ModifiableIteratorCollection.cs
- HtmlEmptyTagControlBuilder.cs
- storepermissionattribute.cs
- CoreSwitches.cs
- ItemsControl.cs
- Vector3DAnimation.cs
- AspNetHostingPermission.cs
- PseudoWebRequest.cs
- DataGridColumnHeadersPresenter.cs
- ChangeTracker.cs
- WindowsUserNameSecurityTokenAuthenticator.cs
- WindowsFont.cs
- EventSinkHelperWriter.cs
- TextPatternIdentifiers.cs
- XPathDescendantIterator.cs
- ComponentResourceManager.cs
- DeferredSelectedIndexReference.cs
- XamlSerializerUtil.cs
- HighContrastHelper.cs
- NonPrimarySelectionGlyph.cs
- ParenthesizePropertyNameAttribute.cs
- _ListenerRequestStream.cs
- HttpHeaderCollection.cs
- OneOfElement.cs