2 references to IsFrozenPropertyKey
PresentationFramework (2)
System\Windows\Controls\DataGridColumn.cs (2)
1243
public static readonly DependencyProperty IsFrozenProperty =
IsFrozenPropertyKey
.DependencyProperty;
1251
internal set { SetValue(
IsFrozenPropertyKey
, value); }