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