4 writes to _border
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (4)
65ReverseFlowDirection(ref _border); 93_border = new Thickness(); 105_border = (Thickness)block.GetValue(Block.BorderThicknessProperty); 315set { _border = value; }
13 references to _border
PresentationFramework (13)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (13)
177get { return TextDpi.ToTextDpi(_margin.Left) + TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 185get { return TextDpi.ToTextDpi(_margin.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 193get { return TextDpi.ToTextDpi(_margin.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 201get { return TextDpi.ToTextDpi(_margin.Bottom) + TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 209get { return TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 217get { return TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 225get { return TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 233get { return TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 241get { return TextDpi.ToTextDpi(_border.Left); } 249get { return TextDpi.ToTextDpi(_border.Right); } 257get { return TextDpi.ToTextDpi(_border.Top); } 265get { return TextDpi.ToTextDpi(_border.Bottom); } 314get { return _border; }