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
- VariableQuery.cs
- SinglePageViewer.cs
- SchemaInfo.cs
- SemaphoreSecurity.cs
- DbConnectionHelper.cs
- ExpressionValueEditor.cs
- TextTreeTextElementNode.cs
- DataServiceQueryException.cs
- PageHandlerFactory.cs
- Matrix.cs
- TransportationConfigurationTypeInstallComponent.cs
- ICspAsymmetricAlgorithm.cs
- TextViewSelectionProcessor.cs
- NamedObject.cs
- EndpointAddress.cs
- CapabilitiesPattern.cs
- XmlSerializationWriter.cs
- ObjectViewEntityCollectionData.cs
- OleDbPermission.cs
- FillErrorEventArgs.cs
- OptimalBreakSession.cs
- Directory.cs
- JsonWriter.cs
- ChtmlImageAdapter.cs
- UnsafeNativeMethods.cs
- TextTreeExtractElementUndoUnit.cs
- SelectingProviderEventArgs.cs
- ValidationError.cs
- DataList.cs
- WebPartCatalogAddVerb.cs
- TableItemStyle.cs
- RegexCaptureCollection.cs
- PropertyGridCommands.cs
- LogWriteRestartAreaAsyncResult.cs
- PrtCap_Base.cs
- StringUtil.cs
- XamlPathDataSerializer.cs
- AtomMaterializerLog.cs
- VirtualizedContainerService.cs
- ZipArchive.cs
- DataGridViewAccessibleObject.cs
- CssTextWriter.cs
- PropertyEntry.cs
- TextWriterTraceListener.cs
- BindingNavigatorDesigner.cs
- EntitySqlException.cs
- DEREncoding.cs
- DES.cs
- PublisherMembershipCondition.cs
- ThaiBuddhistCalendar.cs
- QueryCacheKey.cs
- DescendantBaseQuery.cs
- BamlRecordReader.cs
- SrgsOneOf.cs
- ButtonStandardAdapter.cs
- ColorDialog.cs
- OperationPickerDialog.cs
- FileLevelControlBuilderAttribute.cs
- Base64Stream.cs
- SecurityPermission.cs
- DataObjectCopyingEventArgs.cs
- PeerNameRecordCollection.cs
- PageWrapper.cs
- SymbolEqualComparer.cs
- ResolvePPIDRequest.cs
- CacheChildrenQuery.cs
- ConvertBinder.cs
- HandoffBehavior.cs
- RequestContext.cs
- DSACryptoServiceProvider.cs
- ServiceOperation.cs
- RelationshipConstraintValidator.cs
- SocketElement.cs
- CommentEmitter.cs
- RuleSettings.cs
- Unit.cs
- HyperLinkField.cs
- MappingModelBuildProvider.cs
- XslAst.cs
- DetailsViewCommandEventArgs.cs
- DataControlButton.cs
- ImageSource.cs
- RequestResizeEvent.cs
- Propagator.JoinPropagator.cs
- FrameworkName.cs
- UnicastIPAddressInformationCollection.cs
- Debug.cs
- ThicknessConverter.cs
- EntityDataSourceDataSelection.cs
- TextElementEditingBehaviorAttribute.cs
- LicenseException.cs
- ConfigXmlText.cs
- ClientUrlResolverWrapper.cs
- unitconverter.cs
- jithelpers.cs
- SerializationInfo.cs
- OpacityConverter.cs
- TemplateInstanceAttribute.cs
- UnhandledExceptionEventArgs.cs
- Visual3DCollection.cs