3 references to ItemWidthProperty
PresentationFramework (2)
System\Windows\Controls\WrapPanel.cs (2)
106
get { return (double) GetValue(
ItemWidthProperty
); }
107
set { SetValue(
ItemWidthProperty
, value); }
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
119
wrapPanelFactory.SetValue(WrapPanel.
ItemWidthProperty
, 120d);