2 writes to _alwaysCollapsible
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (2)
252
_alwaysCollapsible
= alwaysCollapsible;
270
_alwaysCollapsible
= textParagraphProperties.AlwaysCollapsible;
1 reference to _alwaysCollapsible
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\GenericTextProperties.cs (1)
320
get { return
_alwaysCollapsible
; }