8 references to LeftProperty
PresentationFramework (8)
System\Windows\Window.cs (8)
1029
return (double)GetValue(
LeftProperty
);
1045
SetValue(
LeftProperty
, value);
2696
CoerceValue(
LeftProperty
);
2852
CoerceValue(
LeftProperty
);
2935
CoerceValue(
LeftProperty
);
4608
SetValue(
LeftProperty
, restoreRect.Left);
4829
SetValue(
LeftProperty
, _actualLeft);
5276
CoerceValue(
LeftProperty
);