2 overrides of AlwaysCollapsible
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
315
public override bool
AlwaysCollapsible
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
427
public 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)
80
get { return _paragraphProperties.
AlwaysCollapsible
; }
PresentationFramework (1)
MS\Internal\Text\LineProperties.cs (1)
427
public override bool AlwaysCollapsible { get { return _lp.
AlwaysCollapsible
; } }