4 writes to _border
PresentationFramework (4)
MS\Internal\PtsHost\MbpInfo.cs (4)
61ReverseFlowDirection(ref _border); 89_border = new Thickness(); 101_border = (Thickness)block.GetValue(Block.BorderThicknessProperty); 311set { _border = value; }
13 references to _border
PresentationFramework (13)
MS\Internal\PtsHost\MbpInfo.cs (13)
173get { return TextDpi.ToTextDpi(_margin.Left) + TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 181get { return TextDpi.ToTextDpi(_margin.Right) + TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 189get { return TextDpi.ToTextDpi(_margin.Top) + TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 197get { return TextDpi.ToTextDpi(_margin.Bottom) + TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 205get { return TextDpi.ToTextDpi(_border.Left) + TextDpi.ToTextDpi(_padding.Left); } 213get { return TextDpi.ToTextDpi(_border.Right) + TextDpi.ToTextDpi(_padding.Right); } 221get { return TextDpi.ToTextDpi(_border.Top) + TextDpi.ToTextDpi(_padding.Top); } 229get { return TextDpi.ToTextDpi(_border.Bottom) + TextDpi.ToTextDpi(_padding.Bottom); } 237get { return TextDpi.ToTextDpi(_border.Left); } 245get { return TextDpi.ToTextDpi(_border.Right); } 253get { return TextDpi.ToTextDpi(_border.Top); } 261get { return TextDpi.ToTextDpi(_border.Bottom); } 310get { return _border; }