6 references to IsAuto
PresentationFramework (6)
src\Framework\MS\Internal\PtsHost\FigureHelper.cs (4)
89
isWidthAuto = figureLength.
IsAuto
? true : false;
95
if(figureLength.IsPage || (figureLength.
IsAuto
&& IsHorizontalPageAnchor(horizontalAnchor)))
110
if (figureLength.IsContent || (figureLength.
IsAuto
&& IsHorizontalContentAnchor(horizontalAnchor)))
217
if(figureLength.
IsAuto
)
src\Framework\MS\Internal\PtsHost\FloaterParagraph.cs (1)
933
if(figureLength.
IsAuto
)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
520
if (figure.Height.
IsAuto
)