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