Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / 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. //---------------------------------------------------------------------------- // // 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
- LoginCancelEventArgs.cs
- Mouse.cs
- BaseConfigurationRecord.cs
- IRCollection.cs
- SystemThemeKey.cs
- CodeValidator.cs
- WarningException.cs
- LinkUtilities.cs
- ResourceKey.cs
- DependencyObjectType.cs
- HMACSHA384.cs
- MachineKeySection.cs
- DataStorage.cs
- RemoteWebConfigurationHostServer.cs
- SecurityDescriptor.cs
- StoreItemCollection.Loader.cs
- PageTheme.cs
- CharUnicodeInfo.cs
- DataGridViewEditingControlShowingEventArgs.cs
- MetadataItemEmitter.cs
- VoiceInfo.cs
- SendReply.cs
- DocComment.cs
- TimeoutHelper.cs
- UDPClient.cs
- CancellationState.cs
- DesignerDataSchemaClass.cs
- ObjectFullSpanRewriter.cs
- QueryPageSettingsEventArgs.cs
- DotExpr.cs
- Panel.cs
- ModelVisual3D.cs
- PolicyManager.cs
- SamlAssertionDirectKeyIdentifierClause.cs
- OleDbParameter.cs
- XmlImplementation.cs
- VScrollProperties.cs
- PropertyNames.cs
- SpeechUI.cs
- ByteViewer.cs
- DirectoryGroupQuery.cs
- HuffModule.cs
- XmlException.cs
- DataObjectEventArgs.cs
- OrderedDictionary.cs
- AppSettingsExpressionEditor.cs
- SettingsProviderCollection.cs
- ListBoxItem.cs
- MarkupCompilePass2.cs
- XmlArrayItemAttribute.cs
- DataGridSortCommandEventArgs.cs
- ExpressionBindingCollection.cs
- DynamicDiscoSearcher.cs
- RadioButtonFlatAdapter.cs
- ToolStripControlHost.cs
- CreateDataSourceDialog.cs
- RenderData.cs
- AutoScrollHelper.cs
- StylusLogic.cs
- Transform3D.cs
- DashStyles.cs
- GroupByQueryOperator.cs
- QilInvokeLateBound.cs
- View.cs
- InlineCollection.cs
- ZoneIdentityPermission.cs
- XmlArrayAttribute.cs
- DataList.cs
- ConfigXmlCDataSection.cs
- SmtpReplyReader.cs
- DataSourceXmlElementAttribute.cs
- TimeSpanStorage.cs
- IgnoreSectionHandler.cs
- CompositeFontFamily.cs
- ExpandSegmentCollection.cs
- SafeRightsManagementPubHandle.cs
- StringValidatorAttribute.cs
- TextPatternIdentifiers.cs
- Vector.cs
- EndpointInstanceProvider.cs
- PrePostDescendentsWalker.cs
- WmlValidatorAdapter.cs
- Matrix.cs
- PropertyInformation.cs
- ReliabilityContractAttribute.cs
- EnterpriseServicesHelper.cs
- OutputCacheProfileCollection.cs
- Timer.cs
- AlphabeticalEnumConverter.cs
- XamlStyleSerializer.cs
- ListView.cs
- RemotingConfigParser.cs
- ContractCodeDomInfo.cs
- NetworkInformationException.cs
- DataGridViewSelectedColumnCollection.cs
- AlphabeticalEnumConverter.cs
- XmlIncludeAttribute.cs
- ProfileServiceManager.cs
- IdentityReference.cs
- ListViewGroupItemCollection.cs