32 references to FromBoolean
PresentationFramework (32)
MS\Internal\PtsHost\BaseParagraph.cs (6)
77
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
222
fspap.fKeepWithNext = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepWithNext(_element));
224
fspap.fBreakPageBefore = _element is Block ? PTS.
FromBoolean
(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.
FromBoolean
(false);
226
fspap.fBreakColumnBefore = _element is Block ? PTS.
FromBoolean
(((Block)_element).BreakColumnBefore) : PTS.
FromBoolean
(false);
MS\Internal\PtsHost\CellParaClient.cs (7)
177
PTS.
FromBoolean
(true),
179
PTS.
FromBoolean
(isEmptyOk),
180
PTS.
FromBoolean
(suppressTopSpace),
232
CellParagraph.FormatParaBottomless(this, PTS.
FromBoolean
(false),
235
PTS.
FromBoolean
(true),
279
PTS.
FromBoolean
(false),
284
PTS.
FromBoolean
(true),
MS\Internal\PtsHost\ContainerParagraph.cs (3)
159
fSuccessful = PTS.
FromBoolean
(_firstChild != null);
288
fFound = PTS.
FromBoolean
(_ur != null);
289
fChangeFirst = PTS.
FromBoolean
((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
MS\Internal\PtsHost\FigureParagraph.cs (1)
283
fsfigprops.fDelayable = PTS.
FromBoolean
(element.CanDelayPlacement);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
62
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
MS\Internal\PtsHost\PtsHost.cs (5)
1020
fEqual = PTS.
FromBoolean
(pmcsclient1 == pmcsclient2);
1030
fEqual = PTS.
FromBoolean
(mcs1.IsEqual(mcs2));
1156
fParagraphJustified = PTS.
FromBoolean
(isParagraphJustified);
1555
rgfslinevariant[breakIndex].fForceBroken = PTS.
FromBoolean
(textBreakpoint.IsTruncated);
1824
fInterruptFormatting = PTS.
FromBoolean
(para.InterruptFormatting(dcp, vr));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
217
0, null, null, 0, null, null, PTS.
FromBoolean
(false),
391
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(_isInterruptible),
550
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(true),
MS\Internal\PtsHost\TextParagraph.cs (4)
142
fstxtprops.fKeepTogether = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepTogether(Element));
147
fstxtprops.fOptimizeParagraph = PTS.
FromBoolean
(IsOptimalParagraph);
550
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
731
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
199
fsfmtr.fForcedProgress = PTS.
FromBoolean
(fAtMaxWidth == PTS.False);
MS\Internal\PtsTable\CalculatedColumn.cs (1)
68
internal int PtsWidthChanged { get { return (PTS.
FromBoolean
(!CheckFlags(Flags.ValidWidth))); } }