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