2 overrides of AlwaysCollapsible
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
318public override bool AlwaysCollapsible
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
434public override bool AlwaysCollapsible { get { return _lp.AlwaysCollapsible; } }
3 references to AlwaysCollapsible
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
270_alwaysCollapsible = textParagraphProperties.AlwaysCollapsible;
Core\CSharp\MS\Internal\TextFormatting\TextProperties.cs (1)
88get { return _paragraphProperties.AlwaysCollapsible; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
434public override bool AlwaysCollapsible { get { return _lp.AlwaysCollapsible; } }