Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / MS / Internal / PtsHost / FloaterBaseParaClient.cs / 1 / FloaterBaseParaClient.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: FloaterBaseParaClient class: Base para client class // for floaters and UIElements // //--------------------------------------------------------------------------- using System; using System.Collections; using System.Collections.Generic; using System.Collections.ObjectModel; using System.Diagnostics; using System.Security; using System.Windows; using System.Windows.Media; using System.Windows.Documents; using MS.Internal.Documents; using MS.Internal.Text; using MS.Internal.PtsHost.UnsafeNativeMethods; namespace MS.Internal.PtsHost { // --------------------------------------------------------------------- // FloaterBaseParaClient class: base class for floater and UIElement // para clients // --------------------------------------------------------------------- internal abstract class FloaterBaseParaClient : BaseParaClient { //-------------------------------------------------------------------- // // Constructors // //------------------------------------------------------------------- #region Constructors // ------------------------------------------------------------------ // Constructor. // // paragraph - Paragraph associated with this object. // ------------------------------------------------------------------ protected FloaterBaseParaClient(FloaterBaseParagraph paragraph) : base(paragraph) { } #endregion Constructors // ----------------------------------------------------------------- // Arrange floater // // rcFloater - rectangle of the floater // rcHostPara - rectangle of the host text paragraph. // fswdirParent- flow direction of parent // pageContext - page context // ------------------------------------------------------------------ internal virtual void ArrangeFloater(PTS.FSRECT rcFloater, PTS.FSRECT rcHostPara, uint fswdirParent, PageContext pageContext) { } // ----------------------------------------------------------------- // Return TextContentRange for the content of the paragraph. // ----------------------------------------------------------------- internal override abstract TextContentRange GetTextContentRange(); } } // 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
- MetadataArtifactLoaderXmlReaderWrapper.cs
- GridViewDeleteEventArgs.cs
- LoginName.cs
- Base64Encoder.cs
- RegistryExceptionHelper.cs
- Camera.cs
- WorkflowQueuingService.cs
- SafeNativeMethods.cs
- SecurityElement.cs
- RuleSet.cs
- Int32Animation.cs
- HttpRuntime.cs
- AssemblyName.cs
- StorageBasedPackageProperties.cs
- SpecularMaterial.cs
- ZipIOExtraFieldZip64Element.cs
- ProtocolsSection.cs
- ProviderManager.cs
- SafeMILHandle.cs
- RequestQueryParser.cs
- StylusPointDescription.cs
- SqlDependencyUtils.cs
- GetPageNumberCompletedEventArgs.cs
- CompoundFileStreamReference.cs
- RoleServiceManager.cs
- X509SecurityTokenProvider.cs
- Label.cs
- AttachedAnnotationChangedEventArgs.cs
- SuppressMessageAttribute.cs
- ReaderWriterLockWrapper.cs
- StateRuntime.cs
- DiscoveryInnerClientAdhoc11.cs
- RichTextBox.cs
- InternalUserCancelledException.cs
- PreviewPrintController.cs
- ContextInformation.cs
- XamlSerializerUtil.cs
- ImageListImage.cs
- TemplatePropertyEntry.cs
- StringExpressionSet.cs
- CodeDelegateCreateExpression.cs
- SqlInternalConnectionSmi.cs
- JoinGraph.cs
- FontStretchConverter.cs
- UnsafeNativeMethods.cs
- GlyphRun.cs
- XmlNotation.cs
- CqlQuery.cs
- DecoderBestFitFallback.cs
- KeyNotFoundException.cs
- AncestorChangedEventArgs.cs
- isolationinterop.cs
- ThrowHelper.cs
- ToolStripPanelRow.cs
- ButtonStandardAdapter.cs
- XmlSchemaSimpleContentRestriction.cs
- SrgsRule.cs
- StrokeCollection2.cs
- DataColumnMappingCollection.cs
- DeclaredTypeValidator.cs
- BindingCompleteEventArgs.cs
- ResourceSet.cs
- EncryptedData.cs
- InProcStateClientManager.cs
- SystemGatewayIPAddressInformation.cs
- XPathNodeIterator.cs
- sqlinternaltransaction.cs
- WorkflowQueue.cs
- Attributes.cs
- NameNode.cs
- TemplatePagerField.cs
- MsmqIntegrationChannelFactory.cs
- WebEventTraceProvider.cs
- CatalogPartDesigner.cs
- MasterPageParser.cs
- Pkcs7Recipient.cs
- ResourceReferenceKeyNotFoundException.cs
- GcSettings.cs
- WebBrowserUriTypeConverter.cs
- NonBatchDirectoryCompiler.cs
- RefreshResponseInfo.cs
- DrawingContextWalker.cs
- Soap12ProtocolImporter.cs
- WebBodyFormatMessageProperty.cs
- UserInitiatedNavigationPermission.cs
- ListViewTableCell.cs
- QuaternionConverter.cs
- cache.cs
- ExtensionSurface.cs
- InkCollectionBehavior.cs
- shaperfactory.cs
- SspiNegotiationTokenAuthenticatorState.cs
- HiddenField.cs
- WebRequestModuleElement.cs
- OutOfProcStateClientManager.cs
- BoundConstants.cs
- UnsafeNativeMethods.cs
- EventQueueState.cs
- AsyncSerializedWorker.cs
- LocalizationParserHooks.cs