4 writes to _border
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
64ReverseFlowDirection(ref _border); 92_border = new Thickness(); 104_border = (Thickness)block.GetValue(Block.BorderThicknessProperty); 314set { _border = value; }
13 references to _border
PresentationFramework (13)
MS\Internal\PtsHost\MbpInfo.cs (13)
176get { return TextDpi.ToTextDpi(_margin.Left) + TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 184get { return TextDpi.ToTextDpi(_margin.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 192get { return TextDpi.ToTextDpi(_margin.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 200get { return TextDpi.ToTextDpi(_margin.Bottom) + TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 208get { return TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 216get { return TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 224get { return TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 232get { return TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 240get { return TextDpi.ToTextDpi(_border.Left); } 248get { return TextDpi.ToTextDpi(_border.Right); } 256get { return TextDpi.ToTextDpi(_border.Top); } 264get { return TextDpi.ToTextDpi(_border.Bottom); } 313get { return _border; }