32 references to FromBoolean
PresentationFramework (32)
MS\Internal\PtsHost\BaseParagraph.cs (6)
76
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
221
fspap.fKeepWithNext = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepWithNext(_element));
223
fspap.fBreakPageBefore = _element is Block ? PTS.
FromBoolean
(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.
FromBoolean
(false);
225
fspap.fBreakColumnBefore = _element is Block ? PTS.
FromBoolean
(((Block)_element).BreakColumnBefore) : PTS.
FromBoolean
(false);
MS\Internal\PtsHost\CellParaClient.cs (7)
176
PTS.
FromBoolean
(true),
178
PTS.
FromBoolean
(isEmptyOk),
179
PTS.
FromBoolean
(suppressTopSpace),
231
CellParagraph.FormatParaBottomless(this, PTS.
FromBoolean
(false),
234
PTS.
FromBoolean
(true),
278
PTS.
FromBoolean
(false),
283
PTS.
FromBoolean
(true),
MS\Internal\PtsHost\ContainerParagraph.cs (3)
158
fSuccessful = PTS.
FromBoolean
(_firstChild != null);
287
fFound = PTS.
FromBoolean
(_ur != null);
288
fChangeFirst = PTS.
FromBoolean
((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
MS\Internal\PtsHost\FigureParagraph.cs (1)
282
fsfigprops.fDelayable = PTS.
FromBoolean
(element.CanDelayPlacement);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
61
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
MS\Internal\PtsHost\PtsHost.cs (5)
1019
fEqual = PTS.
FromBoolean
(pmcsclient1 == pmcsclient2);
1029
fEqual = PTS.
FromBoolean
(mcs1.IsEqual(mcs2));
1155
fParagraphJustified = PTS.
FromBoolean
(isParagraphJustified);
1554
rgfslinevariant[breakIndex].fForceBroken = PTS.
FromBoolean
(textBreakpoint.IsTruncated);
1823
fInterruptFormatting = PTS.
FromBoolean
(para.InterruptFormatting(dcp, vr));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
216
0, null, null, 0, null, null, PTS.
FromBoolean
(false),
390
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(_isInterruptible),
549
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(true),
MS\Internal\PtsHost\TextParagraph.cs (4)
141
fstxtprops.fKeepTogether = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepTogether(Element));
146
fstxtprops.fOptimizeParagraph = PTS.
FromBoolean
(IsOptimalParagraph);
549
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
730
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
198
fsfmtr.fForcedProgress = PTS.
FromBoolean
(fAtMaxWidth == PTS.False);
MS\Internal\PtsTable\CalculatedColumn.cs (1)
67
internal int PtsWidthChanged { get { return (PTS.
FromBoolean
(!CheckFlags(Flags.ValidWidth))); } }