Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DefaultTypeArgumentAttribute.cs
- ChildChangedEventArgs.cs
- PenThreadWorker.cs
- StaticFileHandler.cs
- _LocalDataStoreMgr.cs
- ObjectFullSpanRewriter.cs
- Cursors.cs
- DiagnosticsConfigurationHandler.cs
- XComponentModel.cs
- XmlSchemaFacet.cs
- Sql8ExpressionRewriter.cs
- TitleStyle.cs
- ArgumentDesigner.xaml.cs
- DeploymentSectionCache.cs
- RectIndependentAnimationStorage.cs
- OpCopier.cs
- BinaryCommonClasses.cs
- ImageButton.cs
- MemoryStream.cs
- XmlLoader.cs
- Evidence.cs
- XPathDescendantIterator.cs
- RequestCachePolicy.cs
- EntityDataSourceChangingEventArgs.cs
- regiisutil.cs
- SiteMapHierarchicalDataSourceView.cs
- StylusCollection.cs
- XmlCodeExporter.cs
- XPathBuilder.cs
- MenuItemStyleCollection.cs
- ColorAnimation.cs
- _ShellExpression.cs
- Menu.cs
- WindowsSpinner.cs
- RequestValidator.cs
- CodeSnippetCompileUnit.cs
- MinimizableAttributeTypeConverter.cs
- SapiRecognizer.cs
- CustomTypeDescriptor.cs
- Base64Decoder.cs
- TileModeValidation.cs
- SrgsElement.cs
- WebPartManager.cs
- SapiInterop.cs
- SafeCloseHandleCritical.cs
- UnsupportedPolicyOptionsException.cs
- IndentedTextWriter.cs
- ThemeDirectoryCompiler.cs
- CngAlgorithm.cs
- TextBoxBase.cs
- XmlAttributeProperties.cs
- PropertyManager.cs
- TreeViewItem.cs
- SettingsPropertyWrongTypeException.cs
- MD5HashHelper.cs
- ChannelBinding.cs
- ListViewInsertEventArgs.cs
- SignerInfo.cs
- FeedUtils.cs
- CallTemplateAction.cs
- XamlSerializerUtil.cs
- AnnotationHighlightLayer.cs
- DeclarativeCatalogPart.cs
- PackageRelationship.cs
- BindToObject.cs
- IndexOutOfRangeException.cs
- Odbc32.cs
- BlurEffect.cs
- JpegBitmapEncoder.cs
- DelegatingConfigHost.cs
- initElementDictionary.cs
- SynchronousChannel.cs
- BindingSource.cs
- WpfSharedXamlSchemaContext.cs
- StateFinalizationActivity.cs
- ControlValuePropertyAttribute.cs
- WhitespaceRuleReader.cs
- StringOutput.cs
- Parameter.cs
- EarlyBoundInfo.cs
- DataRecordInfo.cs
- RegexCharClass.cs
- SendKeys.cs
- PersistenceTypeAttribute.cs
- Image.cs
- AuthenticateEventArgs.cs
- ResXDataNode.cs
- SizeConverter.cs
- MemberDomainMap.cs
- XPathAncestorIterator.cs
- ReplyChannel.cs
- OdbcConnection.cs
- SynchronizingStream.cs
- DependencyProperty.cs
- XmlKeywords.cs
- CodeArrayCreateExpression.cs
- BaseProcessProtocolHandler.cs
- QueryConverter.cs
- TimeIntervalCollection.cs
- PerspectiveCamera.cs