Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Framework / System / Windows / Documents / Bold.cs / 1 / Bold.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // Description: Bold element. // Xaml markup helper for indicating bolded content. // Equivalent to a Span with FontWeight property set to FontWeights.Bold. // Can contain other inline elements. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Bold element - markup helper for indicating bolded content. /// Equivalent to a Span with FontWeight property set to FontWeights.Bold. /// Can contain other inline elements. /// public class Bold : Span { //------------------------------------------------------------------- // // Connstructors // //------------------------------------------------------------------- #region Constructors ////// Static ctor. Initializes property metadata. /// static Bold() { DefaultStyleKeyProperty.OverrideMetadata(typeof(Bold), new FrameworkPropertyMetadata(typeof(Bold))); } ////// Initilizes a new instance of a Bold element /// ////// To become fully functional this element requires at least one other Inline element /// as its child, typically Run with some text. /// In Xaml markup the Bold element may appear without Run child, /// but please note that such Run was implicitly inserted by parser. /// public Bold() : base() { } ////// Initializes a new instance of Bold element and adds a given Inline element as its first child. /// /// /// Inline element added as an initial child to this Bold element /// public Bold(Inline childInline) : base(childInline) { } ////// Creates a new Bold instance. /// /// /// Optional child Inline for the new Bold. May be null. /// /// /// Optional position at which to insert the new Bold. May be null. /// public Bold(Inline childInline, TextPointer insertionPosition) : base(childInline, insertionPosition) { } ////// Creates a new Span instance covering existing content. /// /// /// Start position of the new Span. /// /// /// End position of the new Span. /// ////// start and end must both be parented by the same Paragraph, otherwise /// the method will raise an ArgumentException. /// public Bold(TextPointer start, TextPointer end) : base(start, end) { } #endregion Constructors } } // 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: Bold element. // Xaml markup helper for indicating bolded content. // Equivalent to a Span with FontWeight property set to FontWeights.Bold. // Can contain other inline elements. // //--------------------------------------------------------------------------- namespace System.Windows.Documents { ////// Bold element - markup helper for indicating bolded content. /// Equivalent to a Span with FontWeight property set to FontWeights.Bold. /// Can contain other inline elements. /// public class Bold : Span { //------------------------------------------------------------------- // // Connstructors // //------------------------------------------------------------------- #region Constructors ////// Static ctor. Initializes property metadata. /// static Bold() { DefaultStyleKeyProperty.OverrideMetadata(typeof(Bold), new FrameworkPropertyMetadata(typeof(Bold))); } ////// Initilizes a new instance of a Bold element /// ////// To become fully functional this element requires at least one other Inline element /// as its child, typically Run with some text. /// In Xaml markup the Bold element may appear without Run child, /// but please note that such Run was implicitly inserted by parser. /// public Bold() : base() { } ////// Initializes a new instance of Bold element and adds a given Inline element as its first child. /// /// /// Inline element added as an initial child to this Bold element /// public Bold(Inline childInline) : base(childInline) { } ////// Creates a new Bold instance. /// /// /// Optional child Inline for the new Bold. May be null. /// /// /// Optional position at which to insert the new Bold. May be null. /// public Bold(Inline childInline, TextPointer insertionPosition) : base(childInline, insertionPosition) { } ////// Creates a new Span instance covering existing content. /// /// /// Start position of the new Span. /// /// /// End position of the new Span. /// ////// start and end must both be parented by the same Paragraph, otherwise /// the method will raise an ArgumentException. /// public Bold(TextPointer start, TextPointer end) : base(start, end) { } #endregion Constructors } } // 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
- AdministrationHelpers.cs
- DownloadProgressEventArgs.cs
- DataGridViewTextBoxColumn.cs
- RuleElement.cs
- ControlUtil.cs
- ImmutableObjectAttribute.cs
- PropertyTab.cs
- VirtualizedCellInfoCollection.cs
- ServiceBuildProvider.cs
- CreateUserWizardStep.cs
- GlyphElement.cs
- TemplateColumn.cs
- ArraySubsetEnumerator.cs
- FixedSOMGroup.cs
- OracleTransaction.cs
- AppDomainManager.cs
- EventRoute.cs
- FixedSOMTextRun.cs
- DefaultMemberAttribute.cs
- EastAsianLunisolarCalendar.cs
- AlphabetConverter.cs
- IntAverageAggregationOperator.cs
- Quaternion.cs
- InheritanceContextHelper.cs
- Int32RectConverter.cs
- DispatcherFrame.cs
- RepeaterDataBoundAdapter.cs
- LinkDescriptor.cs
- TextServicesCompartment.cs
- NonBatchDirectoryCompiler.cs
- FamilyCollection.cs
- EventSchemaTraceListener.cs
- SmiTypedGetterSetter.cs
- WebPartConnectVerb.cs
- TransformGroup.cs
- Tokenizer.cs
- GridLength.cs
- MobileUserControl.cs
- ConfigurationStrings.cs
- XslNumber.cs
- ErrorInfoXmlDocument.cs
- NativeCppClassAttribute.cs
- KerberosSecurityTokenAuthenticator.cs
- SortExpressionBuilder.cs
- ArraySegment.cs
- SharedUtils.cs
- CapabilitiesUse.cs
- TreeViewImageGenerator.cs
- Renderer.cs
- OptionUsage.cs
- SelectionWordBreaker.cs
- SqlGatherProducedAliases.cs
- ObjectToken.cs
- ObjectView.cs
- X500Name.cs
- MultipleViewPattern.cs
- EncodingTable.cs
- Aggregates.cs
- ExceptionHandlersDesigner.cs
- WebPartCancelEventArgs.cs
- CngKeyBlobFormat.cs
- webclient.cs
- WindowsListViewItem.cs
- Utils.cs
- ManipulationVelocities.cs
- LinqDataSourceDeleteEventArgs.cs
- PackageProperties.cs
- ConfigurationSection.cs
- Vector3DKeyFrameCollection.cs
- HttpTransportSecurityElement.cs
- ListenerUnsafeNativeMethods.cs
- PerformanceCountersElement.cs
- MethodBody.cs
- Menu.cs
- XmlUrlResolver.cs
- CodeAccessPermission.cs
- AdapterDictionary.cs
- Maps.cs
- DecimalAnimation.cs
- ToolStripButton.cs
- CurrencyManager.cs
- Vector3DIndependentAnimationStorage.cs
- BoundColumn.cs
- VariableAction.cs
- AppSettingsSection.cs
- DataContractSerializer.cs
- ProviderSettingsCollection.cs
- OSFeature.cs
- HttpCachePolicy.cs
- XmlSchemaSimpleTypeRestriction.cs
- EntityDataSourceDesigner.cs
- ListItemCollection.cs
- ObjectTypeMapping.cs
- RewritingProcessor.cs
- WebZone.cs
- XslTransformFileEditor.cs
- ApplicationProxyInternal.cs
- DragEventArgs.cs
- Automation.cs
- UrlEncodedParameterWriter.cs