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