94 writes to Thickness
PresentationCore (3)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1388textDecorationPen.Thickness = drawingPenThickness;
System\Windows\Media\Pen.cs (2)
45Thickness = thickness; 69Thickness = thickness;
PresentationFramework (13)
MS\Internal\PtsHost\ParagraphVisual.cs (4)
90pen.Thickness = _borderThickness.Left; 112pen.Thickness = _borderThickness.Right; 123pen.Thickness = _borderThickness.Top; 134pen.Thickness = _borderThickness.Bottom;
System\Windows\Controls\Border.cs (8)
411pen.Thickness = UIElement.RoundLayoutValue(border.Left, dpi.DpiScaleX); 415pen.Thickness = border.Left; 474pen.Thickness = UIElement.RoundLayoutValue(border.Right, dpi.DpiScaleX); 478pen.Thickness = border.Right; 505pen.Thickness = UIElement.RoundLayoutValue(border.Top, dpi.DpiScaleY); 509pen.Thickness = border.Top; 536pen.Thickness = UIElement.RoundLayoutValue(border.Bottom, dpi.DpiScaleY); 540pen.Thickness = border.Bottom;
System\Windows\Shapes\Shape.cs (1)
488_pen.Thickness = thickness;
PresentationFramework.Aero (34)
Microsoft\Windows\Themes\BulletChrome.cs (21)
906temp.Thickness = 1.5; 930temp.Thickness = 1.5; 953temp.Thickness = 1; 976temp.Thickness = 1; 998temp.Thickness = 1; 1031temp.Thickness = 1; 1063temp.Thickness = 1; 1373temp.Thickness = 1; 1395temp.Thickness = 1; 1417temp.Thickness = 1; 1440temp.Thickness = 1; 1472temp.Thickness = 1; 1504temp.Thickness = 1; 1536temp.Thickness = 1; 1568temp.Thickness = 1; 1600temp.Thickness = 1; 1632temp.Thickness = 1; 1664temp.Thickness = 1; 1697temp.Thickness = 1; 1728temp.Thickness = 1; 1759temp.Thickness = 1;
Microsoft\Windows\Themes\ButtonChrome.cs (5)
807temp.Thickness = 1; 829temp.Thickness = 1; 852temp.Thickness = 1; 923temp.Thickness = 1; 954temp.Thickness = 1;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
533temp.Thickness = 1; 568temp.Thickness = 1; 601temp.Thickness = 1;
Microsoft\Windows\Themes\ScrollChrome.cs (5)
1076temp.Thickness = 1; 1100temp.Thickness = 1; 1124temp.Thickness = 1; 1203temp.Thickness = 1; 1274temp.Thickness = 1;
PresentationFramework.Aero2 (34)
Microsoft\Windows\Themes\BulletChrome.cs (21)
906temp.Thickness = 1.5; 930temp.Thickness = 1.5; 953temp.Thickness = 1; 976temp.Thickness = 1; 998temp.Thickness = 1; 1031temp.Thickness = 1; 1063temp.Thickness = 1; 1373temp.Thickness = 1; 1395temp.Thickness = 1; 1417temp.Thickness = 1; 1440temp.Thickness = 1; 1472temp.Thickness = 1; 1504temp.Thickness = 1; 1536temp.Thickness = 1; 1568temp.Thickness = 1; 1600temp.Thickness = 1; 1632temp.Thickness = 1; 1664temp.Thickness = 1; 1697temp.Thickness = 1; 1728temp.Thickness = 1; 1759temp.Thickness = 1;
Microsoft\Windows\Themes\ButtonChrome.cs (5)
807temp.Thickness = 1; 829temp.Thickness = 1; 852temp.Thickness = 1; 923temp.Thickness = 1; 954temp.Thickness = 1;
Microsoft\Windows\Themes\ListBoxChrome.cs (3)
533temp.Thickness = 1; 568temp.Thickness = 1; 601temp.Thickness = 1;
Microsoft\Windows\Themes\ScrollChrome.cs (5)
1076temp.Thickness = 1; 1100temp.Thickness = 1; 1124temp.Thickness = 1; 1203temp.Thickness = 1; 1274temp.Thickness = 1;
PresentationFramework.AeroLite (3)
Microsoft\Windows\Themes\ScrollChrome.cs (3)
367temp.Thickness = 1; 391temp.Thickness = 1; 415temp.Thickness = 1;
PresentationFramework.Luna (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (3)
676temp.Thickness = 1; 699temp.Thickness = 2; 730temp.Thickness = 2;
PresentationFramework.Royale (3)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (3)
676temp.Thickness = 1; 699temp.Thickness = 2; 730temp.Thickness = 2;
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
233_pen.Thickness *= ratio;
26 references to Thickness
PresentationCore (7)
MS\Internal\TextFormatting\LineServicesCallbacks.cs (1)
1227penThickness = textDecoration.Pen.Thickness;
System\Windows\Media\EllipseGeometry.cs (1)
152strokeThickness = Math.Abs(pen.Thickness);
System\Windows\Media\FormattedText.cs (2)
1972bound.Height = geometryDrawing.Pen.Thickness; 1976bound.Width = geometryDrawing.Pen.Thickness;
System\Windows\Media\Generated\Pen.cs (1)
371data.Thickness = Thickness;
System\Windows\Media\Pen.cs (1)
111pData->Thickness = Thickness;
System\Windows\Media\RectangleGeometry.cs (1)
190strokeThickness = Math.Abs(pen.Thickness);
PresentationFramework (17)
MS\Internal\PtsHost\ParagraphVisual.cs (12)
97new Point(_renderBounds.Left + pen.Thickness * 0.5, _renderBounds.Bottom - pen.Thickness * 0.5), 98new Point(_renderBounds.Right - pen.Thickness * 0.5, _renderBounds.Top + pen.Thickness * 0.5))); 105new Point(_renderBounds.Left + pen.Thickness / 2, _renderBounds.Top), 106new Point(_renderBounds.Left + pen.Thickness / 2, _renderBounds.Bottom)); 116new Point(_renderBounds.Right - pen.Thickness / 2, _renderBounds.Top), 117new Point(_renderBounds.Right - pen.Thickness / 2, _renderBounds.Bottom)); 127new Point(_renderBounds.Left, _renderBounds.Top + pen.Thickness / 2), 128new Point(_renderBounds.Right, _renderBounds.Top + pen.Thickness / 2)); 138new Point(_renderBounds.Left, _renderBounds.Bottom - pen.Thickness / 2), 139new Point(_renderBounds.Right, _renderBounds.Bottom - pen.Thickness / 2));
System\Windows\Controls\Border.cs (5)
428halfThickness = pen.Thickness * 0.5; 457halfThickness = pen.Thickness * 0.5; 489halfThickness = pen.Thickness * 0.5; 520halfThickness = pen.Thickness * 0.5; 550halfThickness = pen.Thickness * 0.5;
ReachFramework (2)
AlphaFlattener\BrushProxy.cs (1)
332if (pen == null || pen.Thickness == 0)
Serialization\VisualSerializer.cs (1)
916WriteAttr("StrokeThickness", Math.Abs(pen.Thickness));