4 writes to _border
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
62ReverseFlowDirection(ref _border); 90_border = new Thickness(); 102_border = (Thickness)block.GetValue(Block.BorderThicknessProperty); 312set { _border = value; }
13 references to _border
PresentationFramework (13)
MS\Internal\PtsHost\MbpInfo.cs (13)
174get { return TextDpi.ToTextDpi(_margin.Left) + TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 182get { return TextDpi.ToTextDpi(_margin.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 190get { return TextDpi.ToTextDpi(_margin.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 198get { return TextDpi.ToTextDpi(_margin.Bottom) + TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 206get { return TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 214get { return TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 222get { return TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 230get { return TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 238get { return TextDpi.ToTextDpi(_border.Left); } 246get { return TextDpi.ToTextDpi(_border.Right); } 254get { return TextDpi.ToTextDpi(_border.Top); } 262get { return TextDpi.ToTextDpi(_border.Bottom); } 311get { return _border; }