6 references to IsAuto
PresentationFramework (6)
MS\Internal\PtsHost\FigureHelper.cs (4)
76
isWidthAuto = figureLength.
IsAuto
? true : false;
82
if(figureLength.IsPage || (figureLength.
IsAuto
&& IsHorizontalPageAnchor(horizontalAnchor)))
97
if (figureLength.IsContent || (figureLength.
IsAuto
&& IsHorizontalContentAnchor(horizontalAnchor)))
204
if(figureLength.
IsAuto
)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
894
if(figureLength.
IsAuto
)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
526
if (figure.Height.
IsAuto
)