2 overrides of AlwaysCollapsible
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
315public override bool AlwaysCollapsible
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
427public override bool AlwaysCollapsible { get { return _lp.AlwaysCollapsible; } }
3 references to AlwaysCollapsible
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
267_alwaysCollapsible = textParagraphProperties.AlwaysCollapsible;
MS\Internal\TextFormatting\TextProperties.cs (1)
80get { return _paragraphProperties.AlwaysCollapsible; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
427public override bool AlwaysCollapsible { get { return _lp.AlwaysCollapsible; } }