2 writes to _alwaysCollapsible
PresentationCore (2)
MS\Internal\TextFormatting\GenericTextProperties.cs (2)
249
_alwaysCollapsible
= alwaysCollapsible;
267
_alwaysCollapsible
= textParagraphProperties.AlwaysCollapsible;
1 reference to _alwaysCollapsible
PresentationCore (1)
MS\Internal\TextFormatting\GenericTextProperties.cs (1)
317
get { return
_alwaysCollapsible
; }