Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- PointCollectionValueSerializer.cs
- StorageEntityTypeMapping.cs
- XomlDesignerLoader.cs
- SessionPageStatePersister.cs
- SingleAnimation.cs
- AdjustableArrowCap.cs
- ClickablePoint.cs
- StringArrayConverter.cs
- DataAdapter.cs
- EntityCommandExecutionException.cs
- Site.cs
- SingleAnimation.cs
- WorkflowStateRollbackService.cs
- EncoderNLS.cs
- WebSysDefaultValueAttribute.cs
- HostExecutionContextManager.cs
- _ConnectStream.cs
- SoapServerMethod.cs
- mactripleDES.cs
- TiffBitmapDecoder.cs
- MultiTrigger.cs
- TextTreeRootTextBlock.cs
- NumericUpDown.cs
- SqlConnection.cs
- PageSetupDialog.cs
- ReadOnlyDictionary.cs
- Point3DAnimation.cs
- TagMapCollection.cs
- ConfigurationElementCollection.cs
- DataGridViewTextBoxColumn.cs
- PrintPreviewControl.cs
- BrushConverter.cs
- Set.cs
- CopyEncoder.cs
- FormsIdentity.cs
- GroupBox.cs
- ConfigXmlComment.cs
- RecordBuilder.cs
- StickyNoteContentControl.cs
- BitmapEffectDrawing.cs
- ConfigurationPermission.cs
- FloaterParaClient.cs
- WebScriptMetadataFormatter.cs
- AdornerHitTestResult.cs
- UnhandledExceptionEventArgs.cs
- CharKeyFrameCollection.cs
- RemoveFromCollection.cs
- StructuralObject.cs
- FlowDocumentPage.cs
- ObjectTag.cs
- XmlAttribute.cs
- SmtpReplyReaderFactory.cs
- FixedPageStructure.cs
- UnmanagedMarshal.cs
- CalendarTable.cs
- FreezableDefaultValueFactory.cs
- PasswordPropertyTextAttribute.cs
- CodeDOMUtility.cs
- TrustLevelCollection.cs
- MemoryRecordBuffer.cs
- DefaultParameterValueAttribute.cs
- GridItemCollection.cs
- SystemDiagnosticsSection.cs
- WebPartVerb.cs
- KeySpline.cs
- StylusLogic.cs
- Range.cs
- Dictionary.cs
- UnicastIPAddressInformationCollection.cs
- GlyphRunDrawing.cs
- DocumentViewerBaseAutomationPeer.cs
- NullReferenceException.cs
- StorageConditionPropertyMapping.cs
- PrintDialogException.cs
- FileLevelControlBuilderAttribute.cs
- MimeTypePropertyAttribute.cs
- Section.cs
- MemberHolder.cs
- CreatingCookieEventArgs.cs
- SQLStringStorage.cs
- Ref.cs
- CharacterHit.cs
- Margins.cs
- UnsafeNativeMethods.cs
- HierarchicalDataBoundControlAdapter.cs
- XmlNodeWriter.cs
- SerializationTrace.cs
- SafeProcessHandle.cs
- ApplicationProxyInternal.cs
- NativeMethods.cs
- Number.cs
- SplitterPanel.cs
- SelectedDatesCollection.cs
- OracleLob.cs
- ByteStack.cs
- TextModifier.cs
- EntityParameterCollection.cs
- TraceHwndHost.cs
- GeneralTransform.cs
- InfoCardProofToken.cs