8 references to LeftProperty
PresentationFramework (8)
System\Windows\Window.cs (8)
1051
return (double)GetValue(
LeftProperty
);
1067
SetValue(
LeftProperty
, value);
2727
CoerceValue(
LeftProperty
);
2883
CoerceValue(
LeftProperty
);
2966
CoerceValue(
LeftProperty
);
4647
SetValue(
LeftProperty
, restoreRect.Left);
4871
SetValue(
LeftProperty
, _actualLeft);
5318
CoerceValue(
LeftProperty
);