32 references to FromBoolean
PresentationFramework (32)
MS\Internal\PtsHost\BaseParagraph.cs (6)
79
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
224
fspap.fKeepWithNext = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepWithNext(_element));
226
fspap.fBreakPageBefore = _element is Block ? PTS.
FromBoolean
(StructuralCache.CurrentFormatContext.FinitePage && ((Block)_element).BreakPageBefore) : PTS.
FromBoolean
(false);
228
fspap.fBreakColumnBefore = _element is Block ? PTS.
FromBoolean
(((Block)_element).BreakColumnBefore) : PTS.
FromBoolean
(false);
MS\Internal\PtsHost\CellParaClient.cs (7)
182
PTS.
FromBoolean
(true),
184
PTS.
FromBoolean
(isEmptyOk),
185
PTS.
FromBoolean
(suppressTopSpace),
237
CellParagraph.FormatParaBottomless(this, PTS.
FromBoolean
(false),
240
PTS.
FromBoolean
(true),
284
PTS.
FromBoolean
(false),
289
PTS.
FromBoolean
(true),
MS\Internal\PtsHost\ContainerParagraph.cs (3)
177
fSuccessful = PTS.
FromBoolean
(_firstChild != null);
306
fFound = PTS.
FromBoolean
(_ur != null);
307
fChangeFirst = PTS.
FromBoolean
((_ur != null) && (_firstChild == null || _firstChild == _ur.FirstPara));
MS\Internal\PtsHost\FigureParagraph.cs (1)
294
fsfigprops.fDelayable = PTS.
FromBoolean
(element.CanDelayPlacement);
MS\Internal\PtsHost\FloaterBaseParagraph.cs (1)
75
fNoFurtherChanges = PTS.
FromBoolean
(_stopAsking);
MS\Internal\PtsHost\PtsHost.cs (5)
1034
fEqual = PTS.
FromBoolean
(pmcsclient1 == pmcsclient2);
1044
fEqual = PTS.
FromBoolean
(mcs1.IsEqual(mcs2));
1170
fParagraphJustified = PTS.
FromBoolean
(isParagraphJustified);
1573
rgfslinevariant[breakIndex].fForceBroken = PTS.
FromBoolean
(textBreakpoint.IsTruncated);
1842
fInterruptFormatting = PTS.
FromBoolean
(para.InterruptFormatting(dcp, vr));
MS\Internal\PtsHost\SubpageParagraph.cs (3)
232
0, null, null, 0, null, null, PTS.
FromBoolean
(false),
406
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(_isInterruptible),
565
cColumns, rgColumnInfo, 0, null, null, 0, null, null, PTS.
FromBoolean
(true),
MS\Internal\PtsHost\TextParagraph.cs (4)
160
fstxtprops.fKeepTogether = PTS.
FromBoolean
(DynamicPropertyReader.GetKeepTogether(Element));
165
fstxtprops.fOptimizeParagraph = PTS.
FromBoolean
(IsOptimalParagraph);
570
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
754
fForcedBroken = PTS.
FromBoolean
(line.IsTruncated);
MS\Internal\PtsHost\UIElementParagraph.cs (1)
208
fsfmtr.fForcedProgress = PTS.
FromBoolean
(fAtMaxWidth == PTS.False);
MS\Internal\PtsTable\CalculatedColumn.cs (1)
73
internal int PtsWidthChanged { get { return (PTS.
FromBoolean
(!CheckFlags(Flags.ValidWidth))); } }