4 writes to _margin
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\MbpInfo.cs (4)
57ReverseFlowDirection(ref _margin); 92_margin = new Thickness(); 104_margin = (Thickness)block.GetValue(Block.MarginProperty); 306set { _margin = value; }
13 references to _margin
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); } 273get { return TextDpi.ToTextDpi(_margin.Left); } 281get { return TextDpi.ToTextDpi(_margin.Right); } 289get { return TextDpi.ToTextDpi(_margin.Top); } 297get { return TextDpi.ToTextDpi(_margin.Bottom); } 305get { return _margin; } 355Double.IsNaN(_margin.Left) || 356Double.IsNaN(_margin.Right) || 357Double.IsNaN(_margin.Top) || 358Double.IsNaN(_margin.Bottom));