32 references to FromBoolean
PresentationFramework (32)
src\Framework\MS\Internal\PtsHost\BaseParagraph.cs (6)
83
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
228
fspap.fKeepWithNext = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepWithNext(_element));
230
fspap.fBreakPageBefore = _element is Block ? PTS.
FromBoolean
(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.
FromBoolean
(false);
232
fspap.fBreakColumnBefore = _element is Block ? PTS.
FromBoolean
(((Block)_element).BreakColumnBefore) : PTS.
FromBoolean
(false);
src\Framework\MS\Internal\PtsHost\CellParaClient.cs (7)
199
PTS.
FromBoolean
(true),
201
PTS.
FromBoolean
(isEmptyOk),
202
PTS.
FromBoolean
(suppressTopSpace),
259
CellParagraph.FormatParaBottomless(this, PTS.
FromBoolean
(false),
262
PTS.
FromBoolean
(true),
311
PTS.
FromBoolean
(false),
316
PTS.
FromBoolean
(true),
src\Framework\MS\Internal\PtsHost\ContainerParagraph.cs (3)
181
fSuccessful = PTS.
FromBoolean
(_firstChild != null);
311
fFound = PTS.
FromBoolean
(_ur != null);
312
fChangeFirst = PTS.
FromBoolean
((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
src\Framework\MS\Internal\PtsHost\FigureParagraph.cs (1)
304
fsfigprops.fDelayable = PTS.
FromBoolean
(element.CanDelayPlacement);
src\Framework\MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
75
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
src\Framework\MS\Internal\PtsHost\PtsHost.cs (5)
1083
fEqual = PTS.
FromBoolean
(pmcsclient1 == pmcsclient2);
1093
fEqual = PTS.
FromBoolean
(mcs1.IsEqual(mcs2));
1225
fParagraphJustified = PTS.
FromBoolean
(isParagraphJustified);
1640
rgfslinevariant[breakIndex].fForceBroken = PTS.
FromBoolean
(textBreakpoint.IsTruncated);
1909
fInterruptFormatting = PTS.
FromBoolean
(para.InterruptFormatting(dcp, vr));
src\Framework\MS\Internal\PtsHost\SubpageParagraph.cs (3)
245
0, null, null, 0, null, null, PTS.
FromBoolean
(false),
431
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(_isInterruptible),
599
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(true),
src\Framework\MS\Internal\PtsHost\TextParagraph.cs (4)
164
fstxtprops.fKeepTogether = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepTogether(Element));
169
fstxtprops.fOptimizeParagraph = PTS.
FromBoolean
(IsOptimalParagraph);
576
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
761
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
207
fsfmtr.fForcedProgress = PTS.
FromBoolean
(fAtMaxWidth == PTS.False);
src\Framework\MS\Internal\PtsTable\CalculatedColumn.cs (1)
77
internal int PtsWidthChanged { get { return (PTS.
FromBoolean
(!CheckFlags(Flags.ValidWidth))); } }