Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SpeechUI.cs
- WS2007HttpBindingCollectionElement.cs
- ProtocolsSection.cs
- AspNetHostingPermission.cs
- RotateTransform.cs
- SignatureToken.cs
- TreeViewItem.cs
- References.cs
- BindableAttribute.cs
- DataIdProcessor.cs
- AndCondition.cs
- IIS7UserPrincipal.cs
- FocusManager.cs
- Mapping.cs
- FileResponseElement.cs
- WebPartDisplayModeCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ContextBase.cs
- Zone.cs
- EmptyStringExpandableObjectConverter.cs
- FixedSchema.cs
- DiscoveryUtility.cs
- DebuggerService.cs
- SettingsSavedEventArgs.cs
- XsltException.cs
- ObjectDisposedException.cs
- ExpressionPrinter.cs
- Environment.cs
- SqlPersonalizationProvider.cs
- ClassicBorderDecorator.cs
- TextRenderer.cs
- References.cs
- BaseComponentEditor.cs
- BuildResult.cs
- DataGridViewBand.cs
- StreamingContext.cs
- SqlProfileProvider.cs
- SystemColors.cs
- XmlQueryOutput.cs
- XmlSerializationReader.cs
- BackStopAuthenticationModule.cs
- StrokeNodeData.cs
- ApplicationProxyInternal.cs
- KoreanLunisolarCalendar.cs
- MediaContextNotificationWindow.cs
- InlineUIContainer.cs
- HttpCapabilitiesEvaluator.cs
- AccessibleObject.cs
- NumericUpDownAccelerationCollection.cs
- DetailsViewInsertEventArgs.cs
- MergeLocalizationDirectives.cs
- MethodRental.cs
- NamespaceInfo.cs
- TransformerInfoCollection.cs
- InfoCardX509Validator.cs
- GlobalDataBindingHandler.cs
- ToolStripContentPanel.cs
- ObjectDisposedException.cs
- LocalizedNameDescriptionPair.cs
- Classification.cs
- ProgressBar.cs
- ResourcePermissionBase.cs
- DirectoryInfo.cs
- DynamicResourceExtensionConverter.cs
- ListBoxItem.cs
- SimpleWebHandlerParser.cs
- HostUtils.cs
- WriterOutput.cs
- TextBlockAutomationPeer.cs
- DynamicILGenerator.cs
- FunctionDetailsReader.cs
- DragStartedEventArgs.cs
- GlobalId.cs
- AsynchronousChannelMergeEnumerator.cs
- httpapplicationstate.cs
- storepermissionattribute.cs
- FrameSecurityDescriptor.cs
- InheritanceContextChangedEventManager.cs
- SourceCollection.cs
- ProcessModuleCollection.cs
- RecommendedAsConfigurableAttribute.cs
- NaturalLanguageHyphenator.cs
- SchemaSetCompiler.cs
- CustomAttribute.cs
- ListItemCollection.cs
- SafeBitVector32.cs
- GroupBoxAutomationPeer.cs
- WsatTransactionFormatter.cs
- TypeInitializationException.cs
- Converter.cs
- RSAPKCS1SignatureDeformatter.cs
- SettingsPropertyValue.cs
- Int32Collection.cs
- AgileSafeNativeMemoryHandle.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ContextMenuAutomationPeer.cs
- EdmSchemaError.cs
- ProfileSettingsCollection.cs
- PageParser.cs
- FaultReason.cs