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
- FullTextBreakpoint.cs
- PermissionSetEnumerator.cs
- PropertyToken.cs
- IntSumAggregationOperator.cs
- Button.cs
- AppSettingsExpressionBuilder.cs
- processwaithandle.cs
- AccessViolationException.cs
- DateBoldEvent.cs
- Rect.cs
- latinshape.cs
- WinFormsSpinner.cs
- FontFamily.cs
- HMACSHA512.cs
- AppDomainProtocolHandler.cs
- PasswordDeriveBytes.cs
- ScriptingWebServicesSectionGroup.cs
- HyperLinkField.cs
- DeflateStream.cs
- StrokeFIndices.cs
- Root.cs
- ScriptComponentDescriptor.cs
- FloatAverageAggregationOperator.cs
- Font.cs
- RemotingServices.cs
- UnicastIPAddressInformationCollection.cs
- StylusPointPropertyInfoDefaults.cs
- ConnectionManagementSection.cs
- TopClause.cs
- TypeBrowser.xaml.cs
- TimelineGroup.cs
- ZipIOCentralDirectoryBlock.cs
- KeyValuePairs.cs
- XmlTextEncoder.cs
- ConfigXmlSignificantWhitespace.cs
- _ConnectionGroup.cs
- OracleRowUpdatingEventArgs.cs
- MediaElement.cs
- _UncName.cs
- DelegatingTypeDescriptionProvider.cs
- Int32CollectionConverter.cs
- NamedElement.cs
- PaintEvent.cs
- ObjectCacheHost.cs
- MulticastOption.cs
- XmlAnyAttributeAttribute.cs
- TreeChangeInfo.cs
- AutomationEventArgs.cs
- XPathItem.cs
- HopperCache.cs
- DesignerLoader.cs
- Pkcs7Recipient.cs
- InputElement.cs
- ChangeToolStripParentVerb.cs
- LinearKeyFrames.cs
- MessageSecurityOverTcp.cs
- XamlTemplateSerializer.cs
- HttpApplication.cs
- ThreadStateException.cs
- WebServicesDescriptionAttribute.cs
- SafeNativeMethods.cs
- XmlWellformedWriterHelpers.cs
- PostBackOptions.cs
- DbProviderFactories.cs
- PagesSection.cs
- Separator.cs
- ContextDataSourceView.cs
- LineProperties.cs
- Decoder.cs
- XmlReflectionMember.cs
- LineSegment.cs
- FontDialog.cs
- WebColorConverter.cs
- MemoryResponseElement.cs
- FtpWebRequest.cs
- WindowsUpDown.cs
- MetadataFile.cs
- OAVariantLib.cs
- RelationshipEndCollection.cs
- LayoutEngine.cs
- AuthenticationServiceManager.cs
- ListViewItem.cs
- CqlParserHelpers.cs
- BinaryParser.cs
- SimpleMailWebEventProvider.cs
- ElementProxy.cs
- LinkedResourceCollection.cs
- ConstructorNeedsTagAttribute.cs
- HitTestWithGeometryDrawingContextWalker.cs
- storagemappingitemcollection.viewdictionary.cs
- ColumnCollection.cs
- XmlSchema.cs
- LogReservationCollection.cs
- ListItemCollection.cs
- HyperLink.cs
- StorageRoot.cs
- WebPartVerb.cs
- EncoderReplacementFallback.cs
- PeerNameRecord.cs
- RegistryKey.cs