56 writes to Thickness
PresentationCore (3)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1498
textDecorationPen.
Thickness
= drawingPenThickness;
Core\CSharp\System\Windows\Media\Pen.cs (2)
55
Thickness
= thickness;
79
Thickness
= thickness;
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (4)
96
pen.
Thickness
= _borderThickness.Left;
118
pen.
Thickness
= _borderThickness.Right;
129
pen.
Thickness
= _borderThickness.Top;
140
pen.
Thickness
= _borderThickness.Bottom;
src\Framework\System\Windows\Controls\Border.cs (8)
422
pen.
Thickness
= UIElement.RoundLayoutValue(border.Left, dpi.DpiScaleX);
426
pen.
Thickness
= border.Left;
486
pen.
Thickness
= UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX);
490
pen.
Thickness
= border.Right;
518
pen.
Thickness
= UIElement.RoundLayoutValue(border.Top, dpi.DpiScaleY);
522
pen.
Thickness
= border.Top;
549
pen.
Thickness
= UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY);
553
pen.
Thickness
= border.Bottom;
src\Framework\System\Windows\Shapes\Shape.cs (1)
498
_pen.
Thickness
= thickness;
PresentationFramework.Aero (34)
Microsoft\Windows\Themes\BulletChrome.cs (21)
918
temp.
Thickness
= 1.5;
942
temp.
Thickness
= 1.5;
965
temp.
Thickness
= 1;
988
temp.
Thickness
= 1;
1010
temp.
Thickness
= 1;
1043
temp.
Thickness
= 1;
1075
temp.
Thickness
= 1;
1385
temp.
Thickness
= 1;
1407
temp.
Thickness
= 1;
1429
temp.
Thickness
= 1;
1452
temp.
Thickness
= 1;
1484
temp.
Thickness
= 1;
1516
temp.
Thickness
= 1;
1548
temp.
Thickness
= 1;
1580
temp.
Thickness
= 1;
1612
temp.
Thickness
= 1;
1644
temp.
Thickness
= 1;
1676
temp.
Thickness
= 1;
1709
temp.
Thickness
= 1;
1740
temp.
Thickness
= 1;
1771
temp.
Thickness
= 1;
Microsoft\Windows\Themes\ButtonChrome.cs (5)
822
temp.
Thickness
= 1;
844
temp.
Thickness
= 1;
867
temp.
Thickness
= 1;
938
temp.
Thickness
= 1;
969
temp.
Thickness
= 1;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
545
temp.
Thickness
= 1;
580
temp.
Thickness
= 1;
613
temp.
Thickness
= 1;
Microsoft\Windows\Themes\ScrollChrome.cs (5)
1087
temp.
Thickness
= 1;
1111
temp.
Thickness
= 1;
1135
temp.
Thickness
= 1;
1214
temp.
Thickness
= 1;
1285
temp.
Thickness
= 1;
PresentationFramework.Luna (3)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (3)
685
temp.
Thickness
= 1;
708
temp.
Thickness
= 2;
739
temp.
Thickness
= 2;
PresentationFramework.Royale (3)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (3)
685
temp.
Thickness
= 1;
708
temp.
Thickness
= 2;
739
temp.
Thickness
= 2;
26 references to Thickness
PresentationCore (7)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1337
penThickness = textDecoration.Pen.
Thickness
;
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
181
strokeThickness = Math.Abs(pen.
Thickness
);
Core\CSharp\System\Windows\Media\FormattedText.cs (2)
2005
bound.Height = geometryDrawing.Pen.
Thickness
;
2009
bound.Width = geometryDrawing.Pen.
Thickness
;
Core\CSharp\System\Windows\Media\Generated\Pen.cs (1)
418
data.Thickness =
Thickness
;
Core\CSharp\System\Windows\Media\Pen.cs (1)
126
pData->Thickness =
Thickness
;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
215
strokeThickness = Math.Abs(pen.
Thickness
);
PresentationFramework (17)
src\Framework\MS\Internal\PtsHost\ParagraphVisual.cs (12)
103
new Point(_renderBounds.Left + pen.
Thickness
* 0.5, _renderBounds.Bottom - pen.
Thickness
* 0.5),
104
new Point(_renderBounds.Right - pen.
Thickness
* 0.5, _renderBounds.Top + pen.
Thickness
* 0.5)));
111
new Point(_renderBounds.Left + pen.
Thickness
/ 2, _renderBounds.Top),
112
new Point(_renderBounds.Left + pen.
Thickness
/ 2, _renderBounds.Bottom));
122
new Point(_renderBounds.Right - pen.
Thickness
/ 2, _renderBounds.Top),
123
new Point(_renderBounds.Right - pen.
Thickness
/ 2, _renderBounds.Bottom));
133
new Point(_renderBounds.Left, _renderBounds.Top + pen.
Thickness
/ 2),
134
new Point(_renderBounds.Right, _renderBounds.Top + pen.
Thickness
/ 2));
144
new Point(_renderBounds.Left, _renderBounds.Bottom - pen.
Thickness
/ 2),
145
new Point(_renderBounds.Right, _renderBounds.Bottom - pen.
Thickness
/ 2));
src\Framework\System\Windows\Controls\Border.cs (5)
439
halfThickness = pen.
Thickness
* 0.5;
469
halfThickness = pen.
Thickness
* 0.5;
501
halfThickness = pen.
Thickness
* 0.5;
533
halfThickness = pen.
Thickness
* 0.5;
563
halfThickness = pen.
Thickness
* 0.5;
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\ValueEditors\RenderUtils.cs (2)
23
if (stroke != null && !Tolerances.NearZero(stroke.
Thickness
))
25
double halfThickness = stroke.
Thickness
/ 2d;