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