Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / MS / Internal / PtsHost / FloaterBaseParaClient.cs / 1305600 / 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. //---------------------------------------------------------------------------- // // 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
- NetDataContractSerializer.cs
- path.cs
- DispatcherEventArgs.cs
- RtType.cs
- Equal.cs
- CalendarDateRange.cs
- DetailsViewCommandEventArgs.cs
- HtmlValidatorAdapter.cs
- CqlGenerator.cs
- FrameworkObject.cs
- SendMailErrorEventArgs.cs
- DefaultIfEmptyQueryOperator.cs
- SerializationObjectManager.cs
- FigureParagraph.cs
- ColumnResizeAdorner.cs
- xml.cs
- HtmlEmptyTagControlBuilder.cs
- WebSysDescriptionAttribute.cs
- LogSwitch.cs
- DocumentPageView.cs
- ClientTargetCollection.cs
- httpapplicationstate.cs
- CustomValidator.cs
- DBParameter.cs
- ConnectionInterfaceCollection.cs
- VisualBrush.cs
- TextRangeEditTables.cs
- HtmlFormWrapper.cs
- SqlConnectionPoolProviderInfo.cs
- Separator.cs
- ProfilePropertyNameValidator.cs
- ExpandSegment.cs
- ReadOnlyPermissionSet.cs
- ScrollProviderWrapper.cs
- Size3D.cs
- BaseHashHelper.cs
- ClipboardProcessor.cs
- SqlAggregateChecker.cs
- Misc.cs
- RankException.cs
- PluggableProtocol.cs
- RelationshipDetailsRow.cs
- ToolStripStatusLabel.cs
- MultiPartWriter.cs
- Button.cs
- LineMetrics.cs
- DataBoundControlActionList.cs
- MaskedTextBoxTextEditor.cs
- TableLayoutColumnStyleCollection.cs
- ToolStripButton.cs
- RegexRunner.cs
- Rotation3DAnimation.cs
- StackBuilderSink.cs
- DPTypeDescriptorContext.cs
- Interlocked.cs
- ArithmeticLiteral.cs
- Empty.cs
- DynamicVirtualDiscoSearcher.cs
- CfgParser.cs
- XmlSchemaSimpleContentExtension.cs
- __TransparentProxy.cs
- SymmetricKeyWrap.cs
- FragmentQueryKB.cs
- SqlStatistics.cs
- CompoundFileIOPermission.cs
- CodeMemberField.cs
- FontNamesConverter.cs
- DocumentPaginator.cs
- TypedElement.cs
- PointKeyFrameCollection.cs
- DefaultPropertiesToSend.cs
- RuleInfoComparer.cs
- SqlDataSourceQueryConverter.cs
- PersonalizablePropertyEntry.cs
- CachedRequestParams.cs
- ClrProviderManifest.cs
- PersonalizationAdministration.cs
- GridItemPattern.cs
- PlainXmlDeserializer.cs
- WebPartZoneBase.cs
- Soap.cs
- CollaborationHelperFunctions.cs
- ObjectDataSourceDesigner.cs
- TabPage.cs
- XamlPoint3DCollectionSerializer.cs
- Adorner.cs
- WebPartZone.cs
- CatalogZoneBase.cs
- ColumnHeader.cs
- CodeAttributeDeclarationCollection.cs
- SimpleType.cs
- MulticastOption.cs
- UIElement3DAutomationPeer.cs
- StatusBarPanel.cs
- InkCanvas.cs
- ConfigXmlDocument.cs
- SymbolType.cs
- MemoryStream.cs
- GraphicsState.cs
- ColorKeyFrameCollection.cs