Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LoginName.cs
- VirtualPathUtility.cs
- UnsettableComboBox.cs
- ContextMenu.cs
- XmlSerializerNamespaces.cs
- IItemContainerGenerator.cs
- SSmlParser.cs
- Int16Converter.cs
- LineGeometry.cs
- FrameDimension.cs
- CharEnumerator.cs
- Cast.cs
- IndexedEnumerable.cs
- XmlChoiceIdentifierAttribute.cs
- XmlDataSource.cs
- DBAsyncResult.cs
- ConfigXmlElement.cs
- XpsDocument.cs
- CaseInsensitiveHashCodeProvider.cs
- TypeExtension.cs
- XmlSchemaElement.cs
- AutoResizedEvent.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- PeerNameResolver.cs
- latinshape.cs
- SynchronizationContextHelper.cs
- CTreeGenerator.cs
- DataChangedEventManager.cs
- Container.cs
- BamlCollectionHolder.cs
- MenuScrollingVisibilityConverter.cs
- EngineSiteSapi.cs
- HttpPostServerProtocol.cs
- ListViewInsertionMark.cs
- SafeHandles.cs
- NavigationPropertyEmitter.cs
- SelectionEditingBehavior.cs
- DataGridViewTopRowAccessibleObject.cs
- DesignerDataView.cs
- FaultContext.cs
- WindowsListView.cs
- BooleanToVisibilityConverter.cs
- CustomError.cs
- ConfigXmlAttribute.cs
- AttachmentCollection.cs
- DictionaryBase.cs
- DecoratedNameAttribute.cs
- FixedSOMGroup.cs
- MultiPropertyDescriptorGridEntry.cs
- TimeSpanMinutesConverter.cs
- CounterSample.cs
- SqlServer2KCompatibilityAnnotation.cs
- StopStoryboard.cs
- WsatServiceCertificate.cs
- DeclarativeCatalogPart.cs
- BaseDataList.cs
- XPathMultyIterator.cs
- WinHttpWebProxyFinder.cs
- RenderTargetBitmap.cs
- DependencyProperty.cs
- ProgressBar.cs
- ExeContext.cs
- FileDialog.cs
- QilParameter.cs
- PopupEventArgs.cs
- SuppressMergeCheckAttribute.cs
- PolyBezierSegmentFigureLogic.cs
- FileStream.cs
- ActivityStatusChangeEventArgs.cs
- PlacementWorkspace.cs
- ThrowHelper.cs
- DrawingVisualDrawingContext.cs
- _HeaderInfo.cs
- ConstructorBuilder.cs
- JournalEntryStack.cs
- EntityTemplateUserControl.cs
- WebServiceErrorEvent.cs
- HiddenFieldPageStatePersister.cs
- SoapCommonClasses.cs
- DataColumnMappingCollection.cs
- SiteMapNode.cs
- HtmlGenericControl.cs
- _DomainName.cs
- Listbox.cs
- RoutedEventConverter.cs
- ApplicationSecurityManager.cs
- CodeSnippetExpression.cs
- OleDbErrorCollection.cs
- TypedReference.cs
- LicenseProviderAttribute.cs
- IPEndPointCollection.cs
- WCFBuildProvider.cs
- CngKeyBlobFormat.cs
- XsdValidatingReader.cs
- ConfigXmlText.cs
- ToolBarButton.cs
- ReadOnlyPropertyMetadata.cs
- ReflectionHelper.cs
- InputProcessorProfiles.cs
- TextParagraphProperties.cs