37 references to Thickness
PresentationFramework (21)
src\Framework\MS\Internal\Helper.cs (1)
1125Thickness correctionFactor = new Thickness(0);
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (5)
121defaultMargin = new Thickness(0); 134defaultMargin = new Thickness(0.5 * lineHeight); 138defaultMargin = new Thickness(0); 155defaultPadding = new Thickness(0.5 * lineHeight); 163defaultPadding = new Thickness(0);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4074new FrameworkPropertyMetadata(new Thickness(0)));
src\Framework\System\Windows\Controls\DataGridTextColumn.cs (2)
65style.Setters.Add(new Setter(TextBox.BorderThicknessProperty, new Thickness(0.0))); 66style.Setters.Add(new Setter(TextBox.PaddingProperty, new Thickness(0.0)));
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1127paddingHeader.Padding = new Thickness(0.0); 1159indicator.Margin = new Thickness(0);
src\Framework\System\Windows\Controls\Validation.cs (1)
606border.SetValue(Border.BorderThicknessProperty, new Thickness(1));
src\Framework\System\Windows\Documents\AnchoredBlock.cs (2)
104new Thickness(Double.NaN), 123new Thickness(Double.NaN),
src\Framework\System\Windows\Documents\FixedSOMTableCell.cs (1)
79element.SetValue(Block.BorderThicknessProperty, new Thickness(1));
src\Framework\System\Windows\Documents\FlowDocument.cs (1)
704new Thickness(Double.NaN),
src\Framework\System\Windows\Documents\Table.cs (1)
55MarginProperty.OverrideMetadata(typeof(Table), new FrameworkPropertyMetadata(new Thickness(Double.NaN)));
src\Framework\System\Windows\Shell\WindowChrome.cs (1)
50public static Thickness GlassFrameCompleteThickness { get { return new Thickness(-1); } }
src\Framework\System\Windows\ThicknessConverter.cs (3)
110else if (source is double) { return new Thickness((double)source); } 111else { return new Thickness(Convert.ToDouble(source, cultureInfo)); } 223return new Thickness(lengths[0]);
PresentationFramework.Aero (2)
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
99new Thickness(1),
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
256Thickness padding = new Thickness(3.0); // The default padding
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
568new Thickness(0.0),
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
256Thickness padding = new Thickness(3.0); // The default padding
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
256Thickness padding = new Thickness(3.0); // The default padding
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
256Thickness padding = new Thickness(3.0); // The default padding
System.Activities.Core.Presentation (2)
System\Activities\Core\Presentation\FlowchartExpressionAdorner.cs (2)
36BorderThickness = new Thickness(1), 38Margin = new Thickness(10),
System.Activities.Presentation (8)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorLabelMarginConverter.cs (1)
22Thickness margin = new Thickness(0);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorPointsToArrowMarginConverter.cs (1)
22Thickness margin = new Thickness(0);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\ConnectorRouter.cs (1)
126Thickness margin = new Thickness(0);
System.Activities.Presentation\System\Activities\Presentation\View\SearchToolTipAdorner.cs (2)
26BorderThickness = new Thickness(1), 28Margin = new Thickness(10),
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (2)
322this.BorderThickness = new Thickness(1); 494this.BorderThickness = new Thickness(0);
System.Activities.Presentation\System\Activities\Presentation\View\WorkflowViewService.cs (1)
93errorGrid.Margin = new Thickness(20.0);