Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / textformatting / TextEndOfParagraph.cs / 1305600 / TextEndOfParagraph.cs
//------------------------------------------------------------------------ // // Microsoft Windows Client Platform // Copyright (C) Microsoft Corporation // // File: TextEndOfParagraph.cs // // Contents: Implementation of text paragraph break control // // Spec: http://team/sites/Avalon/Specs/Text%20Formatting%20API.doc // // Created: 1-2-2004 Worachai Chaoweeraprasit (wchao) // //----------------------------------------------------------------------- using System; using System.Collections; using System.Windows; namespace System.Windows.Media.TextFormatting { ////// Specialized line break control used to mark the end of a paragraph /// public class TextEndOfParagraph : TextEndOfLine { #region Constructors ////// Construct a paragraph break run /// /// number of characters public TextEndOfParagraph(int length) : base(length) {} ////// Construct a paragraph break run /// /// number of characters /// linebreak text run properties public TextEndOfParagraph( int length, TextRunProperties textRunProperties ) : base( length, textRunProperties ) {} #endregion } } // 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
- WindowsGrip.cs
- HostDesigntimeLicenseContext.cs
- HostProtectionPermission.cs
- BinaryOperationBinder.cs
- ExceptionUtility.cs
- SecurityDocument.cs
- WindowsFormsHelpers.cs
- XmlSchemaExternal.cs
- DataGridViewCellConverter.cs
- AuthenticationManager.cs
- LayoutEditorPart.cs
- AnimatedTypeHelpers.cs
- RelatedPropertyManager.cs
- VectorConverter.cs
- EventNotify.cs
- MouseGesture.cs
- RtType.cs
- XmlBinaryReaderSession.cs
- BamlStream.cs
- MeshGeometry3D.cs
- Misc.cs
- BitmapCache.cs
- Menu.cs
- WeakRefEnumerator.cs
- GridViewColumnCollection.cs
- ImageButton.cs
- EventItfInfo.cs
- SmtpException.cs
- PropertyFilterAttribute.cs
- XmlDataSourceNodeDescriptor.cs
- ApplicationDirectory.cs
- TypeGeneratedEventArgs.cs
- DBBindings.cs
- Convert.cs
- App.cs
- TreeView.cs
- Dictionary.cs
- XmlText.cs
- DispatcherTimer.cs
- MethodInfo.cs
- SubstitutionDesigner.cs
- EditorZoneBase.cs
- EntityUtil.cs
- Margins.cs
- InternalConfigRoot.cs
- DBSqlParserTable.cs
- SqlCommandSet.cs
- MetadataUtil.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- Validator.cs
- SqlUDTStorage.cs
- FamilyMap.cs
- AppDomainShutdownMonitor.cs
- ResolvePPIDRequest.cs
- MeshGeometry3D.cs
- InitiatorSessionSymmetricMessageSecurityProtocol.cs
- GacUtil.cs
- Region.cs
- DataDocumentXPathNavigator.cs
- ApplicationServiceHelper.cs
- Journal.cs
- IndexedString.cs
- ModifierKeysValueSerializer.cs
- ListViewItemSelectionChangedEvent.cs
- ContentPosition.cs
- LinqDataSource.cs
- SystemFonts.cs
- XsdBuildProvider.cs
- ItemCheckedEvent.cs
- DbUpdateCommandTree.cs
- TemplateEditingFrame.cs
- RoutedEventValueSerializer.cs
- _OSSOCK.cs
- XmlSchemaFacet.cs
- DSASignatureDeformatter.cs
- _NegotiateClient.cs
- SliderAutomationPeer.cs
- SearchForVirtualItemEventArgs.cs
- ObjectParameter.cs
- XmlBoundElement.cs
- XamlWriter.cs
- List.cs
- ThicknessKeyFrameCollection.cs
- SqlBuffer.cs
- TaskForm.cs
- AttachmentCollection.cs
- SqlDelegatedTransaction.cs
- SymbolDocumentGenerator.cs
- ContextMarshalException.cs
- InfoCardAsymmetricCrypto.cs
- ListenerChannelContext.cs
- ToolbarAUtomationPeer.cs
- TableLayoutPanelCellPosition.cs
- SafeJobHandle.cs
- ResourceDictionary.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- SqlBuilder.cs
- XamlDesignerSerializationManager.cs
- SelectionManager.cs
- DrawTreeNodeEventArgs.cs