2 overrides of AlwaysCollapsible
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
318
public override bool
AlwaysCollapsible
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
434
public 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)
88
get { return _paragraphProperties.
AlwaysCollapsible
; }
PresentationFramework (1)
src\Framework\MS\Internal\Text\LineProperties.cs (1)
434
public override bool AlwaysCollapsible { get { return _lp.
AlwaysCollapsible
; } }